We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to bitcoin-core/secp256k1#370
Fixing these with a chmod 100755
qmake USE_UPNP=- make cd /Users/synx/Code/docker/cryptos/SyndicateQT/src/leveldb && CC=clang CXX=clang++ /Applications/Xcode.app/Contents/Developer/usr/bin/make OPT="-pipe -stdlib=libc++ -mmacosx-version-min=10.7 -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a /bin/sh: ./build_detect_platform: Permission denied Makefile:18: build_config.mk: No such file or directory make[1]: *** No rule to make target `build_config.mk'. Stop. make: *** [/Users/synx/Code/docker/cryptos/SyndicateQT/src/leveldb/libleveldb.a] Error 2
cd /Users/synx/Code/docker/cryptos/SyndicateQT/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=clang CXX=clang++ /Applications/Xcode.app/Contents/Developer/usr/bin/make OPT="-pipe -stdlib=libc++ -mmacosx-version-min=10.7 -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" /bin/sh: ./autogen.sh: Permission denied make: *** [/Users/synx/Code/docker/cryptos/SyndicateQT/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126
The text was updated successfully, but these errors were encountered:
Hi @marsmensch
Is there any solution for the above error. I am also getting the same one
Sorry, something went wrong.
No branches or pull requests
Related to bitcoin-core/secp256k1#370
Fixing these with a chmod 100755
The text was updated successfully, but these errors were encountered: