The cmake build scripts set HAVE_ZLIB when atttempting to build with_zlib. The existing autogen/configure build uses HAVE_LIBZ. Hence, the C #define is not enabled. The following changes fix this:
./config-cmake.h.at line 40: #cmakedefine HAVE_LIBZ
./cmake/config_checks.cmake at line 37:
set(HAVE_LIBZ 1)
Thank you for reaching out. If you wouldn’t mind applying it, I would be grateful.
I have a substantial rewrite of the MacOS code for the Graphviz.app (updated for ARC, other Objective-C features since Snow Leopard, etc.), built on Sonoma with Xcode 15).
Aside from the source code changes, would there be other MacOS specific updates of value I could look into?
Thank you,
Keefe (zosmac)