[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 Ariya Hidayat
You post too many build errors lately. Care to tell us what exactly did you run? How did you invoke the 'build-webkit' script? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org

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: