everwind / py-leveldb

Automatically exported from code.google.com/p/py-leveldb
Other
0 stars 0 forks source link

Really difficult to compile on OSX #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I detailed the problems I ran into, and what I had to do to solve them.  It 
looks like this is stuff outside of your control though.  It'd be awesome if 
necessary stuff could be pushed upstream as necessary.  Then leveldb and its 
wrappers could all have great build experiences on OSX.

https://gist.github.com/11add51afc4d02f717e3

Original issue reported on code.google.com by technowe...@gmail.com on 23 Nov 2011 at 5:34

GoogleCodeExporter commented 9 years ago
I just recently added the libtoolize thing to automate the compilation of 
snappy. Expected it to be standard across at least the UNIX variants.

The pedantic thing is a good catch, will fix that. Thought it was good idea, at 
the time.

I'll fix the script to predicate on whether its running OSX. There is a machine 
here I can test this one.

Thanks.

Original comment by arnim...@gmail.com on 23 Nov 2011 at 5:49