-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi,
I tried to port lqt5 to the current lua 5.4.4 release.
Till now i was already successfully using it with a custom Lua 5.1.4 Interpreter.
I came around the problem that 'lua_setfenv' & 'lua_getfenv' (which are used in 'lqt_common.cpp") are removed from lua since version 5.2.
I tried replacing them with 'lua_setuservalue' & 'lua_getuservalue' which compiled fine but i got some strange errors during runtime:
"../common/embed/class.lua:224: attempt to index a number value (local 'k')"
At the moment i dont have another idea how to resolve this issue.
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels