Boost logo

Boost-Build :

Subject: Re: [Boost-build] Problems with custom requirements in bjam (Spirit2 tests)
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-04-14 16:28:20


AMDG

Hartmut Kaiser wrote:
> in Spirit 2 we have the following custom requirements set in the test
> Jamfile:
>
> project # spirit_v2-tests
> : requirements
> <toolset>gcc:<cxxflags>-ftemplate-depth-300
> ;
>
> Which should add the new option to any gcc command line while compiling the
> tests. This seem to work except for two configurations (both based on darwin
> gcc4.0.1), which still report an 'error: template instantiation depth
> exceeds maximum of 128' (see here: http://tinyurl.com/cwqexy and here:
> http://tinyurl.com/cjd6bo).
>
> Is there anything I could about this?
>

darwin is a separate toolset from gcc.

In Christ,
Steven Watanabe


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