xv_11_laser_driver build error
Very new to ROS and Linux in general but have worked through the introductory tutorials. I followed the xv_11_laser_driver tutorial but it failed during the build.
First, a basic question: I have loaded ROS Indigo but the xv_11 tutorial is for cturtle. I did use Indigo in the rosinstall step. Is this going to be an issue? I especially wonder about the different build systems used.
The actual error statements are:
CMake Error at /opt/ros/indigo/share/ros/core/rosbuild/public.cmake:847 (message):
[rosboost-cfg --libs system] failed with error: Traceback (most recent call
last):
File "/opt/ros/indigo/bin/rosboost-cfg", line 35, in <module>
rosboost_cfg.main()
File "/opt/ros/indigo/lib/python2.7/dist-packages/rosboost_cfg/rosboost_cfg.py", line 359, in main
output = lflags(ver, options.lflags.split(','))
File "/opt/ros/indigo/lib/python2.7/dist-packages/rosboost_cfg/rosboost_cfg.py", line 278, in lflags
s += lib_flags(ver, lib) + " "
File "/opt/ros/indigo/lib/python2.7/dist-packages/rosboost_cfg/rosboost_cfg.py", line 268, in lib_flags
lib = find_lib(ver, name)
File "/opt/ros/indigo/lib/python2.7/dist-packages/rosboost_cfg/rosboost_cfg.py", line 238, in find_lib
raise BoostError('Could not locate library [%s], version %s'%(name, ver))
rosboost_cfg.rosboost_cfg.BoostError: "Could not locate library [system],
version (1, 54, 0, '/usr', '/usr/include', True, True)"
Call Stack (most recent call first):
CMakeLists.txt:29 (rosbuild_link_boost)
I do not have a clue on where to start fixing this.