Closed jpillora closed 10 years ago
Yes, I'm sorry, file an issue with @rescrv, he's using __sync_add_and_fetch()
which isn't supported by all platforms. I could probably come up with a way to add something like -DHAVE_SYNC_ADD_FETCH=0 in the gyp build especially for PPC if need be, but the actual alternative compile path needs to go into HyperLevelDB.
Thanks Rod will post in the HyperLevelDB repo
On Thursday, November 21, 2013, Rod Vagg wrote:
Closed #2 https://github.com/Level/level-hyper/issues/2.
— Reply to this email directly or view it on GitHubhttps://github.com/Level/level-hyper/issues/2 .
Cheers Jaime
I'm using this PPC fork of node. I can install
level
with no warnings and I can run this example:However, when I install
level-hyper
and requirelevel-hyper
, I get:Maybe this is an issue for https://github.com/rescrv/HyperLevelDB ?