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 606661 - XInclude error while gnerating documentation
XInclude error while gnerating documentation
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.13
Other Mac OS
: Normal normal
: 1.14
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-11 19:15 UTC by Daniel Macks
Modified: 2010-01-12 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2010-01-11 19:15:01 UTC
Building gtk-doc-1.13 I get:

gtk-doc: Building HTML
../xml/object.xml:79: element include: XInclude error : could not load ../../examples/gobject.c, and no fallback was found
Computing chunks...
Writing intro.html for preface(intro)
Writing Overview-building.html for chapter(Overview-building)
Writing pt01.html for part
Element include in namespace 'http://www.w3.org/2003/XInclude' encountered in programlisting, but no template matches.

A few times. The only gobject.c file I see in the distro is tests/gobject/src/gobject.c
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-01-12 08:45:41 UTC
Ui, thanks for spotting!

commit 47478f6805f139ba61d9b2ec36bb9bb39c8ff1dd
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jan 12 10:44:57 2010 +0200

    build: add example to EXTRA_DIST, Fixes #606661