Re: [linux-audio-user] Re: cannot compile alsa for 2.6.2

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Re: cannot compile alsa for 2.6.2
From: Clemens Ladisch (clemens_AT_ladisch.de)
Date: Thu Feb 19 2004 - 17:24:58 EET


David Baron wrote:
> > what does configure.log say about this?
>
> The offender is this:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h. */
> | #ifdef __STDC__
> | # include <limits.h>
> | #else
> | # include <assert.h>
> | #endif
> |
> linux/limit.h does not exist.

By definig the __STDC__ symbol, the compiler says that it's compatible
to ISO/ANSI C. limits.h is one of the standard C headers, it should
not live in some "linux" directory but in /usr/include or some other
standard place. Apparently, the compiler's headers path is broken.

Regards,
Clemens


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Feb 19 2004 - 17:24:10 EET