I have been using Boost 1.36 for a while without any problems. Had to upgrade to 1.41 to get PropertyTree. Boost appears to build properly but when i try and compile the project that was using boost 1.36 I get this error.
1>LINK : fatal error LNK1104: cannot open file 'C:\dev\3rdparty\boost-build_1_41_0\boost\bin.v2\libs\filesystem\build\msvc-9.0\debug\link-static\threading-multi.obj'
The object file name seems invalid. threading-multi is a directory.
I built boost using
bootstrap
.\bjam
and also tried
bjam --build-dir=c:\dev\3rdparty\boost-build_1_41_0
--toolset=msvc --threading=multi --without-python --runtime-link=static --buildtype=complete stage
both at the Vs2008 command prompt.
I have updated references to the correct boost directories in the project.
Thanks