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 ...
_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-gtk