> 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 _______________________________________________ Gnash mailing list Gnash@gnu.org http://lists.gnu.org/mailman/listinfo/gnash