I get the following error in Visual Studio 2010 Express:
fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-s-1_46.lib'
Where do I get libboost_thread-vc100-mt-s-1_46.lib?
Or do I have to use Visual Studio 2008 Express?
fatal error LNK1104: cannot open file 'libboost_thread-vc100
Moderator: Moderators
Re: fatal error LNK1104: cannot open file 'libboost_thread-v
2008 Express can't find 'omp.h'.
Re: fatal error LNK1104: cannot open file 'libboost_thread-v
You need the VCLibs package of libraries. I don't know if one for VC10 was distributed, and it's not regularly maintained as Visual Studio isn't officially supported...
Re: fatal error LNK1104: cannot open file 'libboost_thread-v
[edit] Never mind
Last edited by polyfrag on 17 Aug 2012, 02:15, edited 1 time in total.
Re: fatal error LNK1104: cannot open file 'libboost_thread-v
Where do I place the .exe after it's finished?
It says
Failed to load font: fonts/FreeSansBold.otf
It says
Failed to load font: fonts/FreeSansBold.otf
Re: fatal error LNK1104: cannot open file 'libboost_thread-v
Since MSVC does not build the full installer, Easiest for you is to pick an installer built with MingW, and install it. Pick one as new as possible.
http://springrts.com/dl/buildbot/default/develop/
Then just replace the exe.
http://springrts.com/dl/buildbot/default/develop/
Then just replace the exe.
Re: fatal error LNK1104: cannot open file 'libboost_thread-v
you've to create the folder fonts and copy cont/fonts/FreeSansBold.otf to it. spring doesn't check this dir when run from where it was compiled.polyfrag wrote:Where do I place the .exe after it's finished?
It says
Failed to load font: fonts/FreeSansBold.otf
(or run make install)