You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@hyperreal.org on 1997/09/25 09:36:44 UTC

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

Synopsis: 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

Comment-Added-By: dgaudet
Comment-Added-When: Thu Sep 25 00:36:43 PDT 1997
Comment-Added:
This is almost certainly because it's not defining any platform
for conf.h to choose from ... try adding -D__NetBSD__ to your
EXTRA_CFLAGS and rebuilding.

Dean