Hi Gregg,
Am 06.07.2011 09:59, schrieb Gregg L. Smith:
You're declaring this module as
extern module log_debug_module;
This is causing a failure to compile on Windows. Obviously every other single
compiler but MSVC doesn't care. However, every single other extern module (ssl,
proxy,dbd,dav, etc) is declared like so
extern module AP_MODULE_DECLARE_DATA log_debug_module;
This does build fine on MSVC and the module does work with my very limited
testing.
[Wed Jul 06 00:09:16.987200 2011] [log_debug:info] [pid 5188:tid 1528] [client
::1:50629] /foo/ has been requested (log_transaction hook,
C:/Apache23/conf/httpd.conf:179)
Can this be changed?
Fixed with:
http://svn.apache.org/viewvc?rev=1143309&view=rev
Can you perhaps also contribute the remaining build bits for Windows?
Thanks, Gün.