Hi Dev,
Could you fix a bit glyphcoin-qt.pro file on the github, please?
Lines from 19 to 30 are windows specific locations, so they need to start with "windows:" tag.
Non-windows users must clear them manually and this simple tag could make it compatible with all the platforms.
Not all of non-windows users know know to fix the sources.
I would appreciate if glyph was the first POW/POS coin free of this obvious bug.
I've updated those lines to:
# Windows specific compilation parameters. Thanks to Marada for the tip.
windows:BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
windows:BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
windows:BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
windows:BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
windows:BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
windows:OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1g/include
windows:OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1g
windows:MINIUPNPC_INCLUDE_PATH=C:/deps
windows:LIBPNG_INCLUDE_PATH=C:/deps/libpng-1.6.9
windows:LIBPNG_LIB_PATH=C:/deps/libpng-1.6.9/.libs
windows:MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
windows:QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.3
windows:QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.3/.libs
I will push the changes soon.
Thanks all!