Bug 18586

Summary: [gtk] Build-error on DumpRenderTree and GtkLauncher
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jchaffraix
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Dirk Schulze
Reported 2008-04-18 10:32:56 PDT
Got a build error while building DumpRenderTree and GtkLauncher: g++ -O2 -o Programs/.libs/DumpRenderTree WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-DumpRenderTree.o WebKitTools/DumpRenderTree/Programs_DumpRenderTree-LayoutTestController.o WebKitTools/DumpRenderTree/Programs_DumpRenderTree-GCController.o WebKitTools/DumpRenderTree/Programs_DumpRenderTree-WorkQueue.o WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-GCControllerGtk.o WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-LayoutTestControllerGtk.o WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-WorkQueueItemGtk.o ./.libs/libwebkit-1.0.so -Wl,--rpath -Wl,/home/dirk/Downloads/WebKit/.libs ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::LocalStorage::LocalStorage(WebCore::PageGroup*)' collect2: ld returned 1 exit status make[1]: *** [Programs/DumpRenderTree] Fehler 1 make[1]: *** Warte auf noch nicht beendete Prozesse... ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::LocalStorage::LocalStorage(WebCore::PageGroup*)' collect2: ld returned 1 exit status make[1]: *** [Programs/GtkLauncher] Fehler 1 make[1]: Verlasse Verzeichnis '/home/dirk/Downloads/WebKit' make: *** [all] Fehler 2
Attachments
Dirk Schulze
Comment 1 2008-04-18 13:23:15 PDT
workaround: add --enable-dom-storage to ./autogen.sh
Julien Chaffraix
Comment 2 2008-04-19 04:15:31 PDT
Should be fixed by r32225, closing the bug. Feel free to reopen it if the error is not gone. Thanks for the bug report.
Note You need to log in before you can comment on or make changes to this bug.