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 98748 - gst-doc.m4 doesn't work with latest gtk-doc
gst-doc.m4 doesn't work with latest gtk-doc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Urgent normal
: 0.5.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-17 00:57 UTC by Jonathan Blandford
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Blandford 2002-11-17 00:57:33 UTC
gst-doc.m4 has the following test for gtk-doc:

    if perl <<EOF ; then
      exit (("$gtk_doc_version" =~ /^[[0-9]]+\.[[0-9]]+$/) &&
            ("$gtk_doc_version" >= "$gtk_doc_min_version") ? 0 : 1);
EOF

Currently, gtk-doc is version 0.10, and $gtk_doc_min_version is 0.7.  The
perl test "0.10" > "0.7" will return FALSE, as it does a lexical
comparison.  My perl is too rusty to propose a fix.
Comment 1 David I. Lehn 2002-12-04 19:07:11 UTC
fixed in cvs, someone should close this