soumith/lua---audio

Building against 5.2

Closed this issue · 3 comments

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

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

fixed in trunk via: e9d87cc

Confirmed, thanks.