Fixed warning with type cast
I had a bug in my script that caused the failure in my last comment. I've actually confirmed the same exact 5 tests fail on both 2.13.x and 2.14.x. I've confirmed that the tip of all branches from 2.9.x to 2.12.x past the test suite without issue and the change in 2.13.x is the same as reported in #134. XMLStarlet fails with the following error on those tests: couldn't read file '-' - - invalid
I suspect these issues are related to issue #134. Testing with libxml2-2.14.5, nearly the entire test suite fails.
I suspect these issues are related to issue #134. Testing with libxml2-2.14.5, nearly the extire test suite fails.
I am able to replicate that issue on my set-up with libxml 2.13.8. I tried testing with the latest release of each minor branch. The versions 2.9.14, 2.10.4, 2.11.9, and 2.12.10 worked as expected. However 2.13.8 and 2.14.5 failed similarly. 2.14.5 also printed out "unable to open -". Will investigate this further.
Fix cross-compile build for mingw32
Revert "Apply fix-ups needed for dependencies to compile on modern compiler"
Bump versions of dependencies for mingw builds