Boost logo

Boost-Build :

Subject: Re: [Boost-build] Changes to template-depth in qcc.jam not workingfully
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-11-24 06:54:52


On Monday 24 November 2008 14:46:27 Niklas Angare wrote:
> > You need to provide exact information about what you did -- down to
> > specific
> > commands. In particular, what "run regression tests" means? If that means
> > using run.py, then it is downloading and using SVN HEAD version of
> > Boost.Build,
> > so any changes you made in qcc.jam are probably of no effect.
>
> Yes, run.py. Actually it uses trunk but it checks it out to a different
> directory (tools_bb) so that's why my patch had no effect.
>
> > I've checked in this change:
> >
> > https://svn.boost.org/trac/boost/changeset/49912
>
> It works now! Thanks!
>
> One additional question; that section of the files is still different in
> that gcc.jam has $(<) in two plaves while qcc.jam has $(1). Is that
> intentional?

No, but it should have no effect. In fact, I wonder -- how different qcc is from
gcc? Does it have -fPIC? Does it have threading support?

Or rather -- does anyting break if you use the gcc toolset, as opposed to qcc?
It might be best strategy to make gcc handle both, rather than risk further
differences in behaviour.

- 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