RESOLVED WONTFIX 90139
testwebview fails to compile with gtk2.0
https://bugs.webkit.org/show_bug.cgi?id=90139
Summary testwebview fails to compile with gtk2.0
Jakob Nixdorf
Reported 2012-06-27 23:38:14 PDT
Created attachment 149884 [details] Full build log When I try to compile the newest GIT version of webkit with '--with-gtk=2.0' and '--disable-webkit2' I get following error: /bin/mkdir -p ./.deps/DerivedSources CC Source/WebKit/gtk/tests/Programs_unittests_testwebview-testwebview.o ../webkit/Source/WebKit/gtk/tests/testwebview.c: In function 'doMouseButtonEvent': ../webkit/Source/WebKit/gtk/tests/testwebview.c:612:5: warning: implicit declaration of function 'gdk_device_manager_get_client_pointer' [-Wimplicit-function-declaration] ../webkit/Source/WebKit/gtk/tests/testwebview.c:612:5: warning: implicit declaration of function 'gdk_display_get_device_manager' [-Wimplicit-function-declaration] ../webkit/Source/WebKit/gtk/tests/testwebview.c:612:26: warning: assignment makes pointer from integer without a cast [enabled by default] CCLD Programs/unittests/testwebview Source/WebKit/gtk/tests/Programs_unittests_testwebview-testwebview.o: In function `doMouseButtonEvent': testwebview.c:(.text+0x1d57): undefined reference to `gdk_display_get_device_manager' testwebview.c:(.text+0x1d60): undefined reference to `gdk_device_manager_get_client_pointer' collect2: error: ld returned 1 exit status make[1]: *** [Programs/unittests/testwebview] Error 1 make[1]: Leaving directory `/home/flocke/build/libwebkit-git/src/build-gtk2' make: *** [all] Error 2 I attached the full output from the build process.
Attachments
Full build log (206.59 KB, text/plain)
2012-06-27 23:38 PDT, Jakob Nixdorf
no flags
Note You need to log in before you can comment on or make changes to this bug.