Hi
/home/wine/qemu/linux-user/syscall.c: In function `sys_tgkill':
/home/wine/qemu/linux-user/syscall.c:170: `__NR_tgkill' undeclared
(first use in this function)
/home/wine/qemu/linux-user/syscall.c:170: (Each undeclared identifier
is reported only once
/home/wine/qemu/linux-user/syscall.c:170: for each function it appears
in.)
/home/wine/qemu/vl.c:59:24: linux/hpet.h: No such file or directory
/home/wine/qemu/vl.c: In function `hpet_start_timer':
/home/wine/qemu/vl.c:1222: storage size of `info' isn't known
/home/wine/qemu/vl.c:1230: `HPET_IRQFREQ' undeclared (first use in
this function)
Got that messages too when I try to rebuild the CVS version about 3-4
days ago on my RH9 box. IMHO the reason is: no tg_kill syscall and hpet
exists on RH 9. However, I successfully build the same CVS version on
FC2. So, either we need to make the ./configure script detect such
occassion and put the relevant ifdefs here and there, or we completely
don't support those old distributions.
Anybody wants to share his/her thoughts about it?
regards,
Mulyadi