lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 07/12/2011 19.37, Luiz Henrique de Figueiredo wrote:
Lua 5.2.0 (rc6) is now available at
	http://www.lua.org/work/lua-5.2.0-rc6.tar.gz

MD5	a735822dfa30d82a2d25d37bccaa89dc  -
SHA1	a985fd8f9baa9bcf53aa7adadf423d31665c091b  -

The main changes in Lua 5.2 are listed in
	http://www.lua.org/work/doc/#changes

The complete diffs from rc5 to rc6 are available at
	http://www.lua.org/work/diffs-lua-5.2.0-rc5-rc6.txt

A test suite is available at
	http://www.lua.org/tests/5.2/

We expect this release candidate to be the final version of Lua 5.2.0,
unless serious glitches are found soon.

We thank everyone for their feedback on Lua 5.2.0 till now, especially
those that have compiled all the previous rcs and reported problems.

All feedback welcome. Thanks.
--lhf




Hi all!
Compiling with tdm-mingw [GCC (tdm-1) 4.5.2] on Windows XP SP2 (32 bit) was flawless with "make mingw".

Running the interpreter is ok.

Run the test suite with:

..\src\lua -e"_U=true" all.lua

was ok, but note that I had to change single quotes into double quotes.
When using (as suggested in http://www.lua.org/tests/5.2/):

..\src\lua -e'_U=true' all.lua

with XP command prompt I got the error:

..\src\lua: (command line):1: unexpected symbol near ''_U=true''


Cheers!
-- Lorenzo