It compiles and creates the client but when I start it crashes/closes instantly. I get these warnings during compiling but it finishes seemingly ok.
main.cpp:3354: warning: 'unsigned int ScanHash_CryptoPP(char*, char*, char*, char*, unsigned int&)' defined but not used [-Wunused-function]
net.cpp:-1: In function 'void ThreadDNSAddressSeed2(void*)':
net.cpp:1189: warning: comparison is always false due to limited range of data type [-Wtype-limits]
miningpage.cpp:-1: In member function 'void MiningPage::minerStarted()':
miningpage.cpp:233: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
And this is Qt Creators output when it tries to start the wallet.
"sni-qt/4634" WARN 11:13:17.688 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
elacoin-qt: ../elacoin-master/src/main.cpp:2078: bool LoadBlockIndex(bool): Assertion `block.hashMerkleRoot == uint256("0x97ddfbbae6be97fd6cdf3e7ca13232a3afff2353e29badfab7f73011edd4ced9")' failed.
The program has unexpectedly finished.