GNOME Bugzilla – Bug 596195
Errors in parserInternals.h when compiling, assumed to have one element
Last modified: 2017-09-07 18:13:02 UTC
When compiling with MinGW, it shows these errors in parserInternals.h: ./include/libxml/parserInternals.h warning: array 'xmlStringText' assumed to have one element warning: array 'xmlStringTextNoenc' assumed to have one element warning: array 'xmlStringComment' assumed to have one element
First it's a warning, not an error. Second you can't declare publicly an array of bytes resource without having to explicitely define it ? Sounds gross, and works with all other compilers libxml2 had been compiled with for the last 7-8 years or so .... I'm inclined to get an official response from a gcc maintainer before accepting this as a bug in libxml2. Daniel