On Mon, 1 Jul 2002, Marcus Meissner wrote: [...]
The [256] is evaluated and replaced by 256 by m4. So this is not a glibc, but an autoconf problem.
What is the autoconf version used there?
The problem is with the contents of the 'configure' script in Wine CVS:
line 10545 is ok:
char buf[256];
but the following occurences are wrong:
line 10588, 10631, 10674, 10717:
char buf256;
So the problem would be either with the autoconf that Alexandre is using, or with the configure.ac file.
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Computers are like airconditioners They stop working properly if you open WINDOWS