> The build of garnome-2.13.90 stops in control-center, having a lot of > undefined reference. I've found and old message with a patch that > doesn't works. > http://mail.gnome.org/archives/garnome-list/2004-March/msg00059.html > > I have gstreamer 8.11 installed.
GARNOME 2.13.90 ships with gstreamer 0.10.x :) Control-Center in GARNOME 2.13.90 likely will fail to build, due to a known C-C issue. Adding --enable-gstreamer=0.10 to the CONFIGURE_ARGS line in the desktop/control-center Makefile will fix this. See this post: ;-) http://mail.gnome.org/archives/garnome-list/2006-February/msg00019.html HTH. And please consider subscribing to the list... Thanks. :) ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
