[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc0) now available
- From: Paul K <paul@...>
- Date: Thu, 11 Dec 2014 19:19:14 +0000
> do we have to rebuild all Lua 5.2 modules with the Lua 5.3 dll so that we can use them in Lua 5.3?
I think the answer is "yes". I successfully compiled luasocket with
Lua 5.3 without any code changes to support debugging in ZeroBrane
Studio on Windows/OSX/Linux, but it did require adding
-DLUA_COMPAT_APIINTCASTS. I haven't noticed any problems yet.
Paul.