Missing boost libs when building spring with vc7

Missing boost libs when building spring with vc7

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
submarine
AI Developer
Posts: 834
Joined: 31 Jan 2005, 20:04

Missing boost libs when building spring with vc7

Post by submarine »

I#m missing the following libs when trying to build latest svn version (debug, no debug or final release):

id downloaded vc8libs, it seems those files are missing somehow (or ist it my fault?)

libboost_thread-vc71-mt-1_33_1.lib
Last edited by submarine on 30 Sep 2006, 16:12, edited 1 time in total.
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

It's called vc8libs for a reason ;)
VC7.1 needs http://spring.clan-sy.com/dl/spring-vclibs.exe
submarine
AI Developer
Posts: 834
Joined: 31 Jan 2005, 20:04

Post by submarine »

lol ok that makes sense. but the file from link you posted doesnt contain the correct version

libboost_thread-vc71-mt-gd-1_33.lib instead of libboost_thread-vc71-mt-gd-1_33_1.lib

just renaming the files wont work (i tried :) )
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

Hm I should have updated those a long time ago... Unfortunately I can't upload a new one until sunday though, so you'll have to wait a few days.
submarine
AI Developer
Posts: 834
Joined: 31 Jan 2005, 20:04

Post by submarine »

does anyone else have those files?

how do all the other ppl build spring then?!
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

most people use vs8 it seems.
submarine
AI Developer
Posts: 834
Joined: 31 Jan 2005, 20:04

Post by submarine »

hmm ok maybe im the only one using an older version ....

but thx for your help :)
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

I'm building with VC71 as well and have no troubles with libboost_thread-vc71-mt-1_33.lib
submarine
AI Developer
Posts: 834
Joined: 31 Jan 2005, 20:04

Post by submarine »

which svn version dou use? the latest one?

is it possible to tell the linker to use an older version?
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

I'm using the latest svn. You did extract those libs right into trunk did you? Actually there shouldn't be any trouble building. My VC7 version is unpatched btw (because I kinda lost my dvd), not sure if that'd change anything.
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

It´s no problem as long as the boost headers have the same version as the boost libs. In this case both should be 1.33
User avatar
ILMTitan
Spring Developer
Posts: 410
Joined: 13 Nov 2004, 08:35

Post by ILMTitan »

I'm using VC7. The only problem I've had with boost is needing to change the boost lib directory in the project, adding a subdirectory.
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

I had to add some global include dirs when compiling NTAI, I'm pretty sure I added boost as well there. Maybe that's why I had no troubles with building spring.
submarine
AI Developer
Posts: 834
Joined: 31 Jan 2005, 20:04

Post by submarine »

thx to rattle - i'm able to build spring now :)
he provided me with the requiered libs...
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

And all I got was a lousy 2.5 gig of junk data...
Post Reply

Return to “Engine”