On Thu, 2007-03-29 at 00:21 +0200, Giovanni Cataldi wrote: > Hi, I was trying to compile rhythmbox from svn (v. 4986) on my Debian > unstable, but I found a problem, that maybe is linked to your patch: > > > (..cut...) g -O2 -MT rb-player-gst-xfade.lo -MD -MP -MF > > .deps/rb-player-gst-xfade.Tpo -c rb-player-gst-xfade.c -fPIC -DPIC -o > > .libs/rb-player-gst-xfade.o > > cc1: warnings being treated as errors > > rb-player-gst-xfade.c: In function 'post_buffering_message': > > rb-player-gst-xfade.c:790: warning: implicit declaration of function > > 'gst_message_new_buffering'
It's a known issue, we started using some API from GStreamer 0.10.11 without realising it. I think the plan is to check the version, and degrade gracefully if you have an older version - we just haven't done that yet. Cheers, James "Doc" Livingston -- "I think we agnostics need a term for a holy war too. I feel all left out." - George Lebl _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
