[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANNOUNCE] Lua 5.0 (pre-release) now available
- From: Benoit Germain <bgermain@...>
- Date: Mon, 14 Apr 2003 10:36:14 +0200
well, all I can tell at this time is:
the debugger tells me sizeof(int)=2
llimits.h sets BITS_INT to 32
so obviously there is a problem, but I can't investigate right now.
-----Message d'origine-----
De : Roberto Ierusalimschy [mailto:roberto@inf.puc-rio.br]
Envoyé : vendredi 11 avril 2003 21:44
À : Multiple recipients of list
Objet : Re: [ANNOUNCE] Lua 5.0 (pre-release) now available
> I've had a dummy attempt at compiling lua for the palm using cygwin and
> m68k-palmos-gcc. I haven't done very far into this for lack of time, but
it
> seems that with that compiler, although llimits.h detects 32 bits ints,
> locations in lua code sometimes expect sizes different that what it gets.
Are you sure llimits detects 32 bits? Is it right? (that is, do ints
actually have 32 bits?)
-- Roberto