* Problems building latest cvs snapshot
@ 2002-08-11 2:52 Graham Stoney
2002-08-11 3:27 ` Graham Stoney
0 siblings, 1 reply; 3+ messages in thread
From: Graham Stoney @ 2002-08-11 2:52 UTC (permalink / raw)
To: alsa-devel
Hi gang,
I had problems compiling alsa-driver-0.9.0rc2: multiple definitions of
__module_kernel_version & __module_using_checksums linking snd-emu8000-synth.
So I thought I'd try building the latest cvs snapshot, to see if the problem
has been fixed before I waste people's time reporting it. Ran into trouble
though:
I did:
% cvs -... co alsa-driver alsa-kernel alsa-lib alsa-tools alsa-utils
% cd alsa-driver
% autoconf
% ./configure
...
./configure: ALSA_TOPLEVEL_INIT: command not found
./configure: ALSA_TOPLEVEL_SELECT: command not found
...
Anyone know what might be going on here?
Is there a "getting started" document for ALSA developers?
Thanks,
Graham
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problems building latest cvs snapshot
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
0 siblings, 1 reply; 3+ messages in thread
From: Graham Stoney @ 2002-08-11 3:27 UTC (permalink / raw)
To: alsa-devel
On Sun, Aug 11, 2002 at 12:52:40PM +1000, I wrote:
[ Foolishness deleted ]
I've just found the "Compilation from CVS Sources" instructions in INSTALL,
which answered my previous question. I did _try_ to RTFM before asking, honest!
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.
Any ideas?
Thanks,
Graham
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problems building latest cvs snapshot
2002-08-11 3:27 ` Graham Stoney
@ 2002-08-12 10:44 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2002-08-12 10:44 UTC (permalink / raw)
To: Graham Stoney; +Cc: alsa-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-08-12 10:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.