hi
make have error
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/****/compil/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/****/compil/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
how fix it ?
sudo git clone https://github.com/RangaBoom/CrocodileCash.git
cd CrocodileCash
sudo chmod 755 share/genbuild.sh
cd src/leveldb
sudo chmod 755 build_detect_platform
sudo make libleveldb.a libmemenv.a
cd ..
cd obj
sudo chmod 755 build.h
cd ..
sudo make -f makefile.unix
cd CrocodileCash/src
sudo ./CrocodileCashd
sudo ./CrocodileCashd stop thanks man
Apologies for the nested quotes... For security reasons it's probably better to leave the sudo's out of these steps for Linux or Unix-based stuff. If you unnecessarily escalate to root/admin privilege instead of your regular user account you're hard-wiring the privileges in that directory to admin when only your user-domain should have read/write/execute privileges for the application. A deeper dive into this it can probably be found here:
https://www.tiltedwindmillpress.com/product/sudo-mastery-user-access-control-for-everyone/ . (This guy writes some pretty interesting and funny tech stuff... somewhat like this link where he makes a pretty good case for OpenBSD:
https://www.youtube.com/watch?v=BXPV3vJF99k ).
I haven't posted in awhile; I still want to make CROC (or a derivative) a lighter [but probably more built-from-the-ground-up] chain (but am working on precursors and other stuff [shell, networking, assembly, stuff like awk and sed, more prosaic stuff] right now). I'm definitely very interested in seeing how stuff is done in some other C++ codebases too. Also picked up a couple of the Packt books on Git which will - in due course - prove useful too

.
https://www.youtube.com/watch?v=0qtWlvu1YoA&t=3s