29 Jun
2012
29 Jun
'12
8:30 a.m.
2012/6/29 Szymon Gatner
Hi,
I just build v 1.50 on Win 7 / Visual Studio 2008 SP1 (msvc9) and I am getting linker errors like:
Error 21 fatal error LNK1104: cannot open file 'libboost_filesystem-vc90-mt-gd-1_50.lib' test test
because in this release files are named without "90" part:
libboost_filesystem-vc-mt-gd-1_50
while in 1.49 (and below):
libboost_exception-vc90-mt-gd-1_49
Regards, Szymon Gatner
Don't mind me. Building with I changed toolset from "msvc-90" to "msvc" and that generates valid library names. Cheers, Simon