-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boost 1.66 compile error #104
Comments
I have previously compiled without problems with boost 1.65. [ronny@ronnydesktop ~]$ chaincoin-qt That is why I try to recompile after upgrading boost. |
Maybe same as this issue? |
Using similar patches from zetacoin on files rpcserver.cpp and rpcclient.cpp solved the build problem. |
|
|
I get following compile error on Arch Linux:
rpcclient.cpp: I funktion ”json_spirit::Object CallRPC(const string&, const Array&)”: rpcclient.cpp:43:58: fel: ingen matchande funktion för anrop av ”boost::asio::ssl::context::context(boost::asio::io_service&, boost::asio::ssl::context_base::method)” ssl::context context(io_service, ssl::context::sslv23); ^ In file included from /usr/include/boost/asio/ssl/context.hpp:757:0, from /usr/include/boost/asio/ssl.hpp:18, from rpcprotocol.h:16, from rpcclient.cpp:9: /usr/include/boost/asio/ssl/impl/context.ipp:326:1: anm: candidate: boost::asio::ssl::context::context(boost::asio::ssl::context&&) context::context(context&& other) ^~~~~~~ /usr/include/boost/asio/ssl/impl/context.ipp:326:1: anm: kandidaten förväntade sig 1 argument, 2 fanns /usr/include/boost/asio/ssl/impl/context.ipp:63:1: anm: candidate: boost::asio::ssl::context::context(boost::asio::ssl::context_base::method) context::context(context::method m) ^~~~~~~ /usr/include/boost/asio/ssl/impl/context.ipp:63:1: anm: kandidaten förväntade sig 1 argument, 2 fanns make[3]: *** [Makefile:1005: rpcclient.o] Fel 1 make[3]: *** Inväntar oavslutade jobb... make[3]: Lämnar katalogen ”/home/ronny/chaincoin/src” make[2]: *** [Makefile:1027: all-recursive] Fel 1 make[2]: Lämnar katalogen ”/home/ronny/chaincoin/src” make[1]: *** [Makefile:732: all] Fel 2 make[1]: Lämnar katalogen ”/home/ronny/chaincoin/src” make: *** [Makefile:512: all-recursive] Fel 1
The text was updated successfully, but these errors were encountered: