Chris Pemberton wrote:
Jaroslav Kysela wrote:
On Mon, 27 Oct 2008, Chris Pemberton wrote:
/home/cjpembo/LatestALSA/alsa-driver-1.0.18rc3.17.gd338c.191.ge29c1/acore/../alsa-kernel/core/jack.c:108: error: 'SW_LINEOUT_INSERT' undeclared (first use in this function)
Could you try again latest snapshot? I just included the patch which should fix this issue.
Jaroslav
Jaroslav Kysela perex@perex.cz Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc.
Alsa-driver compiles fine now; as does alsa-lib. I've moved on to testing alsa-utils and I'm getting the following error:
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" compilation error: file /tmp/xmlto-xsl.FIhlna line 4 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl make[2]: *** [alsactl_init.7] Error 1 make[2]: Leaving directory `/home/cjpembo/LatestALSA/alsa-utils-1.0.18rc3.5.gd7f90/alsactl' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/cjpembo/LatestALSA/alsa-utils-1.0.18rc3.5.gd7f90/alsactl' make: *** [install-recursive] Error 1
I have internet connectivity, so that shouldn't be the problem. In addition, I can download the file OK using wget:
wget http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Chris
alsa-utils -> ok (just needed to install a docbook-xsl package) alsa-driver -> ok alsa-lib -> ok alsa-plugins -> ok. alsa-tools -> fails
1. The qlo10k1 stuff fails; so I just comment-out "qlo10k1" in the "SUBDIRS =" line of the Makefile and keep compiling. 2. It fails again later when compiling a ui with the QT toolkit. It needs an older version than I have installed. I'm convinced it would probably compile clean if I were to downgrade, but I'm not going to try.
So I can say all the packages compile fine in Archlinux with a 2.6.27 kernel, gcc version 4.3.2, in both 32 and 64-bit environments.
Chris