Hi Tom,
thanks again, that indeed solved the issue.
Regards, Miroslav From: Tom Schoonjans <tom schoonjans me com>
Sent: Wednesday, September 6, 2017 1:22 PM To: Miroslav Rajcic Cc: gtk-osx-users-list gnome org Subject: Re: [gtk-osx-users] GTK2.x issue on macOS High Sierra Hi Miroslav,
It looks like the zlib you bundle with your app is too old as it doesn’t include the recently added symbol inflateValidate, which is used by recent versions of libpng (like the one that ships with High Sierra).
You will need to rebuild zlib and include the new dylib in your app.
Best,
Tom
|