ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

As the error message shows, you don't have boost libraries installed. I am not sure for the raspberry Pi but from what I saw boost is available in the repository.

sudo apt-get install libboost1.50-all

should fix your problem (not sure though which is the last version available for arm architectures).

If not, you could download boost and compile it by yourself but this would take a lot of time if done directly on the raspberry Pi (better do it on a raspberry emulator on your computer)

Boost webpage

The text editor doesn't have any influence on your cpp file. Cpp files are just text.