The following reply was made to PR config/3318; it has been noted by GNATS.
From: "Mark A. Brotherton" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: config/3318: Making apache/src/main/util.o 1.3.3 on RedHat 5.1 fails /// 1.3.2 builds just fine Date: Fri, 30 Oct 1998 13:21:57 -0800 >Synopsis: Making apache/src/main/util.o 1.3.3 on RedHat 5.1 fails /// 1.3.2 builds just fine > >State-Changed-From-To: open-feedback >State-Changed-By: marc >State-Changed-When: Fri Oct 30 12:16:21 PST 1998 >State-Changed-Why: >First, please try 1.3.3. We ask you to use the latest version >for a reason: bugs are always being fixed. As my reported stated, I started with 1.3.3, which failed; 1.3.2 built successfully. >Second, did you get any other errors or warnings while trying to compile? >If you extract a fresh copy of Apache and try from scratch, >does it still fail? Yes...as follows (and a fresh extract fails as well): ===> src make[1]: Entering directory `/usr/local/apache_1.3.3' make[2]: Entering directory `/usr/local/apache_1.3.3/src' ===> src/regex make[3]: Nothing to be done for `all'. <=== src/regex ===> src/os/unix make[3]: Nothing to be done for `all'. <=== src/os/unix ===> src/ap make[3]: Nothing to be done for `all'. <=== src/ap ===> src/main gcc -c -I../os/unix -I../include -DLINUX=2 -DUSE_HSREGEX `../apaci` util.c util.c: In function `ap_find_token': util.c:1015: `test_char_table' undeclared (first use this function) util.c:1015: (Each undeclared identifier is reported only once util.c:1015: for each function it appears in.) util.c:1015: `T_HTTP_TOKEN_STOP' undeclared (first use this function) util.c: In function `ap_escape_shell_cmd': util.c:1074: `test_char_table' undeclared (first use this function) util.c:1074: `T_ESCAPE_SHELL_CMD' undeclared (first use this function) util.c: In function `ap_escape_path_segment': util.c:1198: `test_char_table' undeclared (first use this function) util.c:1198: `T_ESCAPE_PATH_SEGMENT' undeclared (first use this function) util.c: In function `ap_os_escape_path': util.c:1227: `test_char_table' undeclared (first use this function) util.c:1227: `T_OS_ESCAPE_PATH' undeclared (first use this function) make[3]: *** [util.o] Error 1 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/usr/local/apache_1.3.3/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/usr/local/apache_1.3.3' make: *** [build] Error 2
