From owner-freebsd-questions Wed Jul 25 2: 0:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.n2mt.com (c489666-a.chmpgn1.il.home.com [24.22.20.9]) by hub.freebsd.org (Postfix) with ESMTP id B29F237B405 for ; Wed, 25 Jul 2001 02:00:17 -0700 (PDT) (envelope-from mtang@prairienet.org) Received: from c489666a (home6.n2mt.com [192.168.200.6]) by ns1.n2mt.com (8.11.1/8.11.1) with SMTP id f6P912R02716 for ; Wed, 25 Jul 2001 04:01:03 -0500 (CDT) (envelope-from mtang@prairienet.org) Message-ID: <002601c114e7$c757b760$06c8a8c0@chmpgn1.il.home.com> Reply-To: "Ming Tang" From: "Ming Tang" To: Subject: Apache compiling problem Date: Wed, 25 Jul 2001 03:57:05 -0500 Organization: Home MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi - I am trying to compile Apache source over my workstation running FreeBSD 4.2 release. After I typed 'make' command, I always get an error message of "/usr/include/sys/signal.h:235: syntax error before `size'". I then compiled a few other programs, I got almost the same error. Could anyone give me some advice what is wrong?? Thanks a lot. Ming -- ===> src ===> src/os/unix gcc -c -I../../os/unix -I../../include -funsigned-char -DUSE_EXPAT -I../../li b/expat-lite -DNO_DL_NEEDED `../../apaci` os.c lIn file included from /usr/include/sys/param.h:90, from ../../include/ap_config.h:975, from os.c:6: /usr/include/sys/signal.h:235: syntax error before `size' *** Error code 1 Stop in /usr/scratch/root/src/apache_1.3.20/src/os/unix. *** Error code 1 Stop in /usr/scratch/root/src/apache_1.3.20/src. *** Error code 1 Stop in /usr/scratch/root/src/apache_1.3.20. *** Error code 1 Stop in /usr/scratch/root/src/apache_1.3.20. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message