You are viewing a single comment's thread from:

RE: Tutorial - How to build Steem on OS X

in #steemit7 years ago

And what to do if the compile ends with:

-- Finished fc module configuration...
-- Using custom FindBoost.cmake
-- Boost version: 1.66.0
-- Found the following Boost libraries:
--   thread
--   date_time
--   system
--   filesystem
--   chrono
--   unit_test_framework
--   locale
-- Configuring ChainBase on OS X
No such file or directory
CMake Error at libraries/manifest/CMakeLists.txt:28 (message):
  Could not get plugin dependencies


-- Configuring incomplete, errors occurred!
See also "/Users/krma1/Temp/steem/CMakeFiles/CMakeOutput.log".

Don't you just love those No such file or directory error message which don't print any indication in what file or directory is missing.

Sort:  

Answering my own question: use cmake --trace, look carefully at the output, notice that the python3 symlink is missing, fix and continue to build.