-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build faile #5
Comments
gcc -vUsing built-in specs. cmake --versioncmake version 3.22.1 |
Hi @Ljiacheng Seems tonlibjson is supposed to be built using clang compiler https://github.com/ton-blockchain/ton/blob/master/CMakeLists.txt#L333 https://stackoverflow.com/questions/27925138/gcc-remove-unrecognized-option-qunused-arguments Please try build it using clang instead of gcc |
currently build.rs requires brew to be installed even if everything is installed and available by other means (e.g. nix) i think it should not check for brew, and instead check for pkg-config binary in PATH and use paths provided by it, instead of relying on brew |
I get error in the build output file: CMakeError.log. Is that I have incorrect environment?
Environment:
Error output:
The text was updated successfully, but these errors were encountered: