bada-studio / knights_contract

154 stars 55 forks source link

build error : 'contract/player_control.cpp' file not found #73

Open treasersimplifies opened 5 years ago

treasersimplifies commented 5 years ago

`MacBook-Plou:knights_contract-master treaser$ ./build.sh WARNING: this tool is deprecated and will be removed in a future release Please consider using the EOSIO.CDT (https://github.com/EOSIO/eosio.cdt/) knights/knights.cpp:78:10: fatal error: 'contract/player_control.cpp' file not found

include "contract/player_control.cpp"

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 error generated. WARNING: this tool is deprecated and will be removed in a future release Please consider using the EOSIO.CDT (https://github.com/EOSIO/eosio.cdt/) /Users/treasersmac/programming/EOS/Dapps/knights_contract-master/knights/knights.cpp:78:10: fatal error: 'contract/player_control.cpp' file not found

include "contract/player_control.cpp"

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 error generated. Error while processing /Users/treasersmac/programming/EOS/Dapps/knights_contract-master/knights/knights.cpp.`