[Wayland-bugs] [Bug 710584] New: Fails to build with only the wayland backend enabled

gtk+ (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 21 22:20:57 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710584
  gtk+ | wayland | unspecified

           Summary: Fails to build with only the wayland backend enabled
    Classification: Platform
           Product: gtk+
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: wayland
        AssignedTo: gtk-bugs at gtk.org
        ReportedBy: pochu27 at gmail.com
         QAContact: gtk-bugs at gtk.org
                CC: rob at robster.org.uk, wayland-bugs at lists.freedesktop.org
     GNOME version: ---


Building gtk+ master with --enable-wayland-backend --disable-x11-backend fails
with:

.libs/libgtk_3_la-gtkapplicationwindow.o: In function
`gtk_application_window_real_map':
/home/emilio/src/gnome/gtk+/gtk/gtkapplicationwindow.c:752: undefined reference
to `gtk_application_get_menubar_object_path'
/home/emilio/src/gnome/gtk+/gtk/gtkapplicationwindow.c:751: undefined reference
to `gtk_application_get_app_menu_object_path'
/usr/bin/ld: .libs/libgtk-3.so.0.1100.0: hidden symbol
`gtk_application_get_app_menu_object_path' isn't defined
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status


That's because those symbols are in gtk/gtkapplication.c under #ifdef
GDK_WINDOWING_X11

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Wayland-bugs mailing list