fatal error LNK1104: cannot open file 'libboost_thread-vc100

fatal error LNK1104: cannot open file 'libboost_thread-vc100

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
polyfrag
Posts: 6
Joined: 16 Aug 2012, 05:54

fatal error LNK1104: cannot open file 'libboost_thread-vc100

Post by polyfrag »

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?
polyfrag
Posts: 6
Joined: 16 Aug 2012, 05:54

Re: fatal error LNK1104: cannot open file 'libboost_thread-v

Post by polyfrag »

2008 Express can't find 'omp.h'.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: fatal error LNK1104: cannot open file 'libboost_thread-v

Post by AF »

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...
polyfrag
Posts: 6
Joined: 16 Aug 2012, 05:54

Re: fatal error LNK1104: cannot open file 'libboost_thread-v

Post by polyfrag »

[edit] Never mind
Last edited by polyfrag on 17 Aug 2012, 02:15, edited 1 time in total.
polyfrag
Posts: 6
Joined: 16 Aug 2012, 05:54

Re: fatal error LNK1104: cannot open file 'libboost_thread-v

Post by polyfrag »

Where do I place the .exe after it's finished?

It says

Failed to load font: fonts/FreeSansBold.otf
zerver
Spring Developer
Posts: 1358
Joined: 16 Dec 2006, 20:59

Re: fatal error LNK1104: cannot open file 'libboost_thread-v

Post by zerver »

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.
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: fatal error LNK1104: cannot open file 'libboost_thread-v

Post by abma »

polyfrag wrote:Where do I place the .exe after it's finished?

It says

Failed to load font: fonts/FreeSansBold.otf
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.


(or run make install)
Post Reply

Return to “Engine”