Gazebo | Ignition | Community
Ask Your Question
0

How to install `ignition-math3` on Windows 10?

asked 2017-05-21 22:15:20 -0500

Faur gravatar image

I am follwoing the guide http://gazebosim.org/tutorials?tut=in.... When trying to follow step 10 I get the error:

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

From the output of step 9 I can see that it installs Ignition math4 instead og Ignition math3. How do I fix this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-05-22 10:03:00 -0500

chapulina gravatar image

The instructions are building the default branch of ign-math, which currently corresponds to version 4.

For version 3, add the hg up ign-math3 command to step 9, as follows:

cd ign-math
hg up ign-math3
mkdir build
cd build
# if you want debug, run ..\configure Debug
..\configure Release
nmake
nmake install
edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2017-05-21 22:15:20 -0500

Seen: 7,572 times

Last updated: May 22 '17