[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Getting Started with Lua
- From: Shmuel Zeigerman <shmuz@...>
- Date: Thu, 22 Dec 2011 15:25:53 +0200
On 22/12/2011 13:03, Luiz Henrique de Figueiredo wrote:
If you build Lua 5.2.0 using the Makefiles provided in the tarball then
all compatibility switches are on and C code for 5.1 should work just fine
in 5.2.
What does it mean "work just fine"? C code for 5.1 won't even compile.
For example: luaL_reg, luaL_register in the 5.1 C code are not defined
with 5.2 headers, to name a few.
(The original src/Makefile was used to build Lua 5.2).
--
Shmuel