|
Is there an updated version of one.c for Lua v5.4?
BTW, has anything changed in how one statically includes modules in Lua
5.4?
I build Lua v5.3 to include sqlite3 (with lsqlite3) and lfs but with 5.4
although I get no compilation errors, and the size of the executable shows the
modules are included, I get nil for either module.
Lua 5.3.5 Copyright (C) 1994-2018 Lua.org, PUC-Rio
Lua>sqlite3
table: 004019D0
Lua>lfs
table: 003FE780
Lua>
---------------------
Lua 5.4.0 Copyright (C) 1994-2020 Lua.org, PUC-Rio
Lua>sqlite3
nil
Lua>lfs
nil
Lua>
----------------------
File sizes (after UPX compression):
602,112 lua53.exe
614,400 lua54.exe
|
_______________________________________________ lua-l mailing list -- lua-l@lists.lua.org To unsubscribe send an email to lua-l-leave@lists.lua.org