All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: alsa-devel@lists.sourceforge.net
Cc: alsa-user@lists.sourceforge.net
Subject: compile bug on rc3
Date: Fri, 16 Aug 2002 11:46:21 +0200	[thread overview]
Message-ID: <s5hr8gzkufm.wl@alsa2.suse.de> (raw)

[-- 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 --]





                 reply	other threads:[~2002-08-16  9:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=s5hr8gzkufm.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=alsa-user@lists.sourceforge.net \
    /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.