Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 7320 invoked by uid 500); 31 Jan 2003 15:55:55 -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 7309 invoked from network); 31 Jan 2003 15:55:55 -0000 Date: 31 Jan 2003 15:57:21 -0000 Message-ID: <20030131155721.28421.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 16644] New: - mod_autoindex parse errer during make X-Spam-Rating: daedalus.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=16644 mod_autoindex parse errer during make Summary: mod_autoindex parse errer during make Product: Apache httpd-2.0 Version: 2.0.44 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: bugs@httpd.apache.org ReportedBy: antony.seedhouse@ntlworld.com when make'ing apache.2.0.44, the following happens; fudge:/usr/src/httpd-2.0.44# make ... Making all in generators make[2]: Entering directory `/usr/src/httpd-2.0.44/modules/generators' make[3]: Entering directory `/usr/src/httpd-2.0.44/modules/generators' /bin/sh /usr/src/httpd-2.0.44/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/src/httpd-2.0.44/srclib/apr/include -I/usr/src/httpd-2.0.44/srclib/apr-util/include -I/usr/src/httpd-2.0.44/srclib/apr-util/xml/expat/lib -I. -I/usr/src/httpd-2.0.44/os/unix -I/usr/src/httpd-2.0.44/server/mpm/prefork -I/usr/src/httpd-2.0.44/modules/http -I/usr/src/httpd-2.0.44/modules/filters -I/usr/src/httpd-2.0.44/modules/proxy -I/usr/src/httpd-2.0.44/include -I/usr/src/httpd-2.0.44/modules/dav/main -prefer-non-pic -static -c mod_autoindex.c && touch mod_autoindex.lo mod_autoindex.c: In function `output_directories': mod_autoindex.c:1778: parse error before character 0240 make[3]: *** [mod_autoindex.lo] Error 1 make[3]: Leaving directory `/usr/src/httpd-2.0.44/modules/generators' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/httpd-2.0.44/modules/generators' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/httpd-2.0.44/modules' make: *** [all-recursive] Error 1 this is under linux 2.4.20, with gcc 2.95.4 --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org