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
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
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
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
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
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.
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
>
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