We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
To compile 'make macosx' I had to copy lua headers to include folder.
When i try to run my test code in Lua 5.1.5 I get an error:
lua: error loading module 'fleece' from file 'bin/OSX/fleece.so': dlopen(bin/OSX/fleece.so, 2): Symbol not found: _buffer_add Referenced from: bin/OSX/fleece.so Expected in: flat namespace in bin/OSX/fleece.so
When I try to tun it with Luajit 2.1 I get this error:
luajit: error loading module 'fleece' from file 'bin/OSX/fleece.so': dlopen(bin/OSX/fleece.so, 6): Symbol not found: luaO_nilobject Referenced from: bin/OSX/fleece.so Expected in: flat namespace in bin/OSX/fleece.so
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
To compile 'make macosx' I had to copy lua headers to include folder.
When i try to run my test code in Lua 5.1.5 I get an error:
lua: error loading module 'fleece' from file 'bin/OSX/fleece.so':
dlopen(bin/OSX/fleece.so, 2): Symbol not found: _buffer_add
Referenced from: bin/OSX/fleece.so
Expected in: flat namespace
in bin/OSX/fleece.so
When I try to tun it with Luajit 2.1 I get this error:
luajit: error loading module 'fleece' from file 'bin/OSX/fleece.so':
dlopen(bin/OSX/fleece.so, 6): Symbol not found: luaO_nilobject
Referenced from: bin/OSX/fleece.so
Expected in: flat namespace
in bin/OSX/fleece.so
The text was updated successfully, but these errors were encountered: