You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, When I use test example to compile the testmain.cpp, it reports the error as title shows, and I checked the include directory, which really does not contains the head file config.h.
Could you please check it? Or can I use other file instead?
Thanks
The text was updated successfully, but these errors were encountered:
In the context of Orocos we typically compile log4cpp with CMake, see orocos_toolchain, or with a build tool like Autoproj or catkin, which also invoke CMake under the hood. With CMake the missing header file is generated here, and the log4cpp unit tests can be built (if enabled) and pass:
cd /path/to/log4cpp
cmake -DBUILD_TESTING=ON .
make check
I am not sure if the autotools-based build method with ./configure works in this fork.
If you are not an Orocos user, it is probably best to start with the upstream version of log4cpp at http://log4cpp.sourceforge.net/.
hi, When I use test example to compile the testmain.cpp, it reports the error as title shows, and I checked the include directory, which really does not contains the head file config.h.
Could you please check it? Or can I use other file instead?
Thanks
The text was updated successfully, but these errors were encountered: