Sebastian Pipping
Sebastian Pipping
> I have no objection to keeping the files in sync between the cmake and autotools build systems. So change both the autotools and cmake build systems to remove any...
@ryandesign PS: This problem is likely bigger than just libexpat: ```console # grep -l "CMAKE_SIZEOF_VOID_P.*8" /usr/lib64/cmake/*/*-config-version.cmake /usr/lib64/cmake/capstone/capstone-config-version.cmake /usr/lib64/cmake/check/check-config-version.cmake /usr/lib64/cmake/cmocka/cmocka-config-version.cmake /usr/lib64/cmake/dbusmenu-qt5/dbusmenu-qt5-config-version.cmake /usr/lib64/cmake/expat-2.6.2/expat-config-version.cmake /usr/lib64/cmake/fmt/fmt-config-version.cmake /usr/lib64/cmake/glslang/glslang-config-version.cmake /usr/lib64/cmake/kissfft/kissfft-config-version.cmake /usr/lib64/cmake/lapack-3.12.0/lapack-config-version.cmake /usr/lib64/cmake/libssh/libssh-config-version.cmake /usr/lib64/cmake/protobuf/protobuf-config-version.cmake /usr/lib64/cmake/pugixml/pugixml-config-version.cmake /usr/lib64/cmake/rnp/rnp-config-version.cmake /usr/lib64/cmake/rpm/rpm-config-version.cmake...
@ryandesign PPS: Or compiling twice is just the answer… ```console # grep -l "CMAKE_SIZEOF_VOID_P.*4" /usr/lib/cmake/*/*-config-version.cmake /usr/lib/cmake/expat-2.6.2/expat-config-version.cmake ```
> The examples you show above are from a system that has separate 32-bit (lib) and 64-bit (lib64) directories. The macOS filesystem is not arranged in that manner. There is...
Hi @ElinorCoding, for strict URI validation a la RFC 3986 I would like to point to pull request #577, in particular the comments that it is adding. I see two...
@ElinorCoding I have an update on validation of namespace URIs: First, I confirm the symptom: ```console # xmlwf -d /tmp/ -n -r /dev/stdin To conform to this specification, a processor...
@ElinorCoding with regard to validation of the XML version passed in the prolog: First, I confirm the symptom — neither version string "2.3" nor "1.1" are being rejected by Expat:...
@ElinorCoding thanks for the feedback! I have applied label "bug" now, adjusted the title to be about the XML version string only, and will leave it open for interested users...