pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.62k stars 518 forks source link

Error loading module 'wx' (undefined symbol: lua_tonumber) #1005

Closed F0Xde closed 5 years ago

F0Xde commented 5 years ago

I just installed ZeroBrainStudio on Manjaro Linux via the AUR, and every time i try to start it i get this error: /usr/bin/lua: error loading module 'wx' from file '/usr/lib/lua/5.3/wx.so': /usr/lib/lua/5.3/wx.so: undefined symbol: lua_tonumber stack traceback: [C]: in ? [C]: in function 'require' src/main.lua:38: in main chunk [C]: in ?

pkulchenko commented 5 years ago

You need to contact the package manager for AUR, as it looks like it's using lua 5.3 to run the IDE, but it requires Lua 5.1 or LuaJIT to run.

You can probably install Lua 5.1 yourself and use it to run the IDE.