Closed franzhaas closed 9 years ago
Are you compiling on a 32-bit platform?
Yes I am.
Sorry, we explicitly don't support 32-bit. Our fork of leveldb uses various x86-64 features. Even if this makes eleveldb compile on your platform, the resulting linked library will probably be broken.
I changed the usage of size_t to unsigned long, and changed the 8G constant to LL.