Ah yes, RTFM.  That nearly did the trick until I hit the error below (didn't
have this problem with the tarball):

gcc -D__KERNEL__ -DMODULE=1 -I/usr/local/alsa-cvs/alsa-driver/include -I/lib
/modules/2.4.18-17.7.x/build/include -O2 -mpreferred-stack-boundary=2 -march
=athlon -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DALSA_
BUILD   -DEXPORT_SYMTAB -c usbaudio.c
In file included from usbaudio.c:2:
../alsa-kernel/usb/usbaudio.c: In function `init_substream_urbs':
../alsa-kernel/usb/usbaudio.c:870: `URB_ISO_ASAP' undeclared (first use in
this function)
../alsa-kernel/usb/usbaudio.c:870: (Each undeclared identifier is reported
only once
../alsa-kernel/usb/usbaudio.c:870: for each function it appears in.)
../alsa-kernel/usb/usbaudio.c: In function `set_format':
../alsa-kernel/usb/usbaudio.c:936: warning: initialization from incompatible
pointer type
../alsa-kernel/usb/usbaudio.c:953: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:954: warning: assignment from incompatible
pointer type
../alsa-kernel/usb/usbaudio.c:955: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:978: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:984: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:989: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:994: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:995: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1000: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1001: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1002: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1012: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1015: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:938: warning: `altsd' might be used
uninitialized in this function
../alsa-kernel/usb/usbaudio.c:941: warning: `ep' might be used uninitialized
in this function
../alsa-kernel/usb/usbaudio.c:941: warning: `attr' might be used
uninitialized in this function
In file included from usbaudio.c:2:
../alsa-kernel/usb/usbaudio.c: In function `parse_audio_endpoints':
../alsa-kernel/usb/usbaudio.c:1688: warning: assignment from incompatible
pointer type
../alsa-kernel/usb/usbaudio.c:1691: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1693: warning: assignment from incompatible
pointer type
../alsa-kernel/usb/usbaudio.c:1694: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1701: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1705: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1774: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1775: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1679: warning: `iface' might be used
uninitialized in this function
../alsa-kernel/usb/usbaudio.c:1681: warning: `altsd' might be used
uninitialized in this function
../alsa-kernel/usb/usbaudio.c: In function `snd_usb_create_streams':
../alsa-kernel/usb/usbaudio.c:1862: warning: assignment from incompatible
pointer type
../alsa-kernel/usb/usbaudio.c:1867: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1872: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1877: warning: assignment from incompatible
pointer type
../alsa-kernel/usb/usbaudio.c:1878: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c: In function `snd_usb_roland_ua100_hack':
../alsa-kernel/usb/usbaudio.c:1948: warning: initialization from
incompatible pointer type
../alsa-kernel/usb/usbaudio.c:1952: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1960: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:1967: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c: In function `snd_usb_audio_probe':
../alsa-kernel/usb/usbaudio.c:2145: warning: initialization from
incompatible pointer type
../alsa-kernel/usb/usbaudio.c:2153: warning: assignment from incompatible
pointer type
../alsa-kernel/usb/usbaudio.c:2154: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:2159: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:2160: dereferencing pointer to incomplete type
../alsa-kernel/usb/usbaudio.c:2210: invalid operands to binary -
../alsa-kernel/usb/usbaudio.c:2151: warning: `ifnum' might be used
uninitialized in this function
../alsa-kernel/usb/usbaudio.c:2207: warning: `index' might be used
uninitialized in this function
make[1]: *** [usbaudio.o] Error 1
make[1]: Leaving directory `/usr/local/alsa-cvs/alsa-driver/usb'
make: *** [compile] Error 1
[root@beastie alsa-driver]#





----- Original Message -----
From: "Bob Lockie" <[EMAIL PROTECTED]>
To: "alsa user" <[EMAIL PROTECTED]>
Sent: Monday, November 04, 2002 6:09 AM
Subject: Re: [Alsa-user] close but no cigar


> Paul Sorenson wrote:
>
> >I checked out from CVS but couldn't find alsa-driver/configure.
> >
> I think it's ./cvscompile.
> The readme says.



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to