[Please][Turtlebot Installation] Error catkin_make
I'm Vietnamese When i install Turtlebot to using simulator i have error when a launch catkin_make I do follow soure installation for turtlebot link: http://wiki.ros.org/turtlebot/Tutoria...
mkdir ~/rocon
cd ~/rocon
wstool init -j5 src https://raw.github.com/robotics-in-concert/rocon/indigo/rocon.rosinstall
source /opt/ros/indigo/setup.bash
rosdep install --from-paths src -i -y
catkin_make
When i launch carkin_make It show for me a error:
collect2: error: ld returned 1 exit status
make[2]: *** [/home/longlam/rocon/devel/lib/libworld_canvas_client.so] Error 1
make[1]: *** [world_canvas_libs/world_canvas_client_cpp/CMakeFiles/world_canvas_client.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
I'm newbie so I don't know to fix it I hope you help me at soon time. I really need that.
Please include the full catkin_make output in your question.
What was the output when you did 'rosdep install --from-paths src -i -y'?