Re: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c

2004-01-05 Thread Andr Malo
* [EMAIL PROTECTED] wrote: -#include test_char.h +#include ../../server/test_char.h Maybe you did not follow the discussion on [EMAIL PROTECTED] This breaks the build at least on netware. nd

Re: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c

2004-01-04 Thread Ben Laurie
Brad Nicholes wrote: Broken??? jorton already fixed up the INCLUDE path. Ooops. Guess I screwed up, it didn't build for me. Try again. Sorry. -- 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

Re: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c

2004-01-03 Thread Ben Laurie
[EMAIL PROTECTED] wrote: nd 2004/01/02 15:35:59 Modified:modules/loggers mod_log_forensic.c Log: prevent module from segfaulting when not configured. Ooops, forgot to bring that forward from 1.3. Thanks. Cheers, Ben. -- http://www.apache-ssl.org/ben.html

Re: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c

2004-01-03 Thread Brad Nicholes
Since the test_char.h header file is not located in the same place on the NetWare build as it is for Linux, the path can not be hardcoded. This may break the build of mod_log_forensic on Linux until the path is added to the INCLUDE path. Since I am not sure where this should be added on

Re: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c

2004-01-03 Thread Ben Laurie
[EMAIL PROTECTED] wrote: bnicholes2004/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. --

Re: cvs commit: httpd-2.0/modules/loggers mod_log_forensic.c

2004-01-03 Thread Brad Nicholes
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 ChangesPath 1.8 +5 -0