Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-03-07 06:02:10


Vladimir Prus wrote:

> > default_build :
> > "c:\boost\tools\build\test\..\jam_src\bin.ntx86\bjam
[...]
> > STDERR ============
> > 'cl' is not recognized as an internal or external command,
> > operable program or batch file.

...

> I'm planning to start hacking on better default properties now: so that
> "msvc-6.5" on the command line will be combined with "debug release" in
> default-properties. In the meantime, I guess the test can be skipped on
> msvc.

Okay, done. The only problem is that expand-subfeatures tries to expand
<toolset-msvc:version>6.5 and expand-subfeatures-aux fails on that.
If I change expand-subfeatures to contains:

for local p in $(properties)
{
if ! [ MATCH "(:)" : $(p:G) ]
{
result += [ expand-subfeatures-aux $(p:G) : $(p:G=) ] ;
}
else
{
result += $(p) ;
}
}

the test passes.

BTW, passes really -- with msvc 6.5. I've found a Windows box
which has it installed. The only problem that the monitor there
changes color every tree seconds, and there's no "touch" command,
so I haven't tried to run all the tests yet.
('generators-test' want 'touch')

- Volodya

 


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