Boost logo

Boost-Build :

From: Andrej van der Zee (mavdzee_at_[hidden])
Date: 2008-06-26 01:17:27


> That ">nul" should *only* redirect the output of the
> "vcvarsall.bat"
> script. The output from "cl.exe" should go to the
> console as usual. And
> as can be seen in the Boost regression reports
> <http://tinyurl.com/3pqfh6> it does seem to work as
> intended in other
> systems.
>
> So, I'm not sure how you are not getting the output.
>

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

      __________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html


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