Subject: Xmms ?
To: None <netbsd-help@netbsd.org>
From: Daniel C.Dowse <Daniel.Dowse@tiscalinet.de>
List: netbsd-help
Date: 05/25/2001 20:18:33
Hi
I am new to this list and my problem is about Xmms-1.2.4 I do not know if this
is the correct list to post this request, but I looked at the Xmms Homepage
for infomation about NetBSD bugs, but I didn`t found something about it.
When I try to compile Xmms-1.4.2 on NetBSD-1.5, I get errors about SCHED_RR
stuff in the xmms/util.c file and I put a string into /usr/include/sys/sched.h
#define SCHED_RR 0x0001
and it worked unitl to the file xmmms/main.c I had an new error
main.c: In function `main':
main.c:3236: storage size of `sparam' isn't known
main.c:3289: warning: implicit declaration of function `sched_get_priority_max'
main.c:3290: warning: implicit declaration of function `sched_setscheduler'
main.c:3236: warning: unused variable `sparam'
I know that the problem is about the kernel scheduler stuff but is there an easier
way to do it without hacking the sched.h and the xmms files. If someone could tell
me how he did it, I would be very nice.
thank you
Daniel