On Mar 17, 2008, at 1:07 PM, Daniel Macks wrote:

> On Mon, Mar 17, 2008 at 11:14:03AM +0100, S?bastien Maret wrote:
>> 10.5/Intel, pango-cairo branch:
>>
>>  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common -I/sw/lib/
>> freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/
>> include -I../../gst-libs -I../../gst-libs -I/sw/include/glib-2.0 -I/ 
>> sw/
>> lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include -I/sw/ 
>> include/
>> gstreamer-0.10 -Wall -Werror -g -DGST_DISABLE_DEPRECATED -I/sw/ 
>> include/
>> glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/
>> include -I/sw/include/gstreamer-0.10 -I/sw/include/glib-2.0 -I/sw/ 
>> lib/
>> glib-2.0/include -I/sw/include/libxml2 -I/sw/include -I/sw/include/
>> gstreamer-0.10 -Os -fno-common -c gstvideoflip.c  -fno-common -DPIC -
>> o .libs/libgstvideoflip_la-gstvideoflip.o
>> cc1: warnings being treated as errors
>> gstvideoflip.c: In function 'gst_video_flip_transform':
>> gstvideoflip.c:478: warning: implicit declaration of function
>> 'gst_buffer_stamp'
>> make[3]: *** [libgstvideoflip_la-gstvideoflip.lo] Error 1
>> make[2]: *** [all-recursive] Error 1
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>>
>> S?bastien
>
> Remove the -Werror from ./configure or whatever Makefile.in has it.
> I'd say commit a PatchScript 'perl -pi -e' so we can get on with the
> testing.
>
> The symbol actually does exist in the support libs, just a missing
> #include for gst/gstutils.h I think. Some of the other gst-plugins-
> packages have the same bug (missing #include) but no -Werror, so they
> only give a compiler warning and continue building. I think it's fixed
> in the newer upstream verisons of the gst-plugins-good/bad/ugly
> packages.
>
> dan
> -- 

In case you haven't gotten back to this,

perl -pi -e 's/CFLAGS -Werror/CFLAGS/g' configure

worked as a patchscript for me.
Dave
--
David Reiser
[EMAIL PROTECTED]





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to