From: Takashi Iwai <tiwai@suse.de>
To: Graham Stoney <greyhams@optusnet.com.au>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Problems building latest cvs snapshot
Date: Mon, 12 Aug 2002 12:44:29 +0200 [thread overview]
Message-ID: <s5h3ctknype.wl@alsa2.suse.de> (raw)
In-Reply-To: <20020811032707.GC4844@optusnet.com.au>
At Sun, 11 Aug 2002 13:27:07 +1000,
Graham Stoney wrote:
>
> Anyway, next problem is an include file dependency problem: include/adriver.h
> is looking for "isapnp.h", which doesn't exist. I suspect the problem is the
> #if conditionals surrounding it. I'm building against a 2.2.19 kernel, which
> has an isapnp.h, but linux/autoconf.h doesn't define CONFIG_ISAPNP_KERNEL.
the file must be generated by configure script.
please check whether alsa-driver/include/linux/isapnp.h exists.
if not, you can create it manually by yourself:
% cd alsa-driver
% mkdir include/linux
% ln -s ../../support/isapnp.h include/linux/isapnp.h
then run "make clean" and "make" again.
the 2.2 kernel is not tested well nowadays. there might be other
problems. if you find another bugles, please let me know.
ciao,
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
prev parent reply other threads:[~2002-08-12 10:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-11 2:52 Problems building latest cvs snapshot Graham Stoney
2002-08-11 3:27 ` Graham Stoney
2002-08-12 10:44 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5h3ctknype.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=greyhams@optusnet.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.