Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [B3] B3Coin | POS/POD | Self Moderated Thread
by
Buchi-88
on 02/08/2020, 16:20:25 UTC
Today i try to compile the Wallet on my Raspberry Pi 2 with the new Buster Image, but by the compile i have follow error, anyone have an idea?

Code:
~
In file included from /usr/include/boost/asio/ssl/context.hpp:757,
                 from /usr/include/boost/asio/ssl.hpp:18,
                 from src/rpcprotocol.h:18,
                 from src/rpcclient.cpp:9:
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note: candidate: ‘boost::asio::ssl::context::context(boost::asio::ssl::context&&)’
 context::context(context&& other)
 ^~~~~~~
/usr/include/boost/asio/ssl/impl/context.ipp:326:1: note:   candidate expects 1 argument, 2 provided
/usr/include/boost/asio/ssl/impl/context.ipp:63:1: note: 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: note:   candidate expects 1 argument, 2 provided
In file included from src/util.h:16,
                 from src/rpcclient.cpp:10:
src/tinyformat.h: In static member function ‘static const char* tinyformat::detail::FormatIterator::streamStateFromFormat(std::ostream&, unsigned int&, const char*, int, int)’:
src/tinyformat.h:785:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:786:9: note: here
         case 'x': case 'p':
         ^~~~
src/tinyformat.h:791:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:792:9: note: here
         case 'e':
         ^~~~
src/tinyformat.h:797:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:798:9: note: here
         case 'f':
         ^~~~
src/tinyformat.h:802:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
             out.setf(std::ios::uppercase);
             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tinyformat.h:803:9: note: here
         case 'g':
         ^~~~
make: *** [Makefile:2789: build/rpcclient.o] Fehler 1
pi@raspberrypi:~/B3-CoinV2 $

Thank you for all ideas, regards