You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to re-compile ridl_token.wast by using eosio-cpp version 1.1.1 eosio-cpp -o ridl_token.wast ridl_token.cpp
In file included from ridl_token.cpp:1:
In file included from ./ridl_token.hpp:3:
In file included from /usr/local/eosio.wasmsdk/bin/../include/eosiolib/asset.hpp:2:
/usr/local/eosio.wasmsdk/bin/../include/eosiolib/serialize.hpp:1:10: fatal error:
'boost/preprocessor/seq/for_each.hpp' file not found
#include <boost/preprocessor/seq/for_each.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
The text was updated successfully, but these errors were encountered:
SheldonHH
changed the title
Compiling Error for eosio-cpp -o
Compiling Error for eosio-cpp for ridl_token contract
Aug 19, 2018
trying to re-compile
ridl_token.wast
by usingeosio-cpp
version 1.1.1eosio-cpp -o ridl_token.wast ridl_token.cpp
The text was updated successfully, but these errors were encountered: