Linker Error when building SDFormat on Windows
I am having trouble building SDFormat during the Windows Gazebo install process. I am getting a LNK1104 error when running nmake saying that it can't find 'boost_thread-vc120-mt-1_56.lib'. I have already built ign-math and confirmed that the 'boost_thread-vc120-mt-1_56.lib' and 'libboost_thread-vc120-mt-1_56.lib' files exist in the correct location ('gz-ws\boost_1_56_0\lib64-msvc-12.0\').
Here is the full output of the nmake process and here is the output of the configure script.
Does anyone know if there is a quick fix to this problem?
Thanks!
Did you build everything in Release mode or Debug mode?
Everything is built in release mode