[Gstreamer-bugs] [Bug 99815] Changed - gstreamer should use ISO __VAR_ARGS__

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Nov 29 01:48:37 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=99815

Changed by brian.cameron at ireland.sun.com.

--- shadow/99815	Fri Nov 29 04:43:11 2002
+++ shadow/99815.tmp.24129	Fri Nov 29 04:48:37 2002
@@ -167,6 +167,19 @@
 autoheader: missing template: HAVE_FUNC
 autoheader: missing template: HAVE_FUNCTION
 autoheader: missing template: HAVE_PRETTY_FUNCTION
 
 autoheader failed
 
+
+------- Additional Comments From brian.cameron at ireland.sun.com  2002-11-29 04:48 -------
+Doh!  I forgot to include the fact that you need to add an acconfig.h
+file to the toplevel directory of the gstreamer module.  This
+file should just contain the following 3 lines, and the problem you
+are seeing will go away.  Sorry about that.  
+
+--acconfig.h starts below--
+
+#undef HAVE_FUNC
+#undef HAVE_PRETTY_FUNCTION
+#undef HAVE_FUNCTION
+





More information about the Gstreamer-bugs mailing list