EOS Editor Discussion

In Clion under Setting > Build,Execution, Deployment > Toolchains did you set up the WSL Environment?

Another thing you can try is to use the latest EOS release instead of dawn-v4.2.0 that worked for me or if that doesn’t work either you can try a VM with Linux.

I can also let you guys know that the updated eos videos will be released by the end of this week. I’m recording them right now. Then we will be working with v1.3 of eos. Much better!

do I need to do that on Mac? wsl stands for windows subsystem for linux

when i do that My terminal gets slow down and frozen and it doesn’t give any output: find / -xdev 2>/dev/null -name “directory name”

I opened in CLion folder called eosio.contracts which comes from installing eos by using their official documentation, I got that warning is it ok?
CMake Warning:
Manually-specified variables were not used by the project:

BUILD_DOXYGEN
BUILD_MONGO_DB_PLUGIN
CMAKE_C_COMPILAR
ENABLE_COVERAGE_TESTING
OPENSSL_ROOT_DIR
WASM_ROOT

It doesn’t work as I got that error when I tried to build all:
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake --build /Users/user/contracts/eosio.contracts/cmake-build-debug --target all – -j 2
Scanning dependencies of target eosio_contracts
[ 6%] Building CXX object CMakeFiles/eosio_contracts.dir/eosio.bios/src/eosio.bios.cpp.o
[ 13%] Building CXX object CMakeFiles/eosio_contracts.dir/eosio.msig/src/eosio.msig.cpp.o
In file included from /Users/user/contracts/eosio.contracts/eosio.bios/src/eosio.bios.cpp:1:
In file included from /Users/user/contracts/eosio.contracts/eosio.msig/src/eosio.msig.cpp:1:
/Users/user/contracts/eosio.contracts/eosio.bios/include/eosio.bios/eosio.bios.hpp:2:10/Users/user/contracts/eosio.contracts/eosio.msig/include/eosio.msig/eosio.msig.hpp:: 2:10: fatal error: fatal error: ‘eosiolib/crypto.h’ file not found
‘eosiolib/eosio.hpp’ file not found
#include <eosiolib/eosio.hpp>
^~~~~~~~~~~~~~~~~~~~
#include <eosiolib/crypto.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
1 error generated.
make[2]: *** [CMakeFiles/eosio_contracts.dir/eosio.msig/src/eosio.msig.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs…
make[2]: *** [CMakeFiles/eosio_contracts.dir/eosio.bios/src/eosio.bios.cpp.o] Error 1
make[1]: *** [CMakeFiles/eosio_contracts.dir/all] Error 2
make: *** [all] Error 2

Yeah on Mac you don’t need to do it, it’s only for windows subsystem for Linux and the command for finding a directory maybe only works on Linux aswell. From the errors you get it seems like you are missing dependencies but since your on Mac I’m not sure how to fix your problem maybe Filip can help you out.

The new eos videos are live, check them out in the course! Much easier installation and editor.