[webkit-gtk] possible solutions for local files on win32

Phil Longstaff plongstaff at rogers.com
Wed Mar 3 06:49:48 PST 2010


On Wed, 2010-03-03 at 14:47 +0100, Jean-Philippe Chancelier wrote:
> Phil> Jean-Philippe,
>     Phil> I downloaded and installed your cross-compiler. 
>     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 
>     Phil> environment variables or
>     Phil> options to the configure script.
> 
>     Hello Phil 
> 
>     I first run the script given on my web page called: withmingw 
> 
>     jpc at clio: source withmingw 
>     
>     then, just to be sure, you check that the compiler is now the correct one: 
> 
> jpc at clio: gcc -v
> Using built-in specs.
> Target: i686-pc-mingw32 <---------------
> .... 
> Thread model: win32
> gcc version 4.4.3 (GCC)     
> 
>     then in webkit I use: 
> 
>     ./configure --host=i686-pc-mingw32 --with-font-backend=pango --enable-video=no --with-target=win32 
> 
>     you need to have pkg-config on your host since I haven't installed the 
>     mingw32 one. I just change the pkg-config search path in the withmingw script.
> 
>     And, of course, I then have some compilations pbs in various files (<=10)
>     that were  already discusses in the mailing list. 
>     jpc
> 

I can't use your compiler:

phil at phil-laptop:~/Downloads/webkit-1.1.22$ gcc -v
gcc: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11' not found
(required by gcc)

Phil



More information about the webkit-gtk mailing list