-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to build jsk_topic_tools (undefined reference to `ros::WallTimer::setPeriod...) #1123
Comments
does it happen on jenkins? |
No, that's on my pc.
|
roscpp should export rostime https://github.com/ros/ros_comm/blob/indigo-devel/clients/roscpp/CMakeLists.txt#L53 |
Thanks. I found that the problem is caused by roscpp which is built from source. ( I had ros/ros_comm in my workspace ) |
hmm, compile with "VERBOSE=1" and check -l option arguments |
Where is |
seems at ros/time.h |
sorry, the correct location is at: |
hmm, catkin_LIBRARIES should contain libroscpp.so and the symbol should be resolved. |
had similar issue elsewhere and stumbled upon this page. I solved it by |
The text was updated successfully, but these errors were encountered: