kozyilmaz / zcash-apple

Zcash for Apple platforms
78 stars 21 forks source link

Build fails after latest commit in master #17

Closed rex4539 closed 6 years ago

rex4539 commented 6 years ago

Hi @kozyilmaz

Looks like the latest commit in master broke the build.

Using the rex4539 branch you created for me.

Hope it's an easy fix :)

consensus/upgrades.cpp:72:1: error: control may reach end of non-void function [-Werror,-Wreturn-type]
}
^
1 error generated.
make[5]: *** [consensus/libbitcoin_common_a-upgrades.o] Error 1

build.log

kozyilmaz commented 6 years ago

@rex4539 sorry for the delay, can you give it a try? enable-werror in build script is causing a lot of trouble for macOS and this is the first one. I removed enable-werror but also I'll go over all warnings and submit PR's along the way.

rex4539 commented 6 years ago

Compiled! Thanks again :)