Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id NAA28705; Sat, 16 Aug 1997 13:00:16 -0700 (PDT) Received: (from gnats@localhost) by hyperreal.org (8.8.5/8.8.5) id NAA28575; Sat, 16 Aug 1997 13:00:05 -0700 (PDT) Date: Sat, 16 Aug 1997 13:00:05 -0700 (PDT) Message-Id: <199708162000.NAA28575@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org From: Marc Slemko Subject: Re: config/977: Won't compile - http_main.c:158: syntax error before `jmpbuffer' \n http_main.c:158: warning: data definition has no type or storage class (fwd) Reply-To: Marc Slemko Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR config/977; it has been noted by GNATS. From: Marc Slemko To: Apache bugs database Subject: Re: config/977: Won't compile - http_main.c:158: syntax error before `jmpbuffer' \n http_main.c:158: warning: data definition has no type or storage class (fwd) Date: Sat, 16 Aug 1997 13:54:29 -0600 (MDT) ---------- Forwarded message ---------- Date: Thu, 7 Aug 1997 13:12:51 -0600 (MDT) From: Chris Craft To: Marc Slemko Cc: apache-bugdb@apache.org, marc@apache.org Subject: Re: config/977: Won't compile - http_main.c:158: syntax error before `jmpbuffer' \n http_main.c:158: warning: data definition has no type or storage class As distributed, the make stops on alloc.c claiming no such file or directory on stdarg.h, errno.h and fcntl.h. Putting in the extra includes gets me 'STDOUT_FILENO', 'STDIN_FILENO' and 'STDERR_FILENO' undeclared, therefore the #include "/usr/include/unistd.h" in alloc.c. -Chris ccraft@cncc.cc.co.us