Dnia - czwartek 08 maj 2003, o 21:03:29 +0100 - Prof A Olowofoyeku (The African Chief) napisaÂł(-a):
On 7 May 2003 at 20:22, Frank Heckenbach wrote:
I've uploaded a new alpha to http://www.gnu-pascal.de/alpha/ The major incompatibility, compared to the previous release is that types liks `Integer (16)' have to be changed to `Integer attribute (Size = 16)' (as discussed recently).
Trying to compile (with gcc-3.2.3 sources) under Mingw produced this:
Under Linix, too
"In file included from d:/src/mingw/gcc-3.2.3/gcc/p/declarations.c:29: d:/src/mingw/gcc-3.2.3/gcc/p/gpc.h:1132: conflicting types for `mark_addressable' d:/src/mingw/gcc-3.2.3/gcc/tree.h:3084: previous declaration of `mark_addressable'
[...]
Small change in 'config-lang.in' line 42: - if echo $version | grep '3.2.[3-9]' > /dev/null [...] ^^^^___ this + if echo $version | grep '3.2.[4-9]' > /dev/null [...]
Best regards, Jarek