Re: error compiling libxml2-2.9.9 with MinGW with MSYS

Nick Wellnhofer <[email protected]> Sun, 12 May 2019 19:55:46 +0200
Newsgroups gmane.comp.gnome.lib.xml.general
Message-ID <[email protected]>
On 12/05/2019 19:15, Test User via xml wrote:
> ../libxml2-2.9.9/nanohttp.c:915:28: error: 'F_GETFL' undeclared (first
> use in this function)
>       if ((status = fcntl(s, F_GETFL, 0)) != -1) {
>                              ^~~~~~~

Should be fixed with this commit from January:

https://gitlab.gnome.org/GNOME/libxml2/commit/d3de75782504c9136e504c6356bbae52fedf17e5

Nick