kozyilmaz / zcash-apple

Zcash for Apple platforms
78 stars 21 forks source link

How to debug #10

Closed Tomas-M closed 6 years ago

Tomas-M commented 6 years ago

Hello, when I run make, it works for about 30 minutes, builds all tools, and then fails with simple one line error, like [build] Error 1

Is there any way I could see logs, or enable debug output? So I could see where is it failing. Thank you

kozyilmaz commented 6 years ago

Sure, you can try $ PRINT_DEBUG=y make all

Tomas-M commented 6 years ago

Awesome, thank you, maybe this should be documented in the readme. Closing ticket :)

kozyilmaz commented 6 years ago

Exactly @Tomas-M, will be closing this issue with that commit. Are you able to solve it?

kozyilmaz commented 6 years ago

Added debug info command to README: https://github.com/kozyilmaz/zcash-apple/commit/70b0ca2b6855093611195e9dd57abb28f96dccaa

Tomas-M commented 6 years ago

Yes it works. Thank you!