I try to compile a coin wallet under windows,
https://github.com/E-gold-team/e-goldcoinI tried to compile it by several ways, it always shows some error, I did not change anything, I use msys shell, by command:
$qmake litecoinx-qt.pro RELEASE=1 USE_UPNP=1 -config release QMAKE_LFLAGS+=
"-static-libgcc -static-libstdc++" BOOST_INCLUDE_PATH=C:/MinGW/msys/1.0/local/include
BOOST_LIB_PATH=C:/MinGW/msys/1.0/local/lib BOOST_LIB_SUFFIX=-mgw46-mt-s-1_54
$make -f Makefile.Release
is there any compiling problem?