Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][MAX] MaxCoin
by
ejhuff
on 06/02/2014, 20:51:43 UTC
linux build in progress:
Code:
% 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
% locate libminiupnpc
/usr/lib64/libminiupnpc.so
/usr/lib64/libminiupnpc.so.8
% locate libcryptopp
/usr/lib64/libcryptopp.so.6
/usr/lib64/libcryptopp.so.6.0.0
   
Warning - while you were reading 19 new replies have been posted. You may wish to review your post.
Warning - while you were typing 24 new replies have been posted. You may wish to review your post.
Warning - while you were typing 3 new replies have been posted. You may wish to review your post.
Warning - while you were typing a new reply has been posted. You may wish to review your post.