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 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' 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.