I am trying to build alsa 0.9.0beta12 with the current rc1 for Mandrake
8.2 but I am getting an error.

./configure --with-kernel=/usr/src/linux-2.4.18-5mdk
--with-moddir=/lib/modules/2.4.18-5mdk/misc --with-sequencer=yes
--with-oss=yes --with-cards=all

I then get this error while configure is running...

checking for directory with kernel source... /usr/src/linux-2.4.18-5mdk
checking for kernel version... expr: syntax error
expr: syntax error
expr: syntax error
failed (probably missing
/usr/src/linux/2.4.18-5mdk/include/linux/version.h)

This files does exist. And this is it's content

#include <linux/rhconfig.h>
#if defined(__module__smp)
#define UTS_RELEASE "2.4.18-5mdksmp"
#elif defined(__module__enterprise)
#define UTS_RELEASE "2.4.18-5mdkenterprise"
#elif defined(__module__up)
#define UTS_RELEASE "2.4.18-5mdk"
#else
#define UTS_RELEASE "2.4.18-5mdksecure"
#endif
#define LINUX_VERSION_CODE 132114
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

Is there something I can change somewhere to get this working?


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to