cryptozeny / sugarchain-v0.16.3

OUTDATED! This repo is moved to:
https://github.com/sugarchain-project/sugarchain
MIT License
0 stars 1 forks source link

macOS build #43

Closed cryptozeny closed 5 years ago

cryptozeny commented 5 years ago

do it

cryptozeny commented 5 years ago

clang++ -c -pipe -pipe -O2 -I/home/travis/build/randomBox123/travisTest/depends/x86_64-apple-darwin11/include -stdlib=libc++ -pipe -pipe -O2 -I/home/travis/build/randomBox123/travisTest/depends/x86_64-apple-darwin11/include -target x86_64-apple-darwin11 -isysroot /home/travis/build/randomBox123/travisTest/depends/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.8 -mavx512pf -g -Wall -W -fPIC -DAVX512WANT=PF -I. -I../../../mkspecs/macx-clang-linux -o avx512.o avx512.cpp avx512.cpp:75:5: error: use of undeclared identifier '_mm512_mask_prefetch_i64scatter_pd' _mm512_mask_prefetch_i64scatter_pd(argv, 0xf, i, 2, 2); ^ 1 error generated. make[1]: *** [avx512.o] Error 1 make[1]: Leaving directory `/home/travis/build/randomBox123/travisTest/depends/work/build/x86_64-apple-darwin11/qt/5.7.1-981bf235a11/qtbase/config.tests/common/avx512'

cryptozeny commented 5 years ago

echo '{ CFBundleDisplayName = "Sugarchain Yumekawa"; CFBundleName = "Sugarchain Yumekawa"; }' > Sugarchain-Qt.app/Contents/Resources/Base.lproj/InfoPlist.strings ld: entry point (_main) undefined. for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [qt/sugarchain-qt] Error 1

cryptozeny commented 5 years ago

https://github.com/litecoin-project/litecoin/issues/320

cryptozeny commented 5 years ago

비트본가 맥오에스 도 같은 빌드에러 남

avx512.cpp:75:5: error: use of undeclared identifier '_mm512_mask_prefetch_i64scatter_pd' _mm512_mask_prefetch_i64scatter_pd(argv, 0xf, i, 2, 2); ^ 1 error generated. make[1]: *** [avx512.o] Error 1

https://travis-ci.org/bitcoin/bitcoin/jobs/429827758

cryptozeny commented 5 years ago

fixed https://github.com/cryptozeny/sugarchain-v0.16.3/pull/48

cryptozeny commented 5 years ago

https://github.com/cryptozeny/sugarchain-v0.16.3/pull/65