osrf / gazebo_tutorials

Tutorials for gazebo
http://gazebosim.org/tutorials
145 stars 71 forks source link

Add ign-msgs to build-from-source instructions #66

Open osrf-migration opened 7 years ago

osrf-migration commented 7 years ago

Original report (archived issue) by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).


Trying to build gazebo from default, I get this configuration error from cmake:

-- BUILD ERRORS: These must be resolved before compiling.
--  Missing: Ignition msgs0 library.
-- END BUILD ERRORS

Building and install ign-msgs fixes the problem. So I guess that that package should be added as a requirement, like ign-math? Btw, ign-msgs warns (but doesn't error) about the absence of ign-tools; I don't know whether that should also be recommended to people building from source.