Post
Topic
Board Announcements (Altcoins)
Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast |
by
adroitful_one
on 12/08/2017, 22:48:39 UTC
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Another thing you can do if you have this error is to copy the libleveldb.a  libmemenv.a files from another coins leveldb folder and paste them into the one that's not working and then rerun your make command. This will pick it up right where it left off during the compile and work.