-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error install brew commands #35
Comments
it is gtk3 Seems you need to install XCode tools. Try |
Same issue: ➜ ~ xcode-select --install ➜ ~ brew install gtk3 libadwaita adwaita-icon-theme libcanberra-gtk-module |
Hm, seems I misspelled |
It's |
@zzdhidden thanks for reminding me that, fixed README |
@dr-orlovsky brew has not package ➜ mycitadel-desktop git:(master) ✗ brew search libcanberra ==> Casks |
Bug type
Put
x
in the boxes below:Operating system
Problem description
Error installing brew commands on macos mainly gtk3 ?
Is it gtk+3 or gtk4?
Tried compiling from source,having issues with clang tool ?
error: failed to run custom build command for
secp256k1-sys v0.5.0`Caused by:
process didn't exit successfully:
/var/folders/ds/jysqhc3521jf353zntz5wh9r0000gn/T/cargo-install05EOfJ/release/build/secp256k1-sys-be1de7a846ac9191/build-script-build
(exit status: 1)--- stdout
TARGET = Some("x86_64-apple-darwin")
OPT_LEVEL = Some("3")
HOST = Some("x86_64-apple-darwin")
CC_x86_64-apple-darwin = None
CC_x86_64_apple_darwin = None
HOST_CC = None
CC = Some("/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -target armv7-none-linux-androideabi -gcc-toolchain ")
CFLAGS_x86_64-apple-darwin = None
CFLAGS_x86_64_apple_darwin = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("false")
CC_x86_64-apple-darwin = None
CC_x86_64_apple_darwin = None
HOST_CC = None
CC = Some("/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -target armv7-none-linux-androideabi -gcc-toolchain ")
CFLAGS_x86_64-apple-darwin = None
CFLAGS_x86_64_apple_darwin = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
running: "/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang" "-target" "armv7-none-linux-androideabi" "-gcc-toolchain" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-apple-darwin" "-I" "depend/secp256k1/" "-I" "depend/secp256k1/include" "-I" "depend/secp256k1/src" "-Wall" "-Wextra" "-DSECP256K1_API=" "-DENABLE_MODULE_ECDH=1" "-DENABLE_MODULE_SCHNORRSIG=1" "-DENABLE_MODULE_EXTRAKEYS=1" "-DUSE_NUM_NONE=1" "-DUSE_FIELD_INV_BUILTIN=1" "-DUSE_SCALAR_INV_BUILTIN=1" "-DECMULT_GEN_PREC_BITS=4" "-DECMULT_WINDOW_SIZE=15" "-DUSE_EXTERNAL_DEFAULT_CALLBACKS=1" "-DENABLE_MODULE_RECOVERY=1" "-o" "/var/folders/ds/jysqhc3521jf353zntz5wh9r0000gn/T/cargo-install05EOfJ/release/build/secp256k1-sys-a023ba03f7e55a42/out/depend/secp256k1/contrib/lax_der_parsing.o" "-c" "depend/secp256k1/contrib/lax_der_parsing.c"
--- stderr
error occurred: Failed to find tool. Is
clang
installed?warning: build failed, waiting for other jobs to finish...
error: failed to compile
mycitadel-desktop v1.0.0
, intermediate artifacts can be found at/var/folders/ds/jysqhc3521jf353zntz5wh9r0000gn/T/cargo-install05EOfJ
Caused by:
build failed
`
The text was updated successfully, but these errors were encountered: