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. You re-ran configure, right? --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
