Post
Topic
Board Announcements (Altcoins)
Re: [ANN][STEEM][POW] - NO IPO | NO PREMINE | NO INSTAMINE (relaunch)
by
steem
on 10/04/2016, 22:59:43 UTC
Please update your code to the latest version from github.

The latest github code does not compile:

Code:
[ 97%] Building CXX object programs/cli_wallet/CMakeFiles/cli_wallet.dir/main.cpp.o
/home/steem/steem/programs/cli_wallet/main.cpp: In lambda function:
/home/steem/steem/programs/cli_wallet/main.cpp:238:82: error: ‘const struct fc::http::request’ has no member named ‘remote_endpoint’
                auto itr = allowed_ip_set.find( fc::ip::endpoint::from_string(req.remote_endpoint).get_address() );
                                                                                  ^
In file included from /home/steem/steem/libraries/fc/include/fc/log/logger.hpp:5:0,
                 from /home/steem/steem/libraries/fc/include/fc/exception/exception.hpp:6,
                 from /home/steem/steem/libraries/fc/include/fc/safe.hpp:2,
                 from /home/steem/steem/libraries/fc/include/fc/io/raw_fwd.hpp:6,
                 from /home/steem/steem/libraries/fc/include/fc/network/ip.hpp:4,
                 from /home/steem/steem/libraries/fc/include/fc/network/http/websocket.hpp:6,
                 from /home/steem/steem/programs/cli_wallet/main.cpp:33:
/home/steem/steem/programs/cli_wallet/main.cpp:240:105: error: ‘const struct fc::http::request’ has no member named ‘remote_endpoint’
                   elog("rejected connection from ${ip} because it isn't in allowed set ${s}", ("ip",req.remote_endpoint)("s",allowed_ip_set) );
                                                                                                         ^
/home/steem/steem/libraries/fc/include/fc/log/log_message.hpp:161:84: note: in definition of macro ‘FC_LOG_MESSAGE’
    fc::log_message( FC_LOG_CONTEXT(LOG_LEVEL), FORMAT, fc::mutable_variant_object()__VA_ARGS__ )
                                                                                    ^
/home/steem/steem/programs/cli_wallet/main.cpp:240:19: note: in expansion of macro ‘elog’
                   elog("rejected connection from ${ip} because it isn't in allowed set ${s}", ("ip",req.remote_endpoint)("s",allowed_ip_set) );
                   ^
programs/cli_wallet/CMakeFiles/cli_wallet.dir/build.make:54: recipe for target 'programs/cli_wallet/CMakeFiles/cli_wallet.dir/main.cpp.o' failed
make[2]: *** [programs/cli_wallet/CMakeFiles/cli_wallet.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:1493: recipe for target 'programs/cli_wallet/CMakeFiles/cli_wallet.dir/all' failed
make[1]: *** [programs/cli_wallet/CMakeFiles/cli_wallet.dir/all] Error 2
Makefile:107: recipe for target 'all' failed
make: *** [all] Error 2

invite to come to slack ... use auto-inviter: https://steem.herokuapp.com .. good place to collaborate .. we are currently discussing getting back on track

edit: added auto-inviter