Skip to content
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

Building against 5.2 #8

Closed
alexbw opened this issue Jan 1, 2016 · 3 comments
Closed

Building against 5.2 #8

alexbw opened this issue Jan 1, 2016 · 3 comments

Comments

@alexbw
Copy link

alexbw commented Jan 1, 2016

Getting this error building against Lua 5.2 (LuaJIT 2.0 works fine)

Make any sense?

+ lua -e 'require '\''audio'\'''
lua: error loading module 'libaudio' from file '/Users/Alex/anaconda/envs/_test/lib/lua/5.2/libaudio.so':
    dlopen(/Users/Alex/anaconda/envs/_test/lib/lua/5.2/libaudio.so, 6): Symbol not found: _luaL_register
  Referenced from: /Users/Alex/anaconda/envs/_test/lib/lua/5.2/libaudio.so
  Expected in: flat namespace
@soumith
Copy link
Owner

soumith commented Jan 1, 2016

yea, i'll have to make this lua52 compatible.

@soumith
Copy link
Owner

soumith commented Jan 1, 2016

fixed in trunk via: e9d87cc

@soumith soumith closed this as completed Jan 1, 2016
@alexbw
Copy link
Author

alexbw commented Jan 1, 2016

Confirmed, thanks.

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