Post
Topic
Board Announcements (Altcoins)
Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast |
by
adroitful_one
on 13/08/2017, 08:51:57 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.

Awesome, that worked out. You can PM me your Croc Address, I will send you some.


I tried to compile it on my RPi with the following:

cd /home/pi
git clone https://github.com/RangaBoom/CrocodileCash
cd CrocodileCash
qmake
Quote
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
make
Quote
cd /home/pi/CrocodileCash/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/CrocodileCash/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: Datei oder Verzeichnis nicht gefunden
make[1]: *** No rule to make target 'build_config.mk'.  Schluss.
make[1]: Leaving directory '/home/pi/CrocodileCash/src/leveldb'
Makefile:593: recipe for target '/home/pi/CrocodileCash/src/leveldb/libleveldb.a' failed
make: *** [/home/pi/CrocodileCash/src/leveldb/libleveldb.a] Error 2


What's wrong?

It's saying that permission is denied for build_detect_platform. Try chmod 755 src/leveldb/build_detect_platform or if that doesn't work, do like I mentioned a few posts back and grab the level db files from another coin you have managed to compile successfully