[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (rc3) now available
- From: Lorenzo Donati <lorenzodonatibz@...>
- Date: Fri, 15 May 2020 01:14:04 +0200
On 08/05/2020 16:42, Luiz Henrique de Figueiredo wrote:
Lua 5.4.0 (rc3) is now available for testing at
http://www.lua.org/work/lua-5.4.0-rc3.tar.gz
[snip]
All feedback welcome. Thanks.
--lhf
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org
Another data-point: I compiled it again and run the tests with the
following setup (previous setups I posted used a 32 bit compiler).
Windows-7 SP1 64bit + TDM-GCC compiler 9.2.0 (64 bit)
compilation OK (no warnings)
test run OK
To be clear: the compiler produces by default 64 bit binaries, which is
what I tested.
It could also generate 32 bit binaries, but a switch (-m32) must be
added to both compilation and linking commands. If there is a /quick/
way to do this, I could do that too (I've got no time to hack through
the makefile myself).
Cheers!
-- Lorenzo
P.S.: I just noticed that the compilation is done in -std=gnu99 mode.
Why is it necessary to bring in gnu features? And which are those? Isn't
it possible to use standard conforming c99 mode?
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org