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

Fails to build on OS X #2

Closed
sebastiang opened this issue Apr 14, 2015 · 1 comment
Closed

Fails to build on OS X #2

sebastiang opened this issue Apr 14, 2015 · 1 comment

Comments

@sebastiang
Copy link

Installing LMDB results in the following errors on OS X. (Yosemite OS X 10.10.3/XCode 6.3). I was surprised to see it building an so and not a dylib, but I'm no expert.

gcc -fPIC -shared -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast ../src/wrapper.c /Users/sebastian/.julia/v0.4/LMDB/deps/src/lmdb-0.9.14/mdb.c /Users/sebastian/.julia/v0.4/LMDB/deps/src/lmdb-0.9.14/midl.c -o liblmdbjl.so -I/Users/sebastian/.julia/v0.4/LMDB/deps/src/lmdb-0.9.14
gcc: warning: couldn’t understand kern.osversion ‘14.3.0
mkdir -p ../usr/lib
cp liblmdbjl.so ../usr/lib
rm *.so
=============================================[ ERROR: LMDB ]==============================================

LoadError: Provider BinDeps.BuildProcess failed to satisfy dependency liblmdbjl
while loading /Users/sebastian/.julia/v0.4/LMDB/deps/build.jl, in expression starting on line 38

==========================================================================================================
@wildart
Copy link
Owner

wildart commented Apr 14, 2015

I newer got hand on a multi-platform support. I just pushed fix that should solve this issue.

@wildart wildart closed this as completed May 27, 2015
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