[Webkit-unassigned] [Bug 55314] [GTK] Build failed with ‘GDK_KEY_KP_Space’ was not declared in this scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 21 10:21:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55314





--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2011-03-21 10:21:16 PST ---

>   CXX    DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSFileWriter.lo
>   CXX    DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSFileWriterCallback.lo
>   CXX    DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSFileWriterSync.lo
>   CXX    DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSFlags.lo
>   CXX    DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSMetadata.lo
>   CXX    DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSMetadataCallback.lo
>   CXX    Source/WebKit2/Shared/gtk/libWebKit2_la-WebEventFactory.lo
> Source/WebKit2/Shared/gtk/WebEventFactory.cpp: In function ‘bool WebKit::isGdkKeyCodeFromKeyPad(unsigned int)’:
> Source/WebKit2/Shared/gtk/WebEventFactory.cpp:44: error: ‘GDK_KEY_KP_Space’ was not declared in this scope
> Source/WebKit2/Shared/gtk/WebEventFactory.cpp:44: error: ‘GDK_KEY_KP_9’ was not declared in this scope
> make[1]: *** [Source/WebKit2/Shared/gtk/libWebKit2_la-WebEventFactory.lo] Error 1


What version of GDK/GTK+ do you have? GDK_KEY_KP_Space and GDK_KEY_KP_9 should be defined in gdkkeysyms.h.

-- 
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