[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 20:15:45 +0000
Hi Ulrich,
> You compiled lsf and lpeg too?
I tried to compile lpeg, but having LUA_COMPAT_APIINTCASTS didn't help
much as there are still references to lua_getfenv, lua_setfenv and
other similar methods.
lfs has been recently updated to support 5.3 and it loaded without
issues after compiling with the following command:
> gcc -O2 -shared -s -I %LUA_DIR%\src -L %LUA_DIR%\src -o lfs.dll lfs.c -llua53
Paul.