Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Elmit on September 11, 2014, 04:37:03 AM



Title: Some wallets give me headache
Post by: Elmit on September 11, 2014, 04:37:03 AM
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?




Title: Re: Some wallets give me headache
Post by: Amphytrion on September 11, 2014, 07:50:52 AM
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.