GNOME Bugzilla – Bug 679409
docs: link against libgdk-3.la
Last modified: 2012-07-11 10:54:02 UTC
When compiling the current head I got this error: make[4]: Entering directory `/home/vjaquez/checkout/gnome2/gtk+/docs/reference/gtk' DOC Scanning header files DOC Introspecting gobjects ../../../gtk/.libs/libgtk-3.so: undefined reference to `gdk_x11_keymap_get_group_for_state' ../../../gtk/.libs/libgtk-3.so: undefined reference to `gdk_x11_keymap_key_is_modifier' collect2: error: ld returned 1 exit status Linking of scanner failed: make[4]: *** [scan-build.stamp] Error 1 make[4]: Leaving directory `/home/vjaquez/checkout/gnome2/gtk+/docs/reference/gtk' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/vjaquez/checkout/gnome2/gtk+/docs/reference' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/vjaquez/checkout/gnome2/gtk+/docs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/vjaquez/checkout/gnome2/gtk+' make: *** [all] Error 2 It seems that libgtk-3.so uses symbols that are defined in libgdk-3.so
Created attachment 218028 [details] [review] link against libgdk for gtk-doc
Review of attachment 218028 [details] [review]: Makes sense
The following fixes have been pushed: 79be9a3 docs: link against libgdk-3.la ffdd7a5 visuals: add a visual demo for GtkLevelBar 126a230 level-bar: introduce GtkLevelBar
Created attachment 218531 [details] [review] docs: link against libgdk-3.la
Created attachment 218532 [details] [review] visuals: add a visual demo for GtkLevelBar https://bugzilla.gnome.org/show_bug.cgi?id=677892
Created attachment 218533 [details] [review] level-bar: introduce GtkLevelBar Similar to CcStrengthBar from gnome-control-center, but more generic and with thorough CSS styling support. https://bugzilla.gnome.org/show_bug.cgi?id=677892