Author

Topic: has anyone compile namecoin-qt successfully ? (Read 995 times)

sr. member
Activity: 399
Merit: 250
As it is stated: just 控制流程到达函数尾
legendary
Activity: 2940
Merit: 1090
I couldn't get it to compile on Fedora Core 17 too where I compile all the other coins, so I gave up on it for now.

Hopefully some future version will work.

-MarkM-
newbie
Activity: 4
Merit: 0
Hi, everybody!

I try to compile  namecoin-qt and always end up with a loooot of errors. I followed instructions on the namecoin official site. but I'm not quite sure if i had them all installed, i run salix btw. I installed boost, qt-4.8, don't know if it include 'qt4-linguist-tools libqt4-dev', I run 'slapt-get search' for them , got zero outcome.

the following are some errors at the make step, have no idea what it means
Code:
../src/main.h:250:5: warning:未使用的变量‘fWrite’ [-Wunused-variable]
../src/main.h:250:5: warning:未使用的变量‘fRead’ [-Wunused-variable]
In file included from ../src/util.cpp:6:0:
/usr/include/boost/program_options/detail/config_file.hpp: In instantiation of ‘bool boost::program_options::detail::basic_config_file_iterator::getline(std::string&) [with charT = char; std::string = std::basic_string]’:
../src/util.cpp:1103:1:   required from here
/usr/include/boost/program_options/detail/config_file.hpp:163:13: error:‘to_internal’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
In file included from /usr/include/boost/program_options/detail/parsers.hpp:9:0,
                 from /usr/include/boost/program_options/parsers.hpp:265,
                 from ../src/util.cpp:7:
/usr/include/boost/program_options/detail/convert.hpp:75:34: 附注:‘template std::vector > boost::program_options::to_internal(const std::vector&)’ declared here, later in the translation unit
../src/util.cpp:972:41: warning:忽略声明有 warn_unused_result 属性的‘size_t fwrite(const void*, size_t, size_t, FILE*)’的返回值 [-Wunused-result]
In file included from ../src/script.h:8:0,
                 from ../src/main.h:10,
                 from ../src/headers.h:100,
                 from ../src/util.cpp:4:
../src/keystore.h: 在成员函数‘virtual bool CKeyStore::HaveKey(const std::vector&) const’中:
../src/keystore.h:60:5: warning:在有返回值的函数中,控制流程到达函数尾 [-Wreturn-type]
make: *** [build/util.o] error 1

please help!
Jump to: