Broken??? jorton already fixed up the INCLUDE path. Brad
>jorton 2004/01/03 12:15:59 > > Modified: modules/loggers config.m4 > Log: > * modules/loggers/config.m4: Add 'server' directory to include path if > mod_log_forensic is enabled. > > Revision Changes Path > 1.8 +5 -0 httpd-2.0/modules/loggers/config.m4 > > Index: config.m4 > =================================================================== > RCS file: /home/cvs/httpd-2.0/modules/loggers/config.m4,v > retrieving revision 1.7 > retrieving revision 1.8 > diff -b -d -u -r1.7 -r1.8 > --- config.m4 1 Jan 2004 15:39:30 -0000 1.7 > +++ config.m4 3 Jan 2004 20:15:59 -0000 1.8 > @@ -7,6 +7,11 @@ > APACHE_MODULE(log_config, logging configuration, , , yes) > APACHE_MODULE(log_forensic, forensic logging) > > +if test $enable_log_forensic != no; then > + # mod_log_forensic needs test_char.h > + APR_ADDTO(INCLUDES, [-I\$(top_builddir)/server]) > +fi > + > APACHE_MODULE(logio, input and output logging, , , most) > > APACHE_MODPATH_FINISH Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com >>> [EMAIL PROTECTED] Saturday, January 03, 2004 2:11:55 PM >>> [EMAIL PROTECTED] wrote: > bnicholes 2004/01/03 11:18:53 > > Modified: modules/loggers mod_log_forensic.c > Log: > Don't hardcode the location of the test_char.h header. The path should be added to the INCLUDE path. This patch is broken. Don't make me reverse it. -- http://www.apache-ssl.org/ben.html http://www.thebunker.net/ "There is no limit to what a man can do or how far he can go if he doesn't mind who gets the credit." - Robert Woodruff