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
When I compile eos, the make command stops and report below error:
libraries/chain/include/eosio/chain/types.hpp:17:10: fatal error: 'fc/smart_ref_fwd.hpp' file not found
There's no file named smart_ref_fwd.hpp in libraries/fc/include/fc directory. Which branch of fc should I checkout for compile eos?
The text was updated successfully, but these errors were encountered:
When I compile eos, the make command stops and report below error:
libraries/chain/include/eosio/chain/types.hpp:17:10: fatal error: 'fc/smart_ref_fwd.hpp' file not found
There's no file named smart_ref_fwd.hpp in libraries/fc/include/fc directory. Which branch of fc should I checkout for compile eos?
The text was updated successfully, but these errors were encountered: