I am trying build Apache log4cxx 0.13.0 for mingw in windows platform
- I builder and installed apr and apr-util using MSYS2
- I downloaded log4cxx source from apache repository
but when configuring with CMake it shows this error:
CMake Error at src/cmake/FindAPR.cmake:17 (message):
apr-1-config --includedir failed with result %1 is not a valid Win32
application
Call Stack (most recent call first):
src/cmake/FindAPR.cmake:35 (_apr_invoke)
CMakeLists.txt:44 (find_package)