error:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [unobtanium-qt] Error 1
Please install boost in your system.
For OSX I'm waiting for my fix to merge into the official repo.
all dependencies are installed and there is no problem with wallets from any other coin...must be a bug in the code.
Your problem is all in *.pro file, did you comment the section suppose for building in windows
Right here
#uncomment the following section to enable building on windows:
windows:LIBS += -lshlwapi
LIBS += $$join(BOOST_LIB_PATH,,-L,) $$join(BDB_LIB_PATH,,-L,) $$join(OPENSSL_LIB_PATH,,-L,) $$join(QRENCODE_LIB_PATH,,-L,)
LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX
windows:LIBS += -lws2_32 -lole32 -loleaut32 -luuid -lgdi32
LIBS += -lboost_system-mgw48-mt-sd-1_53 -lboost_filesystem-mgw48-mt-sd-1_53 -lboost_program_options-mgw48-mt-sd-1_53 -lboost_thread-mgw48-mt-sd-1_53
BOOST_LIB_SUFFIX=-mgw48-mt-sd-1_53
BOOST_INCLUDE_PATH=C:/deps/boost_1_53_0
BOOST_LIB_PATH=C:/deps/boost_1_53_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_PATH=c:/deps/miniupnpc
MINIUPNPC_INCLUDE_PATH=c:/deps/
Check out my unobtanium-qt.pro file. There can't be bug in the code, I've build with linux and OSX with no problem.
https://github.com/pnoch/Unobtanium