Currently trunk fails to compile with a lot of errors like the following: worker.c: In function 'worker_pre_config': worker.c:1968: error: request for member 'log' in something not a structure or union worker.c:1968: error: request for member 'log' in something not a structure or union worker.c:1968: error: request for member 'log' in something not a structure or union worker.c:1968: error: request for member 'log' in something not a structure or union worker.c: In function 'worker_check_config': worker.c:2008: error: request for member 'log' in something not a structure or union worker.c:2008: error: request for member 'log' in something not a structure or union worker.c:2008: error: request for member 'log' in something not a structure or union worker.c:2008: error: request for member 'log' in something not a structure or union worker.c:2011: error: request for member 'log' in something not a structure or union worker.c:2011: error: request for member 'log' in something not a structure or union worker.c:2011: error: request for member 'log' in something not a structure or union
I guess this is because of the literal usage of NULL in ap_log_error Regards RĂ¼diger
