[webkit-dev] Setting up Eclipse IDE for Webkit..

2011-06-22 Thread Tom Smith
Hi everyone, Has anyone used Eclipse IDE on Ubuntu? If so do you have any recommendations? Thanks. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Making Webkit - CSSGrammar.h

2011-06-21 Thread Tom Smith
Hello, I'm trying to build Webkit on Ubuntu, but I get this error when I try to make it: WebCore/css/CSSParser.cpp:4152: fatal error: CSSGrammar.h: No such file or directory compilation terminated. make[1]: *** [WebCore/css/libWebCore_la-CSSParser.lo] Error 1 make[1]: Leaving directory

[webkit-dev] Making Webkit - PluginViewGtk.cpp error

2011-06-21 Thread Tom Smith
Hello, I'm trying to install Webkit on Ubuntu, but I get the following error: WebCore/plugins/gtk/PluginViewGtk.cpp: In member function ‘void WebCore::PluginView::init()’: WebCore/plugins/gtk/PluginViewGtk.cpp:552: error: ‘NPSetWindowCallbackStruct’ was not declared in this scope

Re: [webkit-dev] Making Webkit - PluginViewGtk.cpp error

2011-06-21 Thread Tom Smith
Hello, I used the command: ./autogen.sh --prefix=${BUILD_DEST} to setup and configure webkit, which compiled fine. But I get errors when I try to make it. I'm running Ubuntu 10.10 with WebKit-r36247. Best regards, Tom On Tue, Jun 21, 2011 at 12:32 PM, Ariya Hidayat ariya.hida...@gmail.comwrote:

[webkit-dev] Making WebKit on ubuntu 10.10 looks for xcodebuild?

2011-06-17 Thread Tom Smith
Hello, I'm trying to install Webkit on ubuntu 10.10. When I run the make file I get an xcodebuild: not found error. So I tried using the autogen.sh to use automake but when m4 is executed it doesn't like the argument --gnu specifically the error is: unrecognized option '--gnu'. The