-
Notifications
You must be signed in to change notification settings - Fork 7
diagnostic_aggregator failed to compile #18
Comments
Hi I had this error myself. I fixed it in a 'hackish' way that it's probably not recommended. Basically I opened CMakeCache.txt in folder ~/ros_catkin_ws/build_isolated/diagnostic_aggregator and changed line 67 to:
Then compiled diagonostic_aggregator by doing
That worked. I then continued compiling by doing from ~/ros_catking_ws folder. These errors are due to linking errors with gtest. You'll encounter more in other packages such as I think a better fix is to update gtest since somebody included a patch that automatically adds the flag to not use the TR1 tuple and fixes other properly errors. So I would try in a new terminal:
Then compile again using the catkin_make_isolated command. |
Updating gtest with brew remove/install wasn't sufficient by itself. Were you suggesting I do some part of the other stuff you wrote, as well? |
@enriquefernandez your method worked for me, thanks. did you have this issue with diagnostic_aggretor? /Users/kal04p/ros_catkin_ws/src/diagnostics/diagnostic_common_diagnostics/src/libsensors_monitor.cpp:40:10: fatal error: |
@ckalas I think that sensors.h is the same issue as this one http://answers.ros.org/question/199874/no-definition-of-libsensors4-dev-for-os-osx/ |
The text was updated successfully, but these errors were encountered: