Author

Topic: Some wallets give me headache (Read 765 times)

newbie
Activity: 29
Merit: 0
September 11, 2014, 03:50:52 AM
#2
Quickest way is to edit the file "Makefile" and just remove "-loleaut32", "-lboost_system-mgw46-mt-1_54", etc.

Those are windows specific and not needed. Be sure to remove just those exact strings and don't add any extra spaces or lines.
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
September 11, 2014, 12:37:03 AM
#1
I have some troubles with some wallets, compiling on a Ubuntu 14.04 machine:

alphacoin
The link to download a compiled version is not valid anymore, not for Windows nor for Linux. I tried to use qmake/make:

/usr/bin/ld: cannot find -loleaut32
collect2: error: ld returned 1 exit status
make: *** [alphacoin-qt] Error 1



noblecoin
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-1_54
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-1_54
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-1_54
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-1_54
collect2: error: ld returned 1 exit status
make: *** [noblecoin-qt] Error 1



Krugercoin does sync, but will never finish. The bar at the bottom ends, but the sync still remains.


How can I solve these three problems?


Jump to: