At Wed, 30 Jan 2008 12:41:46 +0000, Alan Horstmann wrote:
On Wednesday 30 January 2008 11:21, Takashi wrote:
At Wed, 30 Jan 2008 10:09:15 +0000,
Alan Horstmann wrote:
I get the following compile error:
/usr/share/alsa1.0.16rc2/alsa-driver-1.0.16rc2/include/adriver.h:1461: error: redefinition of `__ffs' /lib/modules/2.4.21-99-athlon/build/include/asm/bitops.h:410: error: `__ffs' previously defined here make[1]: *** [hwdep.o] Error 1 make[1]: Leaving directory `/usr/share/alsa1.0.16rc2/alsa-driver-1.0.16rc2/acore' make: *** [compile] Error 1
Could you apply the patch below and use ./hgcompile to configure?
thanks,
Takashi
Patch applied OK. Unfortunately, hgcompile complains that the Autoconf version is too old on this system -needs >2.59 (looks like I have 1.4o). What is the difference using that rather than straight configure?
You need to regenerate the configure script itself.
Is there a way to work round it?
Remove the line "AC_PREREQ(2.59)" in configure.in.
Takashi