GNOME Bugzilla – Bug 577970
fails with single includes disabled
Last modified: 2009-08-15 13:01:13 UTC
In file included from /opt/gnome-trunk/include/unique-1.0/unique/uniqueapp.h:27, from ../../../src/totem-private.h:34, from ../../../src/totem-interface.c:50: /opt/gnome-trunk/include/gtk-2.0/gtk/gtkwindow.h:28:2: error: #error "Only <gtk/gtk.h> can be included directly." libunique from git master as per http://live.gnome.org/LibUnique . The fix is trivial of course, so I won't attach a patch.
thanks, fixed in master: commit af0d50031feeb2a730615620d984b28ea7ab2114 Author: Emmanuele Bassi <ebassi@gnome.org> Date: Sun Apr 5 09:49:20 2009 +0100 Do not include gtkwindow.h Single header file inclusion in GTK+ is deprecated.
*** Bug 591884 has been marked as a duplicate of this bug. ***
*** Bug 585697 has been marked as a duplicate of this bug. ***