Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][MAX] MaxCoin
by
ejhuff
on 06/02/2014, 20:43:34 UTC
linux build in progress:

git clone https://github.com/Max-Coin/MaxCoin.git
cd MaxCoin/src
make -f makefile.unix
/bin/sh: ./build_detect_platform: Permission denied
find . -name build_det* -ls
chmod a+x $(find . -name build_det*)
find . -name build_det* -ls
make -f makefile.unix
alert.cpp:260:1: fatal error: opening dependency file obj/alert.d: No such file or directory
mkdir obj
make -f makefile.unix
g++: error: cryptopp/libcryptopp.a: No such file or directory
g++: error: /usr/lib/libminiupnpc.a: No such file or directory
Huh