master compile errors gzlib?

Yu Jin technikmagma at gmail.com
Mon Dec 5 21:15:18 UTC 2022


Am Mo., 5. Dez. 2022 um 10:39 Uhr schrieb Pavel Sanda <sanda at lyx.org>:

>
> Given that on major linux distributions will still link against qt5
> I think stikcing for 2.4 with Qt 5 is just fine...


I think my curiosity helped here :)

So I found out that there is different version of zlib in the Qt versions,
the working Qt has a version 1.2.11 (I can see it in the zlib.h in e.g.
C:\Qt\6.3.1\msvc2019_64\include\QtZlib folder and the broken Qt Versions
have 1.2.12 or 13.
I digged a bit more and found that our projects in Visual Studio include
those QtZlib folders for some reason:
and lyx's zlib folder gets included further below which means it has lower
priority. If I just remove the QtZlib include from the project, compilation
works. Can we do something in CMake here so that QtZlib is not included?

--
  Eugene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20221205/2ef3a2ef/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 117768 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20221205/2ef3a2ef/attachment-0001.png>


More information about the lyx-devel mailing list