Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-12 Thread Clemens Ladisch
William M. Quarles wrote: > Jaroslav Kysela wrote: > > touch include/linux/workqueue.h > > I can't touch the file if it's not included! It's not included on purpose. The touch command creates the file if it doesn't exist, and this is exactly what it's supposed to do in this case. With RH, we _wan

Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-10 Thread Jaroslav Kysela
On Sat, 10 Jan 2004, William M. Quarles wrote: > Jaroslav Kysela wrote: > > > On Sat, 10 Jan 2004, William M. Quarles wrote: > > > > > >>>cd alsa-driver > >>>./configure > >>>touch include/linux/workqueue.h > >>>make > >>> > >> > >>I can't touch the file if it's not included! > > > > > > Unb

Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-10 Thread Tim Sawchuck
On Sat, 10 Jan 2004 12:00:26 -0500 "William M. Quarles" <[EMAIL PROTECTED]> wrote: > So wait, let me get this straight. I'm supposed to run touch on a > file that doesn't exist in the packagte, and as long as I use that > > --with-redhat=yes flag, it will compile just fine? Yes. -- ( ) ASCII

Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-10 Thread William M. Quarles
Jaroslav Kysela wrote: On Sat, 10 Jan 2004, William M. Quarles wrote: cd alsa-driver ./configure touch include/linux/workqueue.h make I can't touch the file if it's not included! Unbelievable. The touch command creates a zero-size file if the file is not present. Jaroslav So wait, let

Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-10 Thread William M. Quarles
Jaroslav Kysela wrote: On Fri, 9 Jan 2004, William M. Quarles wrote: Howdy, The procedure on this page http://alsa.opensrc.org/index.php?page=Quick+Install and the ReadMe mention that Red Hat 9 users needed to run this command between the configure and the compile to avoid unresolved symbols i

Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-10 Thread Jaroslav Kysela
On Sat, 10 Jan 2004, William M. Quarles wrote: > > cd alsa-driver > > ./configure > > touch include/linux/workqueue.h > > make > > > > I can't touch the file if it's not included! Unbelievable. The touch command creates a zero-size file if the file is not present.

Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-10 Thread Jaroslav Kysela
On Fri, 9 Jan 2004, William M. Quarles wrote: > Howdy, > > The procedure on this page > > http://alsa.opensrc.org/index.php?page=Quick+Install > > and the ReadMe mention that Red Hat 9 users needed to run this command > between the configure and the compile to avoid unresolved symbols in the >

[Alsa-user] Bug report 1.0.1 drivers on Red Hat 9

2004-01-09 Thread William M. Quarles
Howdy, The procedure on this page http://alsa.opensrc.org/index.php?page=Quick+Install and the ReadMe mention that Red Hat 9 users needed to run this command between the configure and the compile to avoid unresolved symbols in the drivers: touch include/linux/workqueue.h Well, there's trouble i