[Webkit-unassigned] [Bug 90139] New: testwebview fails to compile with gtk2.0
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 27 23:38:15 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90139
Summary: testwebview fails to compile with gtk2.0
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: flocke at shadowice.org
Created an attachment (id=149884)
--> (https://bugs.webkit.org/attachment.cgi?id=149884&action=review)
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list