[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization
From: |
Olaf Klemke |
Subject: |
Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization |
Date: |
Sat, 3 May 2008 22:05:31 +0200 (CEST) |
> mmm, change the 'isfinite' to 'std::isfinite' on line 397.
> Try also including <cmath>.
>
> > configure:33424: checking for isfinite
> > configure:33450: gcc -o conftest -std=gnu99 -Wl,--as-needed
> > conftest.c -lrt -lm >&5
> > configure:33456: $? = 0
> > configure:33474: result: yes
>
> The configure check uses gcc and -std=gnu99, we're using g++ :
wondering, wondering
by side:
I have some problems with the automake/autoconf/configure scripts too.
This will become an other threat. I hope this is not your cup of tea.
>
> --strk;
>
<<if ( inval.is_undefined() || inval.is_null() || ! isfinite(input) )
>>if ( inval.is_undefined() || inval.is_null() || !
std::isfinite(input) )
compiles :-D
(without math.h but as_value.h is in)
The server is build. Now I have problems with the KDE-gui but let's
close this threat. I can live without KDE - for the moment.
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, (continued)
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, Olaf Klemke, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, strk, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, Olaf Klemke, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, strk, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, Olaf Klemke, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, strk, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, Olaf Klemke, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, strk, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, Olaf Klemke, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, strk, 2008/05/03
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization,
Olaf Klemke <=
- Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization, strk, 2008/05/03