Re: [Alsa-user] Welcome to the "Alsa-user" mailing list

2008-09-24 Thread Robert Vincent Krakora
Robert Vincent Krakora wrote: > #ifndef _LINUX_CTYPE_H > #define _LINUX_CTYPE_H > > /* > * NOTE! This ctype does not handle EOF like the standard C > * library is required to. > */ > > #define _U 0x01 /* upper */ > #define _L 0x02 /* lower */ > #define _D 0x04 /* digit */ > #define _C 0x08 /* cntrl

Re: [Alsa-user] Welcome to the "Alsa-user" mailing list

2008-09-24 Thread Robert Vincent Krakora
#ifndef _LINUX_CTYPE_H #define _LINUX_CTYPE_H /* * NOTE! This ctype does not handle EOF like the standard C * library is required to. */ #define _U 0x01 /* upper */ #define _L 0x02 /* lower */ #define _D 0x04 /* digit */ #define _C 0x08 /* cntrl */ #define _P 0x10 /* punct */ #define _S 0x20 /* w

Re: [Alsa-user] Welcome to the "Alsa-user" mailing list

2008-09-24 Thread Robert Vincent Krakora
Hello soosho: I ran into the same problem yesterday. I grabbed the needed function from a website and stuck it into the file in error and was able to compile. The function is below. This is a "hack" and only a temporary fix until somebody with more alsa experience jumps into the fray with a

Re: [Alsa-user] Welcome to the "Alsa-user" mailing list

2008-09-24 Thread soosho
Hi All, Thanks a lot for the mailing list. I've just downloaded an Alsa package and confronted the following error during the compilation. Could anybody help, please? Or at least does anybody know exactly, what is the meaning of the following error message, plz? Any help would be appreciated!