creationix / node-leveldb

NodeJS bindings to levelDB - a fast and lightweight key/value database library
http://code.google.com/p/leveldb/
113 stars 32 forks source link

Switched over to leveldb's portable branch #2

Closed shinuza closed 13 years ago

shinuza commented 13 years ago

There's a portable branch @ leveldb which have to have the project compile on multiple platforms. The version currently bundled with node-leveldb is not compiling on my machine, the portable version does.

Tested with g++ 4.2 (i686-apple-darwin10-g++-4.2.1) and g++ 4.5.3 from macports.

PS : Also cleaned the wscript

shinuza commented 13 years ago

@creationix : Does this address compilation problems on Ubuntu/Debian as well? dvv (issue 1) said it does not, but I haven't had time to setup a vm and test it.

creationix commented 13 years ago

I tested on ubuntu 11.04 and it seemed to work. The only thing that didn't work was cygwin on windows.

dvv commented 13 years ago

@creationix: Debian 6.0 uses <cstdatomic>. Just a line in bold in readme about this would suffice. TIA