Building apr-util for log4cxx using cmake throws errors
I am trying to build log4cxx library for logging runtime info in my c++ project. As part of the build I have to build also two dependency libraries called apr
and apr-util
. I have successfully built the apr
library, but can’t build apr-util
. I am using for the build, the tool called cmake
.
I am following the build instructions from the Apache page here.
I have browsed the internet to find out if somebody else has been struggling with the same problem as me but found nothing. I know the project is alive because there were some commits last week.
When I am building apr-util
the compiler throws plenty of errors like below: