ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rosmake fails with c++/clang errors

asked 2013-02-28 13:16:12 -0500

Noldorin gravatar image

updated 2014-01-28 17:15:28 -0500

ngrennan gravatar image

Running rosmake -a --pre-clean on OS X (10.8.2) gives the following build log, with errors concerning some nasty C++ code and a few clang errors too.

http://pastie.org/pastes/6357623/text

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2013-02-28 20:24:05 -0500

Hansg91 gravatar image

updated 2013-02-28 20:24:28 -0500

Check the troubleshooting here.

edit flag offensive delete link more

Comments

Thanks, I evidently missed that one!

Noldorin gravatar image Noldorin  ( 2013-03-01 05:32:50 -0500 )edit

@Hsang91: No luck, same exact error after doing that and rerunning rosmake!

Noldorin gravatar image Noldorin  ( 2013-03-01 05:48:12 -0500 )edit

Also I'm not sure if that will solve the errors of the form /Users/alex/ros_ws/visualization_tutorials/rviz_plugin_tutorials/src/drive_widget.cpp:114:24: error: variable length array of non-POD element type 'QPointF' QPointF right_track[ step_count ];. Thoughts?

Noldorin gravatar image Noldorin  ( 2013-03-01 05:50:01 -0500 )edit

Sorry, then I do not know :)

Hansg91 gravatar image Hansg91  ( 2013-03-01 08:49:36 -0500 )edit

No worries, cheers anyway! Let's see if anyone else has some inspiration. :)

Noldorin gravatar image Noldorin  ( 2013-03-01 13:55:17 -0500 )edit

@Hsang91 (and others): Interesting... did you notice that the log has both ld: symbol(s) not found for architecture x86_64 (one occurrence) and ld: symbol(s) not found for architecture i386 (one occurrence). How odd...

Noldorin gravatar image Noldorin  ( 2013-03-01 14:38:50 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-02-28 13:16:12 -0500

Seen: 413 times

Last updated: Feb 28 '13