Boost logo

Boost-Build :

From: Andrej van der Zee (mavdzee_at_[hidden])
Date: 2008-06-26 08:20:11


Thanks, that solved the problem!
Andrej

--- Ilya Sokolov <fal_delivery_at_[hidden]> wrote:

> 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.
>
> _______________________________________________
> Unsubscribe & other changes:
>
http://lists.boost.org/mailman/listinfo.cgi/boost-build
>

      __________________________________________________________
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