Closed GWRon closed 2 years ago
mingw at discord:
??
So during compiling they receive ZLIB_VERNUM != PNG_ZLIB_VERNUM
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.
Think it was added with the updated in pub.mod/zlib.mod (latest commit as of now)
mingw at discord:
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.