[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem: compiling gcc v3.1.5 with Mingw on win32
From: |
Stepan Kasal |
Subject: |
Re: Problem: compiling gcc v3.1.5 with Mingw on win32 |
Date: |
Mon, 12 Sep 2005 11:45:03 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
thank you for your bug report.
On Sun, Sep 11, 2005 at 09:11:02PM +0200, Volker Kiefel wrote:
> I am grateful user of gawk on win32 for many years. Since
> version 3.1.1 I have compiled gawk with the mingw
> implementation of the gcc without any problems. However,
> all my attempts to compile gcc v3.1.5 with mingw failed
> with the following error messages:
I'm not the maintainer, so you still have to wait for the "official"
answer. Yet I noticed this:
> random.c:191: parse error before "randtbl"
...
All your problems are caused by the fact that gawk_uint32_t and gawk_int32_t
are undefined. The definitions are at the top of random.h byt it seems
they are not effective in your case.
Could you please send us the output of command
cd gawk-3.1.5
grep SIZEOF config.h
?
Thank you,
Stepan Kasal