MehdiChinoune commented on issue #388: URL: https://github.com/apache/logging-log4cxx/issues/388#issuecomment-2213445591
I have managed to build it with mingw-w64-gcc https://github.com/msys2/MINGW-packages/commit/59ce40c8db but the patch breaks building with mingw-w64-clang. To make it work on both, It should detect whether the threading library is posix (default for g++/libstdc++ through winpthreads) or win32 (default for clang++/libc++). I don't have enough knoweldge about C++ threading so I couldn't implement such detection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
