On Wed, 21 Jun 2017 10:08:11 +0000 Stefan Csomor wrote:
SC> > Also, even zlib is on GitHub nowadays, so it might be worth reporting the
SC> > problem at
https://github.com/madler/zlib, ideally after checking that it's
SC> > not due to any changes done in our tree, of course.
SC>
SC> I’ve just downloaded the current release and I see there’s a bug in our
SC> version that has to be fixed anyway
SC>
SC> “Due to the bug fixes, any installations of 1.2.9 or 1.2.10 should be
SC> immediately replaced with 1.2.11.”
FWIW I've looked at the changes and am almost sure this is not going to
fix the problem with missing unistd.h inclusion anyhow, there is nothing
relevant in "git diff v1.2.10 v1.2.11".
SC> should I update and commit the changes – directly or via pull request ?
Sure, let's update it. Unfortunately I don't think we have any up to date
instructions for doing this, the ones in
docs/contributing/how-to-update-third-party-library.md are still for svn
(and so need to be updated themselves...) and I'm not sure how did Cătălin
did this the last time (
https://github.com/wxWidgets/wxWidgets/pull/380).
Ideally I'd like to switch to using submodules for third party libraries,
but, as usual, I don't have time to do this right now :-(
Thanks,
VZ