help-octave
[Top][All Lists]
Advanced

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

Re: ocs 0.1.4 released


From: Sebastian Schöps
Subject: Re: ocs 0.1.4 released
Date: Thu, 9 Jul 2015 12:10:06 -0700 (PDT)

c.-2 wrote
> Is that the same compiler you used to build Octave?
> I am a bit surprised as I thought building Octave with clang++ did not
> work ...

same issue here (since still using octave 3.8, compiled with clang++).


c.-2 wrote
> Anyway, this seems to be due to a change in the c++ 11 standard.
> can you check whether changing every occurrence of "pow" to "xpow" fixes
> the problem for you?
> You may need to include xpow.h to make this work.

No, it seems to be a known bug of clang 3.5 as explained here:
https://savannah.gnu.org/bugs/?43298. For me  "pow" -> "std::pow" fixed all
compilations errors.

Seb.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/ocs-0-1-4-released-tp4671452p4671525.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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