You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Jim Phillips <jp...@ergonet-ent.com> on 1999/10/16 02:54:35 UTC

general/5157: compile fails on util_uri.c

>Number:         5157
>Category:       general
>Synopsis:       compile fails on util_uri.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri Oct 15 19:00:01 PDT 1999
>Last-Modified:
>Originator:     jphillips@ergonet-ent.com
>Organization:
apache
>Release:        1.3.9
>Environment:
Linux linux3 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 unknown
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
RedHat 6.1
>Description:
./configure \
        --prefix=/usr/local/apache \
        --activate-module=src/modules/php3/libphp3.a \
        --enable-shared=php3 \
        --add-module=src/modules/mod_put/mod_put.c
make
...
gcc -c  -I../os/unix -I../include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` util.c
gcc -c  -I../os/unix -I../include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` util_date.c
gcc -c  -I../os/unix -I../include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` util_script.c
gcc -c  -I../os/unix -I../include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` util_uri.c
util_uri.c: In function `ap_parse_uri_components':
util_uri.c:468: `uri_delims' undeclared (first use in this function)
util_uri.c:468: (Each undeclared identifier is reported only once
util_uri.c:468: for each function it appears in.)
make[3]: *** [util_uri.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/src/apache_1.3.9/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.9'
make: *** [build] Error 2
>How-To-Repeat:

>Fix:
manually ran 
gen_uri_delims > uri_delims.h
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]