You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/01/31 16:57:21 UTC

DO NOT REPLY [Bug 16644] New: - mod_autoindex parse errer during make

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16644>.
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