Hi,
 
I have been dealing with compiling webkit-gtk on Gentoo with clang-7.1.0. I have encountered an issue regarding compiling TextCodec.cpp that uses snprintf in method 'TextCodec::getUnencodableReplacement'. The compiler lacks 'snprintf' as the result of not having <cstdio> there in the list of headers included. Please, add <cstdio> there to do away with the fail of compilation
 
Thank you
_______________________________________________
webkit-gtk mailing list
webkit-gtk@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to