GNOME Bugzilla – Bug 598314
error in gst-plugins-ugly
Last modified: 2009-11-24 18:04:45 UTC
When i tried to install gst-plugins-ugly (took from git just few minutes before), i got the follwing errors CC gstasfdemux.o cc1: warnings being treated as errors gstasfdemux.c: In function 'gst_asf_demux_process_ext_content_desc': gstasfdemux.c:2258: warning: 'pic_type' may be used uninitialized in this function gstasfdemux.c:2257: warning: 'img_data_len' may be used uninitialized in this function gstasfdemux.c:2256: warning: 'img_data' may be used uninitialized in this function make[3]: *** [libgstasf_la-gstasfdemux.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
These are just warnings, if you get latest git (and re-autogen.sh) it will build properly. Also, what system/distro are you on ?
make ERROR_CFLAGS='' corrected all things! thanks to the developers..
sree, could you answer the questions ? You've just done manually what the fix in git now does.
i am using fedora 8
These variables are initialised now it seems, closing as OBSOLETE. Thanks for the bug report.