sdksyms.sh addition break build on sparc
Paulo César Pereira de Andrade
pcpa at mandriva.com.br
Mon Dec 8 16:17:27 PST 2008
David Miller wrote:
Hi,
> This change:
>
> commit b1dac41fb3853ca8182048ea57b88b6e84ecceb3
> Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
> Date: Sun Dec 7 02:22:19 2008 -0200
>
> Use libtool convenience libraries and better "symbol" table.
>
> seems to break the build on sparc:
>
> sdksyms.c:1740: error: âsbus_devtableâ undeclared here (not in a
> function)
>
> The new awk code is not handling:
>
> extern _X_EXPORT struct sbus_devtable {
> int devId;
> int fbType;
> char *promName;
> char *driverName;
> char *descr;
> } sbusDeviceTable[];
>
> properly, as it ends up fetching 'sbus_devtable' instead of
> 'sbusDeviceTable'
Thanks. I know about that "special" definition, but my mind did
some trick on me when I wrote the awk code :-) Should be correct
now.
Paulo
More information about the xorg
mailing list