bmx-ng / image.mod

Image handlers
0 stars 2 forks source link

[png.mod] ZLIB_VERNUM != PNG_ZLIB_VERNUM #13

Closed GWRon closed 2 years ago

GWRon commented 2 years ago

mingw at discord:

?? image


So during compiling they receive ZLIB_VERNUM != PNG_ZLIB_VERNUM

I think it might be connected to these: https://github.com/zlib-ng/zlib-ng/issues/1174 and https://groups.google.com/g/fltkgeneral/c/Tjtaqrp97Jk/m/yLD_JyZhBwAJ

Which indicate that it happens on Windows + newer MinGW installments. And that a potential solution is, to define that libpng uses a provided zlib, not a "system wide" one.

GWRon commented 2 years ago

Think it was added with the updated in pub.mod/zlib.mod (latest commit as of now)