Comment 33 for bug 1488079

Revision history for this message
su_v (suv-lp) wrote :

On 2015-08-24 15:36 (+0100), ~suv wrote:
> On 2015-08-24 15:10 (+0200), Alex Valavanis wrote:
>> A proper fix would enforce C++11 builds for everyone, but this is
>> problematic, because AFAIK older OS X releases don't provide
>> compiler support for C++11.
>
> 1) Just adding the compile flag '-std=c++11' won't break trunk builds on
> OS X 10.7 - as long as Inkscape doesn't actually _use_ c++11 features.

Just a FYI: above statement is no longer true after the changes in rev 14475 - without reverting that commit, current Inkscape trunk (tested with r14506) no longer compiles with '-std=c++11' on the mentioned system.