Warning - while you were typing 84 new replies have been posted. You may wish to review your post.
Warning - while you were typing 80 new replies have been posted. You may wish to review your post.
Warning - while you were typing 52 new replies have been posted. You may wish to review your post.
Warning - while you were typing 10 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.
Warning - while you were typing 4 new replies have been posted. You may wish to review your post.
Got it to compile! Thanks ernie-
make
problem solved.
% cd MaxCoin/src
% chmod a+x src/leveldb/build_detect_platform
% cd src
% vi makefile.unix
% cd cryptopp
% make
% cd ..
% git diff
diff --git a/src/leveldb/build_detect_platform b/src/leveldb/build_detect_platform
old mode 100644
new mode 100755
diff --git a/src/makefile.unix b/src/makefile.unix
index 39e0b09..ebe6e14 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -51,7 +51,7 @@ ifndef USE_UPNP
override USE_UPNP = -
endif
ifneq (${USE_UPNP}, -)
- LIBS += /usr/lib/libminiupnpc.a
+ LIBS += /usr/lib64/libminiupnpc.so
DEFS += -DUSE_UPNP=$(USE_UPNP)
endif
% make -f makefile.unix
% ./maxcoind --help
MaxCoin version v0.8.9.0-g8c5e74e-beta
...