On Fri, 12 Apr 2002 16:07:25 -0400 (EDT) Cliff Woolley <[EMAIL PROTECTED]> wrote:
> On 12 Apr 2002, Jeff Trawick wrote: > > > > Using latest CVS version, just a couple of minutes old.. > > > > > > /bin/sh /root/Apache/httpd-2.0/srclib/apr/libtool --silent --mode=compile gcc -g >-O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 >-D_BSD_SOURCE -D_SVID_SOURCE -I../../include -I../../include/arch/unix >-I../../include/arch/unix -c dir.c && touch dir.lo > > > In file included from ../../include/apr_portable.h:73, > > > from dir.c:57: > > > ../../include/apr_thread_proc.h:655:26: "@" is not valid in #if expressions > > > > What are the few lines around 655 in your copy of the file? My copy > > doesn't have "@" there. > > > What are the contents of apr.h [specifically, the few lines around the > definition of APR_HAVE_SIGWAIT]? This is one of those problems where a > variable didn't get substituted correctly for some reason. > #define APR_HAVE_SETRLIMIT 1 #define APR_HAVE_SIGACTION 1 #define APR_HAVE_SIGSUSPEND @have_sigsuspend@ #define APR_HAVE_SIGWAIT 1 #define APR_HAVE_STRCASECMP 1 #define APR_HAVE_STRDUP 1 #define APR_HAVE_STRICMP 0 > You re-ran configure, right? Everytime i recompiled (lost counting around 10), and ran make clean too.. > --Cliff > > -------------------------------------------------------------- > Cliff Woolley > [EMAIL PROTECTED] > Charlottesville, VA > > >
