The following reply was made to PR config/977; it has been noted by GNATS. From: Marc Slemko <[EMAIL PROTECTED]> To: Apache bugs database <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
