RESOLVED FIXED 26376
WebKit does not compile with WML enabled
https://bugs.webkit.org/show_bug.cgi?id=26376
Summary WebKit does not compile with WML enabled
Dirk Schulze
Reported 2009-06-13 14:23:59 PDT
On compiling webkitgtk with WML enabled, I got following error: ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::Page::wmlPageState()' ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::BackForwardList::clearWmlPageHistory()' ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::FrameLoader::setForceReloadWmlDeck(bool)' collect2: ld returned 1 exit status make[1]: *** [Programs/DumpRenderTree] Error 1 No more details.
Attachments
Patch for the build error when wml is enabled on gtk (1.44 KB, patch)
2009-11-22 05:09 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2009-11-22 05:09:36 PST
Created attachment 43676 [details] Patch for the build error when wml is enabled on gtk I met lowser build errors rather than the over build error. WebCore/wml/WMLInputElement.cpp: In member function 'virtual void WebCore::WMLInputElement::defaultEventHandler(WebCore::Event*)': WebCore/wml/WMLInputElement.cpp:285: error: no matching function for call to 'WebCore::WMLInputElement::dispatchEvent(WebCore::AtomicString&, bool, bool)' WebCore/wml/WMLAElement.cpp: In member function 'virtual void WebCore::WMLAElement::defaultEventHandler(WebCore::Event*)': WebCore/wml/WMLAElement.cpp:144: error: no matching function for call to 'WebCore::FrameLoader::urlSelected(WebCore::KURL&, WebCore::String, WebCore::Event*&, bool, bool, bool)' It seems to me that the build errors come from wrong invocations of function. So, I make a try a patch for the build errors. Please check it, thanks.
Laszlo Gombos
Comment 2 2009-11-22 10:35:51 PST
Change the title of the bug as the build error is not specific to the GTK port.
Laszlo Gombos
Comment 3 2009-11-22 10:45:24 PST
Gyuyoung, this patch needs a ChangeLog entry. Can you please create one ? - see http://webkit.org/coding/contributing.html #4. Thanks.
Nikolas Zimmermann
Comment 4 2009-11-22 17:31:53 PST
Comment on attachment 43676 [details] Patch for the build error when wml is enabled on gtk This has already been fixed in trunk. Thanks for the patch, though, I saw it too late.
Gyuyoung Kim
Comment 5 2009-11-22 18:19:48 PST
Ok, I saw that this patch already checked in trunk. Thanks.
Note You need to log in before you can comment on or make changes to this bug.