DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30640>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30640 util.c generates undeclared errors Summary: util.c generates undeclared errors Product: Apache httpd-1.3 Version: 1.3.31 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I get these errors when trying to make apache 1.3.31 source on solaris 2.8 64 bit kernel --> # make ===> src make[1]: Entering directory `/slot3/rbarrow/apache_1.3.31' make[2]: Entering directory `/slot3/rbarrow/apache_1.3.31/src' ===> 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 -DSOLARIS2=280 -DNO_DL_NEEDED `../apaci` util.c util.c: In function `ap_find_token': util.c:1367: error: `test_char_table' undeclared (first use in this function) util.c:1367: error: (Each undeclared identifier is reported only once util.c:1367: error: for each function it appears in.) util.c:1367: error: `T_HTTP_TOKEN_STOP' undeclared (first use in this function) util.c: In function `ap_escape_logitem': util.c:1444: error: `test_char_table' undeclared (first use in this function) util.c:1444: error: `T_ESCAPE_LOGITEM' undeclared (first use in this function) util.c: In function `ap_escape_errorlog_item': util.c:1496: error: `test_char_table' undeclared (first use in this function) util.c:1496: error: `T_ESCAPE_LOGITEM' undeclared (first use in this function) util.c: In function `ap_escape_shell_cmd': util.c:1567: error: `test_char_table' undeclared (first use in this function) util.c:1567: error: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function) util.c: In function `ap_escape_path_segment': util.c:1671: error: `test_char_table' undeclared (first use in this function) util.c:1671: error: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function) util.c: In function `ap_os_escape_path': util.c:1700: error: `test_char_table' undeclared (first use in this function) util.c:1700: error: `T_OS_ESCAPE_PATH' undeclared (first use in this function) make[3]: *** [util.o] Error 1 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/slot3/rbarrow/apache_1.3.31/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/slot3/rbarrow/apache_1.3.31' make: *** [build] Error 2 No matter what I do, it always fails. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
