[webkit-gtk] building webkit-gtk using gcc 4.7.2 : error: 'isnan' was not declared in this scope
Richard PALO
richard.palo at baou.fr
Tue Jan 1 08:04:31 PST 2013
Apparently the namespace problem with std::isnan is already known, as I
found the following:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48891
what is not clear since the code appears not to have changed much is
whether it *will* change to use ::isnan or std::isnan or is there
another workaround known?
For the invalid other error:
conversion from 'signed char*' to 'int8_t* {aka char*}' [-fpermissive]
I'm trying a full rebuild with CXXFLAGS+= -fpermissive
so I'll see (lots later) if that helps ...
More information about the webkit-gtk
mailing list