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 -