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 'boostthread-vc120-mt-156.lib'. I have already built ign-math and confirmed that the 'boostthread-vc120-mt-156.lib' and 'libboostthread-vc120-mt-156.lib' files exist in the correct location ('gz-ws\boost156_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!
Asked by tenebryo on 2015-06-08 16:29:44 UTC
Answers
Here is an issue that probably is the same as yours. We'll update the issue as we make progress.
Asked by nkoenig on 2015-06-08 18:32:57 UTC
Comments
The issue reminded me that I forgot to mention that I am running Windows 8.1 with Cygwin 64 installed. I'll continue to watch it.
Asked by tenebryo on 2015-06-08 22:08:17 UTC
Comments
Did you build everything in Release mode or Debug mode?
Asked by scpeters on 2015-06-09 19:37:23 UTC
Everything is built in release mode
Asked by tenebryo on 2015-06-11 20:19:32 UTC