[gstreamer-bugs] [Bug 309541] build fails - jhbuild, Gnome 2.10.2 on FC4

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Jul 5 14:06:18 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=309541
 GStreamer | gst-plugins | Ver: 0.8.10





------- Additional Comments From sobhi at us.ibm.com  2005-07-05 21:06 -------
I don't know how to disable "-Werror" for ext/arts compilation. My solution was
to disable "-Werror" in configure.ac by changing the following line:
 
  AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")

to this (basically a no-op)

  AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR",GST_ERROR="$GST_ERROR")

And it compiled. I have not tested the binaries yet. 

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list