From alsa-user-owner@alsa.jcu.cz  Wed Nov 11 17:35:55 1998
Received: from ItMightBeAServer.net (IDENT:root@qrvl209-74-60ppp180.epix.net [209.74.60.180])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id RAA30892
	for <alsa-user@jcu.cz>; Wed, 11 Nov 1998 17:35:18 +0100
Received: from delphi.com (ItMightBeAServer [127.0.0.1])
          by ItMightBeAServer.net (8.8.4/8.8.4) with ESMTP
	  id LAA04277 for <alsa-user@jcu.cz>; Wed, 11 Nov 1998 11:30:46 -0500
Message-Id: <199811111630.LAA04277@ItMightBeAServer.net>
Date: Wed, 11 Nov 1998 11:30:43 -0500 (EST)
From: Jeremy Crabtree <crc3419@delphi.com>
Subject: about the 0.20-pre10
To: alsa-user@jcu.cz
MIME-Version: 1.0
Content-Type: TEXT/plain; CHARSET=US-ASCII
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list


Well, the drivers compiled nicely...but then the mixer wouldn't
work...so I checked my mail archives and found what should have been
the solution...so I compiled and installed the newest alsa-lib, I then
tried to compile and install the newest alsa-utils, and got the
following:

$ make
make -C alsactl
make[1]: Entering directory `/pub/tars/alsa-utils-0.0.7/alsactl'
gcc -I/usr/include -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/local/include -I../include -M *.c > .depend
gcc -I/usr/include -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe  -I/usr/local/include -I../include -c -o alsactl.o alsactl.c
alsactl.c: In function `main':
alsactl.c:144: elements of array `long_option' have incomplete type
alsactl.c:145: warning: excess elements in struct initializer after `long_option[0]'
alsactl.c:145: warning: excess elements in struct initializer after `long_option[0]'
alsactl.c:145: warning: excess elements in struct initializer after `long_option[0]'
alsactl.c:145: warning: excess elements in struct initializer after `long_option[0]'
gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [alsactl.o] Error 1
make[1]: Leaving directory `/pub/tars/alsa-utils-0.0.7/alsactl'
make: *** [all] Error 2


Does anyone know what might be causing this, and/or how to fix it?

I have:

kernel 2.0.35
LibC 5.3.12 (also a 5.4.38 lying around)
gcc 2.7.2.1
g++ 2.7.2.1
make 3.74
alsa-driver-0.20-pre10p1
alsa-lib-0.1.3
alsa-util-0.0.7 (this is the one that won't compile)


NOTE: The original error message I got was::

/proc/asound/Malibu/mixer0: No such file or directory


which is interesting because:

# ls -col /proc/asound/Malibu/mixer0
-rw-r--r--   1 root            0 Nov 11 11:28 /proc/asound/Malibu/mixer0



-- 
"Being myself a remarkably stupid fellow, I have had to unteach myself  the
 difficulties, and now beg to present to my fellow fools the parts that are
 not hard" --Silvanus P. Thompson, from "Calculus Made Easy."


