Boost logo

Boost-Build :

From: Ilya Sokolov (fal_delivery_at_[hidden])
Date: 2008-06-26 04:47:59


Andrej van der Zee wrote:
> Yeah it is weird. Below the output with and without
> the redirect. Both give return value 2 (echo ${?}).
>
> andrej_at_DD9V86BX
> /home/andrej/speedo/trunk/server/handlers
> $ cmd.exe /S /C call "C:\Program Files\Microsoft
> Visual Studio 9.0\VC\vcvarsall.bat" x86 >nul "&&" cl
> /Zm800 -nologo
> @"bin\msvc-9.0\debug\threading-multi\get_data.obj.rsp"
>
> andrej_at_DD9V86BX
> /home/andrej/speedo/trunk/server/handlers
> $ cmd.exe /S /C call "C:\Program Files\Microsoft
> Visual Studio 9.0\VC\vcvarsall.bat" x86 "&&" cl
> /Zm800 -nologo
> @"bin\msvc-9.0\debug\threading-multi\get_data.obj.rsp"
> Setting environment for using Microsoft Visual Studio
> 2008 x86 tools.
> get_data.cpp
> c:\cygwin\home\andrej van der
> zee\speedo\trunk\server\handlers\resource_data.h(9) :
> fatal error C1083: Cannot open include file:
> 'util/compiler_config.h': No such file or directory

In msvc.jam replace

suffix = " >nul \"&&\" " ;

with

suffix = " \">nul\" && " ;

Also, the '/S' parameter is useless.


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