[fuerte] build error on rxtools when compiling from source [closed]
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 rosout_panel_swig_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