From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: compile bug on rc3 Date: Fri, 16 Aug 2002 11:46:21 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: multipart/mixed; boundary="Multipart_Fri_Aug_16_11:46:21_2002-1" Return-path: Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: alsa-devel@lists.sourceforge.net Cc: alsa-user@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org --Multipart_Fri_Aug_16_11:46:21_2002-1 Content-Type: text/plain; charset=US-ASCII 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 --Multipart_Fri_Aug_16_11:46:21_2002-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="rc3-configure-fix.dif" Content-Transfer-Encoding: 7bit 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 --Multipart_Fri_Aug_16_11:46:21_2002-1 Content-Type: text/plain; charset=US-ASCII --Multipart_Fri_Aug_16_11:46:21_2002-1-- ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390