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

Compile in OSX #1

Open
stuta opened this issue Oct 21, 2013 · 0 comments
Open

Compile in OSX #1

stuta opened this issue Oct 21, 2013 · 0 comments

Comments

@stuta
Copy link

stuta commented Oct 21, 2013

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

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

1 participant