Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-09 08:06:04


Hi Jürgen,

> > >> Also, make sure that OS is not set in
> > >> environment, by running:
> > >>
> > >> echo $(OS) ;
> > >
> > > But when doing a "set | grep OS" I get
> > >
> > > so it seems my cygwin installation sets OS=win32.
> >
> > Could you try unsetting this variable?
>
> Yes, then everything works out of the box.
> That means, the test-suite starts ;-)

:-)

> > If the tests work OK in the
> > case, I'll swap the order of calls in
> >
> > /*
> > * Jam defined variables OS, OSPLAT
> > */
> > var_defines( othersyms );
> >
> > var_defines( use_environ );
> >
> > so that env vars don't clobber 'OS' and 'OSPLAT'.
>
> Go ahead.

Done.

> Please find the first test runs for cygwin gcc and msvc-7.1 attached.
> Main problem seems to be that the .exe extension is not recognised.

Ok, I've hopefully corrected that issue.

- 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