Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 38871 invoked from network); 12 Aug 2004 23:48:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Aug 2004 23:48:03 -0000 Received: (qmail 51886 invoked by uid 500); 12 Aug 2004 23:48:01 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 51848 invoked by uid 500); 12 Aug 2004 23:48:00 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 51832 invoked by uid 99); 12 Aug 2004 23:48:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 12 Aug 2004 16:47:59 -0700 Received: (qmail 312 invoked by uid 50); 12 Aug 2004 23:49:33 -0000 Date: 12 Aug 2004 23:49:33 -0000 Message-ID: <20040812234933.311.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 30640] New: - util.c generates undeclared errors X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: bugs@httpd.apache.org ReportedBy: rbarrow@earthlink.net 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org