Open agarny opened 3 years ago
Just how I planned it. Did you follow the build instructions?
I guess they need updating then.
Yup! :)
If I remember, this was something that changed with using the pre-built libXml2 with (updated) VS 2019. @hsorby fixed it on my machine and then was presumably going to update the instructions ;-) It looks like I built my own libxml2 and zlib from the OpenCMISS-Dependencies sources.
I am trying to build libCellML on a "vanilla" version of Windows and, after installing libXml2, CMake allows me to fully configure libCellML (even though I don't have
zlib
on my system). This means that when I try to build libCellML, I eventually get told thatzlib.h
cannot be found (fromxmldoc.cpp
).