Re: [PATCH] variables need 'extern' in static lib on Cygwin

Nick Wellnhofer <[email protected]> Sat, 22 Sep 2018 15:58:13 +0200
Newsgroups gmane.comp.gnome.lib.xml.general
Message-ID <[email protected]>
On 17/09/2018 10:59, Michael Haubenwallner wrote:
> While the dllimport/dllexport macros now work for Cygwin, using the
> static library still requires variables to be declared as 'extern'.
> This is a regression of c65c9e8ee07e2dab0647392c2bd1795a5bc99829,
> found+fixed by Bruno Haible using static libxml embedded in gettext.

Thanks. Patch applied here:

https://gitlab.gnome.org/GNOME/libxml2/commit/73b2417c5148af1f89708031b4bf96f40d1195e0

And for libxslt:

https://gitlab.gnome.org/GNOME/libxslt/commit/dfa1bdceaef73a404d1c6efe58c3618493b36afb

Nick