anyone can compile the wallet in ubuntu? i get errors
/usr/bin/ld: cannot find -boost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
i installed libboost1.53-all-dev but look like this dont work.... i there is some conflict bettween liboost 1.4# that other wallets use and this one...
can anyone upload a compiled linux version?? thats will be great...
Open up the cosmocoin-qt.pro file
line 14 should be commented out
line 15 remove the -mgw46-mt-sd-1_53 so the lines look like this
LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
Line 18 make it look like this
BOOST_LIB_SUFFIX=
save it and remake this will make your wallet based on your mingw install and not force using the older version that was used to compile orginally.