Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GCH] Galaxy Cash, PoW, PoS, Multialgo, Masternodes, No Premine
by
Galapagos
on 27/02/2018, 19:04:31 UTC
Hi, I'm trying to build the wallet on linux (really a newbie) and following the instructions on github but I'm getting this error:

***************************
sudo make
cd /home/giampi/galaxycash/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/beppe/galaxycash/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target 'build_config.mk'.  Stop.
make[1]: Leaving directory '/home/giampi/galaxycash/src/leveldb'

****************************

I believe that I've installed all the needed dependency but I'm doing something wrong.....
Can somebody help?



Ciao (are you italian?), this is a permission issue. Try with chmod 755 src/leveldb/build_detect_platform then make.
If it doesn't work check path before making. I see two different path... In the first line there is "giampi" as user but the making path get "beppe" as user and the leaving dir command gives you "giampi" again.


Thank you!! it worked perfectly.
About the different path I just randomly changed the user name to paste it here.