|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2005-05-23 12:56:41
David Abrahams <dave_at_[hidden]> writes:
> Rene Rivera <grafik.list_at_[hidden]> writes:
>
>> David Abrahams wrote:
>>> We really need to settle on some new approach.
>>> Thoughts?
>>
>> Like I said in:
>>
>> http://article.gmane.org/gmane.comp.lib.boost.build/8721
>>
>>> We could have something like:
>>>
>>> using gcc : gcc-3.4-arm :
>>> CC=/x/y/bin/arm-gcc CPP=/x/y/bin/arm-gcc
>>> CXX=/x/y/bin/arm-g++ CXXCPP=wave
>>> ROOT=/x/y ;
>
> Agreed. No need for the all-caps names, IMO, though. They give the
> misleading impression that environment variables will be set.
FWIW, here's what I ended up having to do to get como working:
using como : 4.3.3 :
"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
;
Ick! And I still get:
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
from BBv2.
-- 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