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 558082 - evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES
evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal major
: 1.11
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-27 11:40 UTC by Christian Persch
Modified: 2008-10-27 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (341 bytes, patch)
2008-10-27 11:42 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2008-10-27 11:40:50 UTC
Using gtk-doc svn trunk:

In file included from evince-scan.c:23:
/opt/gnome-trunk/include/gtk-2.0/gtk/gtkversion.h:28:2: error: #error "Only <gtk/gtk.h> can be included directly."
Comment 1 Christian Persch 2008-10-27 11:42:16 UTC
Created attachment 121425 [details] [review]
patch
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-27 19:33:44 UTC
2008-10-27  Stefan Kost  <ensonic@users.sf.net>

	patch by: Christian Persch <chpe@gnome.org>

	* gtkdoc-scangobj.in:
	  Fix doc build when using GTK_DISABLE_SINGLE_INCLUDES. Fixes #558082.