Installed all required dependancies (not the optional ones) and followed instructions such as they were documented and get 71% and always fails with a linker error (marked in bold):
[ 71%] Linking CXX executable cnv4-jit-tests
clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
ld: library not found for -lcrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: [tests/crypto/cnv4-jit-tests] Error 1
make[2]: [tests/crypto/CMakeFiles/cnv4-jit-tests.dir/all] Error 2
make[1]: [all] Error 2
make: [release-all] Error 2
I checked and libsodium is installed and the most current version - is the crypto library something else?
Also tried to use the pre-compiled versions available and simply get an "illegal instruction: 4" message back (See issue #5230). The previous version (v13) ran fine in this machine (Mac Pro 5,1 6-Core 3.33 GHz)
Installed all required dependancies (not the optional ones) and followed instructions such as they were documented and get 71% and always fails with a linker error (marked in bold):
[ 71%] Linking CXX executable cnv4-jit-tests clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument] ld: library not found for -lcrypto clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: [tests/crypto/cnv4-jit-tests] Error 1 make[2]: [tests/crypto/CMakeFiles/cnv4-jit-tests.dir/all] Error 2 make[1]: [all] Error 2 make: [release-all] Error 2
I checked and libsodium is installed and the most current version - is the crypto library something else?
Also tried to use the pre-compiled versions available and simply get an "illegal instruction: 4" message back (See issue #5230). The previous version (v13) ran fine in this machine (Mac Pro 5,1 6-Core 3.33 GHz)