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

Swig-wx does not contain CMakeLists.txt file

asked 2013-07-02 20:21:41 -0500

bjoerngiesler gravatar image

Hi,

my current build of Groovy on ARM / Linaro 12.11 fails because swig-wx does not contain a CMakeLists.txt file. "git status" says it's "on branch groovy-devel". What's going on? Any idea how I can reconstruct this file?

Thanks a lot in advance, Björn

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2013-08-27 17:28:28 -0500

tfoote gravatar image

swig-wx is built using autotools not CMake. You need to do the standard ./configure && make && make install to compile it from source not add it to your catkin workspace.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-02 20:21:41 -0500

Seen: 178 times

Last updated: Aug 27 '13