I didn't try 7.5, but I have just compiled 7.7.1 on Fedora 16. Those are the steps:
# svn co http://svn.slimdevices.com/repos/jive/7.7/trunk/squeezeplay # cd squeezeplay/src edit src/SDL-1.2.13/src/video/mmx.h (on the line 358 change the X with m as described here: http://lists.libsdl.org/pipermail/commits-libsdl.org/2011-January/003712.html) # make -f Makefile.linux (if it stops complaining about unused variables edit the file squeezeplay/Makefile and remove the flag -Werror from the CFLAGS, line 149. after the removal run make -f Makefile.linux again) -- linuxfox ------------------------------------------------------------------------ linuxfox's Profile: http://forums.slimdevices.com/member.php?userid=51099 View this thread: http://forums.slimdevices.com/showthread.php?t=89537 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
