Hi, Building apr-util with a recent libexpat2 (2.2.4) requires referencing an additional .c file on Windows. The attached patch fixes the CMake build. Perhaps somebody more experienced with CMake can create a patch that would be compatible with older and newer versions.
Note that including this file on other platforms is safe. It will just be an almost empty file on those platforms. Bert -- Inline version: Index: CMakeLists.txt =================================================================== --- CMakeLists.txt (revision 1811061) +++ CMakeLists.txt (working copy) @@ -221,6 +221,7 @@ xml/expat/lib/xmlrole.c xml/expat/lib/xmltok.c xml/expat/lib/xmlparse.c + xml/expat/lib/loadlibrary.c ) SET(install_targets)
201710-recent-expat.patch
Description: Binary data