Am 27.10.25 um 09:08 schrieb Kornel Benko:
It seems distcheck is now broken: make[6]: Entering directory '/home/lyx/distcheck/3rdparty/zlib' make[6]: *** No rule to make target '1.3.1/zconf.h', needed by 'distdir-am'. Stop One can delete the offending line in makefile, but I see zconf.h.in files around so maybe it's just not properly created via configure anymore?
It is generated, but in the build directory. zconf.h should have never been shipped. In fact I do not know which file did win with the old zlib version, because the CMake code that moves a possibly existing zconf.h in the source directory out of the way was broken (missing adjustments to the changed directory structure, in the original zlib distribution CMakeLists.txt is in the same directory as the sources, not one level up).
We do not need this file in sources, ==> 3rdparty/zlib/Makefile.am has to be updated.
I did that. Thanks Pavel for checking! Georg -- lyx-devel mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-devel
