Jaroslav Kysela wrote:
Hello all,
1.0.16rc1 release is available for download on http://www.alsa-project.org . I expect to release 1.0.16rc2 on next Tuesday.
Build problem on RHEL4/CentOS4:
In file included from /tmp/alsa-driver-1.0.16rc1/acore/ioctl32/hwdep32.c:16: /tmp/alsa-driver-1.0.16rc1/acore/ioctl32/hwdep32_new.c:21:20: driver.h: No such file or directory make[4]: *** [/tmp/alsa-driver-1.0.16rc1/acore/ioctl32/hwdep32.o] Error 1 make[3]: *** [/tmp/alsa-driver-1.0.16rc1/acore/ioctl32] Error 2 make[2]: *** [/tmp/alsa-driver-1.0.16rc1/acore] Error 2 make[1]: *** [_module_/tmp/alsa-driver-1.0.16rc1] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.9-67.mpc29-smp-x86_64' make: *** [compile] Error 2
It looks like alsa-driver-1.0.16rc1/acore/ioctl32/hwdep32_new.c should be including "adriver.h" not "driver.h" ??
Also, at MODPOST stage:
*** Warning: "mutex_destroy" [/tmp/alsa-driver-1.0.16rc1/pci/oxygen/snd-oxygen-lib.ko] undefined! *** Warning: "do_posix_clock_monotonic_gettime" [/tmp/alsa-driver-1.0.16rc1/acore/snd-timer.ko] undefined! *** Warning: "do_posix_clock_monotonic_gettime" [/tmp/alsa-driver-1.0.16rc1/acore/snd-pcm.ko] undefined!
I'm not sure why its complaining about do_posix_clock_monotonic_gettime, as this is there in the 2.6.9 RHEL4 kernel.
James Pearson