Details
Description
threadcxx.cpp: In member function 'void log4cxx::helpers::Thread::run(void* (apr_thread_t*, void*), void*)':
threadcxx.cpp:76:46: error: invalid conversion from 'void* (apr_thread_t*, void*)' to 'void* (apr_thread_t*, void*)'
threadcxx.cpp:76:46: error: initializing argument 3 of 'apr_status_t apr_thread_create(apr_thread_t*, apr_threadattr_t, void* (apr_thread_t*, void*), void*, apr_pool_t*)'
make[5]: *** [threadcxx.lo] Error 1
There is some discussion here: http://www.mail-archive.com/log4cxx-user@logging.apache.org/msg02671.html
I'm not sure if the patch is exactly what is needed, but it works. Let me know if there's a better approach and I'll modify.