Closed genedna closed 3 months ago
Which OS were you compiling the ztm on? We'll give a try on that OS. Thanks!
This is known bug of Zlib 1.3. Workaround is to use LLVM < 16
NB: Bug has been fixed in Zlib 1.3.1 and We will be upgrading pipy dependency to that version soon.
use zig build system can resolved this issues.
@genedna Hi, we've bump up zlib to 1.3.1. Should have solved this problem. Please give a try.
pipy commit id: 370bf9aff8650fd7c7e930bbfbfcb4edbf433b36
During the compilation of zlib version 1.3 as a dependency in our project, multiple warnings and errors were generated related to macro redefinitions and macro expansions conflicting with standard library headers.