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

sanchises's profile - activity

2015-05-21 22:00:21 -0500 received badge  Famous Question (source)
2014-10-30 12:37:52 -0500 received badge  Notable Question (source)
2014-07-18 19:02:38 -0500 received badge  Famous Question (source)
2014-06-16 07:20:08 -0500 received badge  Popular Question (source)
2014-06-13 09:00:35 -0500 received badge  Scholar (source)
2014-06-13 09:00:17 -0500 received badge  Supporter (source)
2014-06-13 07:42:16 -0500 asked a question Specify different Boost location in CMakeLists.txt

Hi,

For a bunch of reasons (compatibility and functionality), I need to be able to specify a different location for the Boost headers.

So, instead of /usr/include, (default) I want rosmake to look FIRST in /my/example/path for inclusions of the style #include <boost/someheader.hpp> How can I do this???

Thanks a lot in advance!

2014-06-13 07:37:19 -0500 received badge  Notable Question (source)
2014-06-05 08:56:25 -0500 received badge  Popular Question (source)
2014-06-05 04:21:28 -0500 received badge  Student (source)
2014-06-04 14:31:06 -0500 asked a question Install ROS Groovy alongside Boost 1.55

Hi,

I'm trying to install ROS Groovy (but the error also exists with Hydro), but it won't install unless I uninstall my new version of Boost. However, I also want to use the newer Boost library, since only the latest version supports the algorithm I use. I tried apt-get install, which complained that I held broken packages, and aptitude install, which simply stated that I should remove the new Boost version and let it uninstall the old one.

Any way I can still install ROS with a newer version of Boost?