From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 05:14:14 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A81C616A4CE for ; Fri, 16 Apr 2004 05:14:14 -0700 (PDT) Received: from matrix01.home.net.pl (list.pl [212.85.96.61]) by mx1.FreeBSD.org (Postfix) with SMTP id D2C4C43D53 for ; Fri, 16 Apr 2004 05:14:10 -0700 (PDT) (envelope-from jarek@adeon.lublin.pl) Received: from tu16.neoplus.adsl.tpnet.pl (HELO KOMP) (jarek.list@83.28.250.16) by matrix01.home.net.pl with SMTP; 16 Apr 2004 12:14:03 -0000 Date: Fri, 16 Apr 2004 14:14:10 +0200 From: JG X-Priority: 3 (Normal) Message-ID: <11010118921.20040416141410@adeon.lublin.pl> To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: error building apache from ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 12:14:14 -0000 Hello, I can't build /usr/ports/www/apache13/. # uname -r 5.2.1-RELEASE-p3 Ports cvsuped a few minutes ago with "tag=.". Here is full output. Sorry for length, but errors are from the begin. Thank you for any help. Best regards, JG quote: >> Checksum OK for apache_1.3.29.tar.gz. ===> Patching for apache-1.3.29_3 ===> Applying FreeBSD patches for apache-1.3.29_3 ===> apache-1.3.29_3 depends on file: /usr/local/bin/perl5.6.1 - found ===> apache-1.3.29_3 depends on shared library: expat.5 - found ===> Configuring for apache-1.3.29_3 Configuring for Apache, Version 1.3.29 + using installation path layout: FreeBSD (config.layout) Creating Makefile Creating Configuration.apaci in src + enabling mod_so for DSO support Creating Makefile in src + configured for FreeBSD 5.2.1 platform + setting C pre-processor to cc -E + using "tr [a-z] [A-Z]" to uppercase + checking for system header files + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-lc) + using system Expat + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/modules/experimental Creating Makefile in src/modules/standard Creating Makefile in src/modules/proxy ===> Building for apache-1.3.29_3 ===> src ===> src/os/unix cc -c -I../../os/unix -I../../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../../apaci` os.c In file included from ../../include/ap_config.h:77, from os.c:6: ../../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../../os/unix -I../../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../../apaci` os-inline.c In file included from ../../include/ap_config.h:77, from os-inline.c:24: ../../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name rm -f libos.a ar cr libos.a os.o os-inline.o ranlib libos.a <=== src/os/unix ===> src/ap cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_cpystrn.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from ap_cpystrn.c:59: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_execve.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from ap_execve.c:94: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_fnmatch.c In file included from ../include/ap_config.h:77, from ap_fnmatch.c:46: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_getpass.c In file included from ../include/ap_config.h:77, from ap_getpass.c:65: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name ap_getpass.c: In function `ap_getpass': ap_getpass.c:191: warning: assignment makes pointer from integer without a cast cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_md5c.c In file included from ../include/ap_config.h:77, from ap_md5c.c:105: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_signal.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from ap_signal.c:59: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_slack.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from ap_slack.c:67: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_snprintf.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from ap_snprintf.c:65: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_sha1.c In file included from ../include/ap_config.h:77, from ap_sha1.c:92: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_checkpass.c In file included from ../include/ap_config.h:77, from ap_checkpass.c:66: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_base64.c In file included from ../include/ap_config.h:77, from ap_base64.c:67: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_ebcdic.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from ap_ebcdic.c:55: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` ap_strtol.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from ap_strtol.c:91: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name rm -f libap.a ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o ap_signal.o ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o ap_ebcdic.o ap_strtol.o ranlib libap.a <=== src/ap ===> src/main cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` gen_test_char.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from gen_test_char.c:2: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name cc -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` -L/usr/local/lib -o gen_test_char gen_test_char.o -lcrypt -lexpat ./gen_test_char >test_char.h cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` gen_uri_delims.c cc -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` -L/usr/local/lib -o gen_uri_delims gen_uri_delims.o -lcrypt -lexpat ./gen_uri_delims >uri_delims.h cc -c -I../os/unix -I../include -I/usr/local/include -funsigned-char -O -pipe -mcpu=pentiumpro -DDOCUMENT_LOCATION=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../apaci` alloc.c In file included from ../include/ap_config.h:77, from ../include/httpd.h:72, from alloc.c:66: ../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: ISO C requires whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: ISO C requires whitespace after the macro name alloc.c: In function `spawn_child_core': alloc.c:2452: error: `STDOUT_FILENO' undeclared (first use in this function) alloc.c:2452: error: (Each undeclared identifier is reported only once alloc.c:2452: error: for each function it appears in.) alloc.c:2458: error: `STDIN_FILENO' undeclared (first use in this function) alloc.c:2464: error: `STDERR_FILENO' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/apache13/work/apache_1.3.29/src/main. *** Error code 1 Stop in /usr/ports/www/apache13/work/apache_1.3.29/src. *** Error code 1 Stop in /usr/ports/www/apache13/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13/work/apache_1.3.29. *** Error code 1 Stop in /usr/ports/www/apache13.