Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 4355 invoked by uid 6000); 7 May 1998 06:00:11 -0000 Received: (qmail 4294 invoked by uid 2001); 7 May 1998 06:00:01 -0000 Date: 7 May 1998 06:00:01 -0000 Message-ID: <19980507060001.4293.qmail@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org, From: Marc Slemko Subject: Re: os-bsdi/2196: do not #include Reply-To: Marc Slemko Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR os-bsdi/2196; it has been noted by GNATS. From: Marc Slemko To: Jon Drukman Cc: apbugs@hyperreal.org Subject: Re: os-bsdi/2196: do not #include Date: Wed, 6 May 1998 23:51:29 -0600 (MDT) On 6 May 1998, Jon Drukman wrote: > BSDI BSD/OS 2.1 > gcc version 2.7.2 > >Description: > in include/conf.h and modules/standard/mod_rewrite.h you are including > . > this causes a declaration conflict for sys_siglist, which is also provided in > unistd.h. > > >How-To-Repeat: > > >Fix: > i commented out #include in include/conf.h and > modules/standard/mod_rewrite.h but i bet you guys can figure out how > to make it not get in those files in the first place. :) Erm... is that the gcc that came with your system or did you install it yourself? Does compiling the following program: -------- #include #include int main () { } -------- give the same error? If so, that isn't anything wrong with Apache but something broken with your header files. I really don't think that BSD/OS is broken like that and Apache has been including both for a long time.