Gazebo | Ignition | Community
Ask Your Question

yipenghuang0302's profile - activity

2016-03-06 16:49:30 -0500 received badge  Famous Question (source)
2016-03-06 16:49:30 -0500 received badge  Notable Question (source)
2015-11-09 12:10:53 -0500 received badge  Taxonomist
2013-03-05 13:41:56 -0500 received badge  Popular Question (source)
2013-01-19 18:08:55 -0500 received badge  Teacher (source)
2013-01-19 18:08:55 -0500 received badge  Self-Learner (source)
2013-01-17 15:02:45 -0500 answered a question Boost filesystem3 not found when building Gazebo from source

This problem was a result of having multiple installations of lib Boost.

2013-01-14 18:31:01 -0500 asked a question Boost filesystem3 not found when building Gazebo from source

I am building Gazebo 1.3.1 on Ubuntu 12.04 and have all the dependencies needed for the build in place. I am using Boost library version 1.52. The build process has no problems through configuring using cmake, but during linking the gazebo executable file, I run into the message

common/libgazebo_common.so.1.3.1: undefined reference toboost::filesystem3::detail::status(boost::filesystem3::path const&, boost::system::error_code*)'`,

along with other errors in finding Boost filesystem3 calls.

I have applied the patch from here but it still does not fix the filesystem3 compatibility issue.

Has anyone compiled Gazebo using Boost library 1.52, and resolved the filesystem3 conflicts?