Hi Ralph,

I've updated with the latest code from the head of SVN and made a
makefile to compile for Linux 2.4.26 armv4 with a quite old version of
GCC 2.95.3 and I found a couple of bugs:

1) Vorbis v1.3.2 the "os.h" line 41 the conditional compilation should
add a test for __GNUC__ as well.

2) ps_unix_oss.c at line 38 it doesn't compile with the version of
compiler I'm using, so I changed in a more generic way as follow:

#ifdef __FREEBSD__
#include <sys/soundcard.h>
#else
#include <linux/soundcard.h> /* JH20010905 */
#endif

Also, I cannot daemonize the player in Linux 2.4.26, but works fine in
Linux 2.6.30 and 2.6.33-5, any clues?

thanks and keep up the good work
Eddy


-- 
routerunner
------------------------------------------------------------------------
routerunner's Profile: http://forums.slimdevices.com/member.php?userid=51210
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to