Closed SebastianKeller closed 8 years ago
I've found some hints on HN: https://news.ycombinator.com/item?id=11069570
kengonakajima 15 days ago
Build fails in Yosemite inside zlib. I forked it and trying to fix it.. Anyone did?
joeld42 13 days ago
I don't really understand their build system so not sure how to fix this cleanly but I added:
#define NOCRYPT (1) #define NOUNCRYPT (1)
at the top of./third_party/zlib/src/contrib/minizip/zip.c
andunzip.c
And that got past the zlib errors on yosemite and built some of the demos (I will post some screenshots on twitter @joeld42, but it's just boxes and stuff). [...]
This is done in the latest push.
Currently, the iOS build is not successful.
I'm running this command:
python build.py -o ios -c Release
using the compiler provided by Xcode (Version 7.2)
and getting the following error message:
Cheers