Robotics StackExchange | Archived questions

[fuerte] build error on rxtools when compiling from source

I'm trying to build ROS from source on a beagleboard xM running precise pangolin. I've managed to install swig-wx from source and compile almost everything except rxtools. apparently the swig command doesnt' generate a file called rosoutpanelswig_generated.cpp and the compiler crashes because the file is not present - here's the log :

[ 61%] Generating rosout_panel_swig_generated.cpp, rxtoolscpp.py
[ 61%] Generating rosout_panel_swig_generated.cpp, rxtoolscpp.py
[ 61%] Building CXX object rx/rxtools/CMakeFiles/python_rxtools.dir/rosout_panel_swig_generated.cpp.o
c++: error: /home/pierre/ros-underlay/build/rx/rxtools/rosout_panel_swig_generated.cpp: No such file or directory
c++: fatal error: no input files
compilation terminated.
make[2]: *** [rx/rxtools/CMakeFiles/python_rxtools.dir/rosout_panel_swig_generated.cpp.o] Error 4
make[1]: *** [rx/rxtools/CMakeFiles/python_rxtools.dir/all] Error 2
make: *** [all] Error 2

Asked by pierreca on 2012-05-01 15:46:24 UTC

Comments

Answers

Hello, I have the same problem. I know it s late but Did u find the solution? Thanks

Asked by abm on 2014-06-24 03:54:01 UTC

Comments