Gazebo | Ignition | Community
Ask Your Question
0

Boost filesystem3 not found when building Gazebo from source

asked 2013-01-14 18:31:01 -0500

yipenghuang0302 gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-01-17 15:02:45 -0500

yipenghuang0302 gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-14 18:31:01 -0500

Seen: 521 times

Last updated: Jan 17 '13