[Gstreamer-bugs] [Bug 98748] New - gst-doc.m4 doesn't work with latest gtk-doc

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Nov 16 16:57:34 PST 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=98748

Changed by jrb at redhat.com.

--- shadow/98748	Sat Nov 16 19:57:34 2002
+++ shadow/98748.tmp.15905	Sat Nov 16 19:57:34 2002
@@ -0,0 +1,27 @@
+Bug#: 98748
+Product: GStreamer
+Version: cvs
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: jrb at redhat.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: gst-doc.m4 doesn't work with latest gtk-doc
+
+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.





More information about the Gstreamer-bugs mailing list