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 has been archived by the owner on Jul 15, 2022. It is now read-only.
1 warning generated.
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
ld: library not found for -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: Setup script exited with error: command 'g++' failed with exit status 1
make: *** [dev] Error 1
@ignacioct just encountered this issue when he tried to install biome.text. Our solution was to install jsonnet via conda: conda install jsonnet -c conda-forge.
On macOS Mojave, the jsonnet install fails:
A working solution can be found here: google/jsonnet#573 (comment)
It's basically
The text was updated successfully, but these errors were encountered: