|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-01-05 03:42:33
On Tuesday 04 January 2005 17:52, David Abrahams wrote:
> >> expected -------- all changes caused by last build command ----------
> >> Added files : ..... 'bin/gcc-3.2/debug/a.exe',
> >> 'bin/gcc-3.2/debug/a.obj']
> >
> > Try running
> >
> > python test_all.py gcc-3.2
> >
> > The test system does not know the default version of gcc is 3.2
>
> Doesn't work.
>
> generators_test : File bin/gcc-3.2/debug/a.obj not added as
> expected
> -------- all changes caused by last build command ----------
> Added files : [..........
.......
> 'bin/gcc-3.2/debug/a.o',
Is this some cygwin system? There's mismatch between produced extension ".o"
and expected ".obj" -- which is computed in BoostBuild.py (function
prepare_suffix_map). I'm sure this logic worked OK on pure NT, but I never
succeeded in installing Cygwin.
- 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