Hi there, I got problems too while trying to install my favorite video player (kaffeine) and more particularly xine-lib (which I also use for amarok). I got xine-lib to compile after finding this post : http://sourceforge.net/mailarchive/forum.php?thread_id=6945297&forum_id=7131 Following advice #1, I applied this patch to xine-lib cvs : patch http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288189 (the most recent one) I also had to play with symlinks a bit to get the Makefile's to find the directory they wanted, but that's another story. I have to mention that I'm using a x86_64 arch. I hope that helps. Cheers, and sorry for the probable double post Le Jeudi 14 Avril 2005 22:04, Gregory Hayes a écrit : > In my quest to play my DivX files under FC4t2 I found that I can't get > either MPlayer or Xine to compile (old RPMs for FC3 from livna won't > work). GCC usually dies with this error: > > error: invalid lvalue in increment > > As an example, below is a line of code that generates this: > > n1 = *(((unsigned int *) src1)++); > > What is the correct way to do the same thing under GCC 4 w/o > triggering the above error? > > Even better, where are some MPlayer or Xine RPMs that play nicely with > FC4t2 / Rawhide ;) > > Greg > -