catkin_make error building vicon_bridge on Hydro [closed]
Hi ros users
I have a problem with catkin_make.
I install vicon_bridge in my catkin workspace, but when i do catkin_make i have this error:
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [/home/wilson/catkin_ws/devel/lib/libmsvc_bridge.so] Error 1
make[1]: *** [vicon_bridge/CMakeFiles/msvc_bridge.dir/all] Error 2
make[1]: *** Se espera a que terminen otras tareas....
Linking CXX executable /home/wilson/catkin_ws/devel/lib/vicon_bridge/testclient
[ 25%] Built target vicon_bridge_generate_messages_cpp
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [/home/wilson/catkin_ws/devel/lib/vicon_bridge/testclient] Error 1
make[1]: *** [vicon_bridge/CMakeFiles/testclient.dir/all] Error 2
make: *** [all] Error 2
Invoking "make" failed
[ROS Hydro and Ubuntu 12.04]
How do I fix this error, and what does it mean?
I've updated the title and tags to better describe the question, as it was too generic.