Boost logo

Boost Users :

Subject: Re: [Boost-users] boost 1.40 build error with VC++ 2008
From: Newsuser (newsuser_at_[hidden])
Date: 2009-09-30 01:41:05


Hi Volodya,

Yes, there is bjam.exe in the root folder.
D:\boost_1_40_0>.\bjam --version
Boost.Build V2 (Milestone 12)
Boost.Jam 03.1.17

I can find this file -
'bin.v2\libs\math\build\msvc-9.0\debug\link-static\threading-multi\pch.pch.rsp'
on disk.

I also tried to move boost one level up to make the path a little bit
shorter, but it reports the same error. Build a single library also reports
such error.

D:\boost_1_40_0>bjam toolset=msvc --with-math --build-type=complete stage

Here is the file on my disk, although bjam complains cann't open.

 -Fo"bin.v2\libs\math\build\msvc-9.0\debug\link-static\threading-multi\pch.obj" -Yc"pch.hpp" -Yl"__bjam_pch_symbol_pch.hpp" -Fp"bin.v2\libs\math\build\msvc-9.0\debug\link-static\threading-multi\pch.pch" -TP /Z7 /Od /Ob0 /W3 /GR/MDd /Zc:forScope /Zc:wchar_t /wd4675 /EHs -c-DBOOST_ALL_NO_LIB=1-DBOOST_BUILD_PCH_ENABLED"-I.""-Ilibs\math\src\tr1"Btw, I can build boost 1.35 and 1.39 on my machine.Any other suggestion?--------------------------------------------------From: "Vladimir Prus" <vladimir_at_[hidden]>Sent: Wednesday, September 30, 2009 1:15 PMTo: <boost-users_at_[hidden]>Subject: Re: [Boost-users] boost 1.40 build error with VC++ 2008> Newsuser wrote:>>> Hi All,>>>> I encounter build error on Windows XP system when building with VisualStudio 2008 Profession>> (with Feature Pack, without SP1). Here is the trimmed output on myconsole window. Does someone>> know what is wrong here? I just run two commands "bootstrap.bat" and then".\bjam" to build the>> library. Thanks a lot for your help.>>>>>> Sett
ing environment for using Microsoft Visual Studio 2008 x86 tools.>>>> C:\>cd /d d:\opensource\boost_1_40_0>>>> D:\opensource\boost_1_40_0>bootstrap.bat>> Building Boost.Jam build engine>> The system cannot find the file specified.>>>> Bootstrapping is done. To build, run:>>>> .\bjam>>>> D:\opensource\boost_1_40_0>.\bjam>>>> Building the Boost C++ Libraries.>> ...patience...>> ...found 6570 targets...>> ...updating 824 targets...>> common.mkdir stage>> ...>> compile-c-c++-pchbin.v2\libs\math\build\msvc-9.0\debug\link-static\threading-multi\pch.pch>> cl : Command line error D8022 : cannot open>>'bin.v2\libs\math\build\msvc-9.0\debug\link-static\threading-multi\pch.pch.rsp'>>>> call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"x86 >nul>> cl /Zm800 -nologo@"bin.v2\libs\math\build\msvc-9.0\debug\link-static\threading-multi\pch.pch.rsp">>"bin.v2\libs\math\build\msvc-9.0\debug\link-static\threading-multi\pch.pch.cpp">> This is strange. Is there actually such file? Do you have "bjam" in boo
stroot directory?> What is the output of ".\bjam --version"?>> - Volodya>>> _______________________________________________> Boost-users mailing list> Boost-users_at_[hidden]> http://lists.boost.org/mailman/listinfo.cgi/boost-users>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net