* compile bug on rc3
@ 2002-08-16 9:46 Takashi Iwai
0 siblings, 0 replies; only message in thread
From: Takashi Iwai @ 2002-08-16 9:46 UTC (permalink / raw)
To: alsa-devel; +Cc: alsa-user
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
Hi,
looks like a wrong file came into rc3 tarball accidentally.
for compiling rc3 alsa-driver, please remove the file
alsa-driver-0.9.0rc3/include/linux/isapnp.h
before running configure script.
this is fixed on cvs - equivalently you can apply the attached patch.
Takashi
[-- Attachment #2: rc3-configure-fix.dif --]
[-- Type: application/octet-stream, Size: 915 bytes --]
Index: configure.in
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-driver/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- configure.in 16 Aug 2002 09:32:57 -0000 1.75
+++ configure.in 16 Aug 2002 09:39:16 -0000 1.76
@@ -154,6 +154,10 @@
AC_MSG_CHECKING(for kernel linux/pm.h)
if test -f $CONFIG_SND_KERNELDIR/include/linux/pm.h; then
AC_MSG_RESULT("yes")
+ if test -f include/linux/pm.h; then
+ echo "Removing a dummy linux/pm.h."
+ rm -f include/linux/pm.h
+ fi
else
AC_MSG_RESULT("no")
if test ! -f include/linux/pm.h; then
@@ -694,6 +698,14 @@
mkdir -p include/linux
ln -sf ../../support/isapnp.h include/linux/isapnp.h
fi
+fi
+
+else
+dnl 2.4/2.5 kernels
+
+if test -f include/linux/isapnp.h; then
+ echo "Removing local linux/isapnp.h."
+ rm include/linux/isapnp.h
fi
fi
[-- Attachment #3: Type: text/plain, Size: 3 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-08-16 9:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-16 9:46 compile bug on rc3 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.