[webkit-gtk] possible solutions for local files on win32
Jean-Philippe Chancelier
jpc at cermics.enpc.fr
Wed Mar 3 06:07:33 PST 2010
Phil> How do you build webkit so that the mingw32 compiler
Phil> is used and not my normal
Phil> compiler? I assume it is either setting up environment
Phil> variables or options to the configure script.
I forgot some points in my previous mail. I had to manually
change some stuffs in the GNUmakefile after configure:
rename -licuin and -licuuc in GNUmakefile to:
UNICODE_LIBS = -licuin42 -licuuc42
rename -lpthread to -lpthreadGC2 in GNUmakefile
remove rhs in SYMBOL_VISIBILITY = and SYMBOL_VISIBILITY_INLINES =
jpc
More information about the webkit-gtk
mailing list