ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I was able to get this to work by editing the CMakeLists.txt file and setting the LOG4CXX_INCLUDE_DIRS variable directly. I then verified the same thing works in my rostoolchain file. It was a case of the path being .../include instead of the .../include/log4cxx I had been using.
Thanks.
2 | No.2 Revision |
I was able to get this to work by editing the CMakeLists.txt file and setting the LOG4CXX_INCLUDE_DIRS variable directly. I then verified the same thing works in my rostoolchain file. It was a case of the path being .../include instead of the .../include/log4cxx I had been using.using.
Thanks.Now I'm seeing the same error during the build of roscpp. The CMakeLists.txt for roscpp doesn't appear to reference the log4cxx directories or libraries, but I still see the same console.h error referring to logger.h.
Is there a better place to set the include dependency? And if roscpp has a dependency on log4cxx why doesn't it reference the LOG4CXX variables?
Regards.