On March 27, 2002 19:30 pm, Reinout van Schouwen wrote: > Hello all, > > Seeing the many unanswered questions about ALSA 0.9.0beta12 on Mandrake, I > think you may want to know that I overcame the version.h problem by > replacing the first line in /usr/src/linux/include/linux/version.h with > > #include </usr/src/linux/include/linux/rhconfig.h> >
Not sure, but it could be the tail end of that code that is causing the problem, as it might not match the naming scheme of the Mandrake kernels... #if defined(__module__smp) || defined(__module__BOOTsmp) || defined(__module__enterprise) #define _ver_str(x) smp_ ## x #else #define _ver_str(x) x #endif -- Live fast, die young, you're sucking up my bandwidth. ------ J.P. Pasnak, CD [EMAIL PROTECTED] http://www.warpedsystems.sk.ca Kernel version: 2.4.18-7mdk Current Linux uptime: 1 hour 19 minutes.
