thekidcoin / fluttercoin

FlutterCoin Official Branch
MIT License
7 stars 21 forks source link

Linux: Binary doesn't work so how do I compile this? #3

Closed jl2035 closed 10 years ago

jl2035 commented 10 years ago

They say that this is a very important coin, so it just bothers me that I can't use it on linux!

This are the warnings and errors I get with QtCreator:

/home/user/Programs/Fluttercoin/src/src/bitcoinrpc.h:16: In file included from src/bitcoinrpc.h:16:0, /home/user/Programs/Fluttercoin/src/src/qt/rpcconsole.cpp:5: from src/qt/rpcconsole.cpp:5: /home/user/Programs/Fluttercoin/src/src/json/json_spirit_writer_template.h:-1: In function 'String_type json_spirit::non_printable_to_string(unsigned int)': /home/user/Programs/Fluttercoin/src/src/json/json_spirit_writer_template.h:31: warning: typedef 'Char_type' locally defined but not used [-Wunused-local-typedefs] /home/user/Programs/Fluttercoin/src/src/bitcoinrpc.h:16: In file included from src/bitcoinrpc.h:16:0, /home/user/Programs/Fluttercoin/src/src/noui.cpp:7: from src/noui.cpp:7: /home/user/Programs/Fluttercoin/src/src/json/json_spirit_writer_template.h:-1: In function 'String_type json_spirit::non_printable_to_string(unsigned int)': /home/user/Programs/Fluttercoin/src/src/json/json_spirit_writer_template.h:31: warning: typedef 'Char_type' locally defined but not used [-Wunused-local-typedefs] /home/user/Programs/Fluttercoin/src/build/rpcrawtransaction.o:-1: error: file not recognized: File truncated :-1: error: collect2: error: ld returned 1 exit status

jl2035 commented 10 years ago

that was downloaded from the website. now I tried again with files downloaded from this repo, and successfully compiled. please update the website..