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

Re: [sc-users] latest checkout freezes system



On Tue, Dec 19, 2006 at 12:35:30AM +0100, stefan kersten wrote:
> karlos wrote:
> > ok, after some narrowing I found that the last working revision is 5696.
> > Towards 5697, the following things were committed:
> > 
> thanks karsten! i'll have a look tomorrow.
> 
> <sk>

I experienced this today, as well. Also on Gentoo.

Another Linux build issue that has recently crept in:

source/lang/LangSource/PyrMathSupport.cpp: In function `double log2(double)':
source/lang/LangSource/PyrMathSupport.cpp:52: error: redefinition of `double log2(double)'
/usr/include/bits/mathinline.h:627: error: `double log2(double)' previously defined here

It's easy enough to comment out the definition, but probably should be excluded
for both MacOS and Linux. No idea if Windows needs it.

John