octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave-image requires c++11


From: John W. Eaton
Subject: Re: octave-image requires c++11
Date: Wed, 29 Jul 2015 23:57:07 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0

On 07/29/2015 10:48 PM, Orion Poplawski wrote:
It appears that octave-image 2.4.0 requires c++11:

checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=gnu++11... no
checking whether g++ supports C++11 features with -std=gnu++0x... no
checking whether g++ supports C++11 features with -std=c++11... no
checking whether g++ supports C++11 features with -std=c++0x... no
configure: error: *** A compiler with support for C++11 language
features is required.

While I can very much sympathize with wanting to have progress, just
note that it is a bit trickier (though not impossible) to get access to
a C++11 compiler on RHEL6.  Just something I wanted to note.

Yeah, I'm not a fan of this choice either. At the very least, it would be helpful to provide some kind of fallback code. Or, if that causes too much of a maintenance burden, then it would be much better to only disable those features that actually require C++11 and at least allow a subset of the package to build.

jwe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]