I get a bunch of errors in zlib.h
about unknown type names, such as z_const
and z_crc_t
. Guessing there may be some file (where they are defined) not being included.
Why am I including zlib.h
? I need to include minizip in my project but it in-turn includes zlib.h
zlib version: 1.2.8
Turned out, I had renamed
zlib.h
in the SDK directory (at some point) as well. Renamed it back and now Xcode findszconf.h
in the local directory. Absurd absurd absurd. Stupid Xcode. Oh well, it works.@Ash