GNOME Bugzilla – Bug 739903
GTK+ 3.14.5 cannot be built when X11 backend is disabled
Last modified: 2014-11-10 16:17:23 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
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 ***