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
I am using Mac Intel, but also have the same issue.
If you execute make directly under build/ directory without -j 8 flag. You will see the following error
Consolidate compiler generated dependencies of target micro-service
make[2]: *** No rule to make target `/usr/local/Cellar/openssl/1.0.2s/lib/libssl.1.0.0.dylib', needed by `micro-service'. Stop.
make[1]: *** [CMakeFiles/micro-service.dir/all] Error 2
make: *** [all] Error 2
Try to do a global search on openssl in micro-service repository, you will find that under micro-service/CMakeLists.txt, there are some hard-coded paths & versions on openssl and zlib. But your local versions on Mac does not match those in micro-service/CMakeLists.txt. That's why we failed to build.
For my local mac openssl and zlib verions they are
I followed the steps and on execution of step 6 I receive the following error:
I am using mc os with M1 processor (ARM).
The text was updated successfully, but these errors were encountered: