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

_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk

Reply via email to