kozyilmaz / zcash-apple

Zcash for Apple platforms
78 stars 21 forks source link

build failed #3

Closed minecoins closed 6 years ago

minecoins commented 6 years ago

Unable to build on Sierra 10.12.6: ... CLONE coreutils CONFIG coreutils BUILD coreutils INSTALL coreutils CLONE gmp CONFIG gmp BUILD gmp INSTALL gmp CLONE mpfr CONFIG mpfr BUILD mpfr INSTALL mpfr CLONE mpc CONFIG mpc BUILD mpc INSTALL mpc CLONE isl CONFIG isl BUILD isl INSTALL isl CLONE gnugcc CONFIG gnugcc BUILD gnugcc INSTALL gnugcc CLONE zcash CONFIG zcash BUILD zcash make[1]: [build] Error 1 make: [zcash_all] Error 2

kozyilmaz commented 6 years ago

@minecoins Can you run one more time with the command below:

PRINT_DEBUG=y make all
minecoins commented 6 years ago

This program built for i386-apple-darwin11.3.0

kozyilmaz commented 6 years ago

@minecoins I am not sure but I guess "/Users/user/Applications/Sublime Text.app" is causing trouble because of the "space" in the install path. Is it possible for you to remove "Sublime Text" from PKG_CONFIG_PATH just for testing. Or uninstall it just to try?

I'll also try to reproduce it but I may be unreachable for a couple days.

minecoins commented 6 years ago

ok, you are right. works by now.

kozyilmaz commented 6 years ago

Proposed a patch: https://github.com/zcash/zcash/pull/2700

kozyilmaz commented 6 years ago

fixed, upstreamed via https://github.com/zcash/zcash/commit/c720d15c4516012f038d95b9d56cd6c720ad2f20