Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

After building eosio.contract, if I rebuild eosio.contract, i got an error. #346

Closed
yepp4you opened this issue Jan 3, 2019 · 2 comments
Closed

Comments

@yepp4you
Copy link

yepp4you commented Jan 3, 2019

After building eosio.contract, if I rebuild eosio.contract, i got an error.
but i removed all CACHE PATH "cxx" FORCE, and then rebuild is no problem.

set(CMAKE_C_COMPILER "@CDT_ROOT_DIR@/bin/eosio-cc" )
set(CMAKE_CXX_COMPILER "@CDT_ROOT_DIR@/bin/eosio-cpp" )
set(CMAKE_AR "@CDT_ROOT_DIR@/bin/eosio-ar" )
set(CMAKE_RANLIB "@CDT_ROOT_DIR@/bin/eosio-ranlib" )

os : osx
eosio : 1.5.0
eosio.cdt : 1.4.1
eosio.contract : 1.5.1

set(CMAKE_CXX_COMPILER "@CDT_ROOT_DIR@/bin/eosio-cpp" CACHE PATH "cxx" FORCE)

@larryk85
Copy link
Contributor

larryk85 commented Jan 3, 2019

This has been resolved as of v1.5.0-rc1.

@yepp4you
Copy link
Author

yepp4you commented Jan 4, 2019

thanks

@yepp4you yepp4you closed this as completed Jan 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants