The windows max qt build is missing a few bits in the build files
1. go into the cryptocpp folder and mingw-make -f GNUmakefile
2. go back up into root folder and edit maxcoin-qt.pro add and uncomment these change any paths to match your build system!
L21-L31
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_54
BOOST_INCLUDE_PATH=C:\deps\boost_1_54_0
BOOST_LIB_PATH=C:\deps\boost_1_54_0\stage\lib
BDB_INCLUDE_PATH=C:\deps\db-4.8.30.NC\build_unix
BDB_LIB_PATH=C:\deps\db-4.8.30.NC\build_unix
OPENSSL_INCLUDE_PATH=C:\deps\openssl-1.0.1e\include
OPENSSL_LIB_PATH=C:\deps\openssl-1.0.1e
MINIUPNPC_LIB_SUFFIX=-miniupnpc
MINIUPNPC_INCLUDE_PATH=C:\deps\miniupnpc
MINIUPNPC_LIB_PATH=C:\deps\miniupnpc
CRYPTO_LIB_PATH=C:\MaxCoin-master\src\cryptopp
on L425 add $$join(CRYPTO_LIB_PATH,,-L,) to the end of the line
LIBS += $$join(BOOST_LIB_PATH,,-L,) $$join(BDB_LIB_PATH,,-L,) $$join(OPENSSL_LIB_PATH,,-L,) $$join(QRENCODE_LIB_PATH,,-L,) $$join(CRYPTO_LIB_PATH,,-L,)
3. the qt should now build like normal
also with the daemon I added added the library folder to build file makefile.mingw
INCLUDEPATHS= \
-I"$(CURDIR)" \
-I"$(DEPSDIR)/include" \
-I"C:/MaxCoin-master/src/cryptopp" \
-I"c:/deps/boost_1_54_0" \
-I"c:/deps/db-4.8.30.NC/build_unix" \
-I"c:/deps/miniupnpc" \
-I"c:/deps/openssl-1.0.1e/include"
LIBPATHS= \
-L"$(CURDIR)/leveldb" \
-L"C:/MaxCoin-master/src/cryptopp" \
-L"$(DEPSDIR)/lib" \
-L"c:/deps/boost_1_54_0/stage/lib" \
-L"c:/deps/db-4.8.30.NC/build_unix" \
-L"c:/deps/miniupnpc" \
-L"c:/deps/openssl-1.0.1e"
LIBS= \
-l leveldb \
-l cryptopp \
-l memenv \
-l boost_system$(BOOST_SUFFIX) \
-l boost_filesystem$(BOOST_SUFFIX) \
-l boost_program_options$(BOOST_SUFFIX) \
-l boost_thread$(BOOST_SUFFIX) \
-l boost_chrono$(BOOST_SUFFIX) \
-l db_cxx \
-l ssl \
-l crypto
hope that helps a few people
Keccak is still a bad hashing algo choice for mining and does not beat Blake-256 on efficiency/hashrate
please consider checking out Blakecoin it uses the faster more efficient Blake-256 algo and most of the software is done
Note: I am not the dev for Maxcoin so will not be supporting any files or problems people have with this wallet!!
here is my pre-compiled version(with bug in options):
http://www.multiupload.nl/DI2F6Q3VTA