$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Projects requirements and alternative selection
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-04-16 12:35:07
Hartmut Kaiser wrote:
>> > Please excuse my ignorance, but exactly how am I supposed to fix
>> (work
>> > around) my problem?
>>
>> Sorry, what problem? I don't think I see any email from you in this
>> thread -- neither in my mailer or not gmane.org.
>
> Sorry, I responded on the wrong thread. Did you see my other post?
Yes, I thought the answer was clear. You should have:
project # spirit_v2-tests
: requirements
<toolset>gcc:<cxxflags>-ftemplate-depth-300
<toolset>darwin:<cxxflags>-ftemplate-depth-300
;
- Volodya