tried multiple qt's - 4.8.5, 5.0.2, 5.2.1, 5.5.0
boost 1.55 and 1.57
also the two lib files below from other src's...
but no luck
.../src/leveldb/libleveldb.a, file was built for archive which is not the architecture being linked (x86_64):
.../src/leveldb/libmemenv.a, file was built for archive which is not the architecture being linked (x86_64):
using the src http://bunny-coin.com/bunnycoin_BETA_V4.1_SOURCE.zip
You should better check the bunnycoin src code and make some modifications to the code.
Search the x86_64 keyword in the src especially the leveldb code:
grep -i -r x86_64 ./*
I suceeded to build bunnycoin for FreeBSD by doing some code modifications.
like ??
i'm a bit noob :p and can't see anything obvious that might help
I have no Mac to digg it. Do you use 32 or 64 bit system?
64 bit.
i'm kind of digging it's probably related to the version of boost and versions of
libmemenv.a and libmemenv.a
i was just compiling the sloth wallet and came up with a similar error, fixed by using a different version of those.