Robotics StackExchange | Archived questions

Errors trying to build Gazebo 8 on Windows 10

Hello all,

When trying to build Gazebo 8 on windows 10, following http://gazebosim.org/tutorials?tut=install_on_windows, I end up with a whole bunch of errors while "Linking CXX executable gzclient.exe".

Each message is similar to this one:

Qt5Widgets.lib(qapplication.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTStaticRelease' doesn't match value 'MDDynamicRelease' in main.cc.obj

Can someone please help me out with this one? Do I need to rebuild from source, but with the \MD flag? If so, why is the qt5-x64-static-release.zip, which clearly has "static" in its name to state MT_StaticRelease, located here, as to indicate that is the correct dependency.

Asked by kizo on 2018-06-01 05:46:06 UTC

Comments

Answers