Boost logo

Boost-Build :

Subject: [Boost-build] Boost build error msvc 9.0 ia64 itanium
From: Pete (pete_at_[hidden])
Date: 2010-02-11 03:59:21


I'm trying to build boost 1.34.1 using bjam as follows (the -d2 switch gives
a bit more info what is happening, though it is still a bit cryptic):

bjam toolset=msvc-9.0 architecture=ia64 stage -d2

Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
...patience...
...patience...
...found 5021 targets...
...updating 1765 targets...

file
bin.v2\libs\test\build\msvc-9.0\debug\architecture-ia64\asynch-exceptions-on
\threading-multi\execution_monitor.obj.rsp
"libs\test\src\execution_monitor.cpp"
 
-Fo"bin.v2\libs\test\build\msvc-9.0\debug\architecture-ia64\asynch-exception
s-on\threading-multi\execution_monitor.obj"
   -TP
 /Z7
 /Od
 /Ob0
 /W3
 /GR
 /MDd
 /Zc:forScope
 /Zc:wchar_t
 /wd4675
 /EHa
 -wd4275
 -c

-DBOOST_ALL_NO_LIB=1

-DBOOST_TEST_DYN_LINK=1

"-I."

At this stage I get a silly dialog telling me that Windows 7 doesn't know
what to do with rsp files.

I have all the 64 bit VS 2009 components installed, configured and setup.
Also, before invoking bjam, I executed bjam, I executed the vc commandline
environment setup batch file:

"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat"

If I type "cl" at the command line, I get:

Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64
Copyright (C) Microsoft Corporation. All rights reserved.

Where am I going wrong?

Pete


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk