At Mon, 10 Feb 2003 00:13:04 -1000,
Warren Togami wrote:
> 
> ALSA kernel rc7 and newer fails to build against Red Hat Rawhide kernel, 
> however rc6 does compile and run fine.
> 
> http://videl.ics.hawaii.edu/~warren/temp/linux-2.4.20-2.40.tar.bz2
> I made this tarball of the latest Red Hat kernel source tree.  I will 
> keep the latest rawhide kernel tarball in this directory until this bug 
> is fixed in ALSA cvs.
> 
> The following is where the error occurs when attempting to compile 
> today's CVS against the latest Rawhide kernel.  The failure is very 
> similar to when compiling rc7.
 
it's a known problem but i cannot fix this because it's only on
rawhide...  the fix would be

- disable the workqueue wrapper in alsa-driver/include/adriver.h (line
  281):

        /* workqueue-alike; 2.5.45 */
        #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 45)

- disable the workqueue wrapper definitions in
  alsa-driver/acore/misc.c (line 531):

        /* workqueue-alike; 2.5.45 */
        #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 45)

or, alternatively, put an empty file in
alsa-driver/include/linux/workqueue.h after running configure script
manually.  this will prevent the inclusion of the original
workqueue.h.


Takashi


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to