Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2005-06-01 14:02:58


Vladimir Prus <ghost_at_[hidden]> writes:

>>> If we change response files along the lines of my recent patch
>>> (earlier in this thread), then.....
>>
>> Sorry, I don't know what patch you're referring to. If you made it
>> already, what's to change?
>
> I think you've seen it already. Might be good enough already ;-)

Do you mean http://thread.gmane.org/gmane.comp.lib.boost.build/8687
??

Isn't this the one I said doesn't work?

http://article.gmane.org/gmane.comp.lib.boost.build/8829

The current CVS is still removing response files upon failure:

c:\boost\boost/range/const_iterator.hpp(36) : error C2208: 'boost::type' : no members defined using this type
c:\boost\boost/range/const_iterator.hpp(36) : fatal error C1903: unable to recover from previous error(s); stopping compilation

call "C:\Program Files\Microsoft Visual Studio 8\VC\\bin\vcvars32.bat" > nul
cl /Zm800 -nologo -TP /Z7 /Od /Ob0 /EHsc /GR /MDd @"bin\begin.test\msvc-8.0\debug\begin_cpp.rsp" -c -Fo"bin\begin.test\msvc-8.0\debug\begin.obj"

...failed msvc.compile.c++ bin\begin.test\msvc-8.0\debug\begin.obj bin\begin.test\msvc-8.0\debug\begin_cpp.rsp...
...removing bin\begin.test\msvc-8.0\debug\begin_cpp.rsp

And with your patch, nothing works:

bjam msvc-8.0
site-config.jam: No such file or directory
warning: toolset como-win initialization:
warning: can't find user-provided command 'call "c:/program files/microsoft visual studio .net 2003/vc7/Bin/vcvars32" > nul
set COMO_MS_INCLUDE="c:/program files/microsoft visual studio .net 2003/vc7/include"
set LIB=c:/tools/como433/libcomo;%LIB%
set PATH=c:/tools/como433/bin;%PATH%
set COMO_BASE=c:/tools/como433
como.exe --diag_suppress=68'
warning: initialized from
don't know how to make <pbin\is_fixed_size.test\msvc-8.0\debug>is_fixed_size.rsp
don't know how to make <pbin\category.test\msvc-8.0\debug>category.rsp
don't know how to make <pbin\begin.test\msvc-8.0\debug>begin.rsp
...found 106 targets...

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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