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
{{ message }}
This repository was archived by the owner on Aug 14, 2022. It is now read-only.
I followed the readme and tried to execute node main.js bootstrap, but the build fails early with the following error. @vgorloff any ideas how I can workaround that?
macos 11.3 with intel arch
node 12
xcode 12.5
cmake 3.19.4
ninja 1.10.2
ndk 21.3.6528147 properly linked to /usr/local/ndk
-- clang project is enabled
-- clang-tools-extra project is disabled
-- compiler-rt project is disabled
-- debuginfo-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- libcxx project is disabled
-- libcxxabi project is disabled
-- libunwind project is disabled
-- lld project is disabled
-- lldb project is disabled
-- llgo project is disabled
-- mlir project is disabled
-- openmp project is disabled
-- parallel-libs project is disabled
-- polly project is disabled
-- pstl project is disabled
-- Could NOT find Z3: Found unsuitable version "0.0.0", but required is at least "4.7.1" (found Z3_LIBRARIES-NOTFOUND)
-- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
CMake Error at cmake/modules/CheckAtomic.cmake:53 (message):
Host compiler appears to require libatomic, but cannot find it.
Call Stack (most recent call first):
cmake/config-ix.cmake:334 (include)
CMakeLists.txt:629 (include)
I guess thats the error:
CMake Error at cmake/modules/CheckAtomic.cmake:53 (message):
Host compiler appears to require libatomic, but cannot find it.
I followed the readme and tried to execute
node main.js bootstrap, but the build fails early with the following error. @vgorloff any ideas how I can workaround that?macos 11.3 with intel arch
node 12
xcode 12.5
cmake 3.19.4
ninja 1.10.2
ndk 21.3.6528147 properly linked to /usr/local/ndk
I guess thats the error: