Any reason for this code not to work

Khem Raj khem at mvista.com
Sun Mar 26 05:30:20 UTC 2006


Adrian McMenamin wrote:
> As referred to in an earlier post I am having a lot of problems with
> compiling the ALSA control/mixer code on my Dreamcast using
> uclibc/buildroot.
>
> >From what I can gather the problem seems to be lines such as this one in
> the alsa headers:
>
>
> #define snd_kcontrol(n) list_entry(n, snd_kcontrol_t, list)
>
> Is there any reason why this sort of code should (silently) be failed by
> the CPP that buildroot builds?
>   
if this define is defined to something else down in the compile unit 
then it will pick the last define ignoring this one.

> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc
>   


-- 
Khem Raj <khem at mvista.com>
MontaVista Software, Inc.
www.mvista.com





More information about the uClibc mailing list