heads up: wine 20020605 broken on FreeBSD, workaround included

Francois Gouget fgouget at free.fr
Mon Jul 1 12:33:56 CDT 2002


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 at free.fr        http://fgouget.free.fr/
                      Computers are like airconditioners
                They stop working properly if you open WINDOWS




More information about the wine-devel mailing list