After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 739903 - GTK+ 3.14.5 cannot be built when X11 backend is disabled
GTK+ 3.14.5 cannot be built when X11 backend is disabled
Status: RESOLVED DUPLICATE of bug 739885
Product: gtk+
Classification: Platform
Component: .General
3.14.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-11-10 16:15 UTC by Ting-Wei Lan
Modified: 2014-11-10 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ting-Wei Lan 2014-11-10 16:15:25 UTC
GTK_IS_PLUG is defined only when X11 backend is enabled (in gtk/gtkplug.h), but it is used in gtk_window_constructed, which causes build failure when X11 backend is disabled.

gtk/gtkwindow.c: In function 'gtk_window_constructed':
gtk/gtkwindow.c:1607:3: warning: implicit declaration of function 'GTK_IS_PLUG'

.libs/libgtk_3_la-gtkwindow.o:gtkwindow.c:(.text+0x23c4): undefined reference to `GTK_IS_PLUG'
collect2: error: ld returned 1 exit status
Comment 1 Emmanuele Bassi (:ebassi) 2014-11-10 16:17:23 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 739885 ***