[webkit-gtk] Problem building on Windows
Martin Robinson
martin.james.robinson at gmail.com
Sun Jan 16 23:24:53 PST 2011
On Sat, Jan 15, 2011 at 10:16 PM, Scott Dixon <scottd.nerd at gmail.com> wrote:
> http://trac.webkit.org/wiki/BuildingOnWindows
I think that the instructions on this page apply to the Windows Safari
port, not the GTK+ port on Windows. Perhaps they are still useful
though.
> http://webkit.org/building/build.html
> I'm trying to build from a cygwin/bash command line using:
> ./WebKitTools/Scripts/build-webkit --gtk --enable-debug=true --debug
> --enable-video=false
You should run build-webkit --help to see the full list of commands. I
believe your problem here is you are passing configure flags to
build-webkit, which doesn't understand them. You will probably have
more luck with --no-video.
--Martin
More information about the webkit-gtk
mailing list