Skip to content

how to build with lua 5.3 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dingmingxin opened this issue Jul 14, 2017 · 1 comment
Closed

how to build with lua 5.3 #1

dingmingxin opened this issue Jul 14, 2017 · 1 comment
Assignees

Comments

@dingmingxin
Copy link

how to build wxlua with lua version 5.3 and version of wxwidges is 3.1.0

@pkulchenko pkulchenko self-assigned this Jul 14, 2017
@pkulchenko
Copy link
Owner

@dingmingxin, I don't think you need anything special. Just make sure that your Lua 5.3 is compiled with LUA_COMPAT_MODULE and LUA_LIBRARY points to the location of lua53.dll:

-DCMAKE_CXX_FLAGS="-DLUA_COMPAT_MODULE"
-DwxLua_LUA_LIBRARY="somewhere/lib/lua53.dll"

See https://sourceforge.net/p/wxlua/mailman/message/35138574/ for the related discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants