Hi Jules,
It seems it lacks those in the Z_PREFIX to compile with zlib 1.2.3
define inflatePrime z_inflatePrime
define inflateGetHeader z_inflateGetHeader
define adler32_combine z_adler32_combine
define crc32_combine z_crc32_combine
Thanks,
Hi Jules,
It seems it lacks those in the Z_PREFIX to compile with zlib 1.2.3
Thanks,
Ok, thanks - I’ll get those added…
That fixes it
I just had the same issue
Thanks =)
still had to add a few extra definitions for zlib static compilation… mainly internal stuff. Wish there was some kind of wrapper for the compress2 and crc32 functions so I could get rid of my zlib dependency