It is that time of year again :-)
José Matos
jaomatos at gmail.com
Thu Nov 23 11:28:47 UTC 2023
On Wed, 2023-11-22 at 22:03 +0100, Jean-Marc Lasgouttes wrote:
> Does it mean that the annoying warning with QByteArray that we get
> with
> gcc 13 is fixed in Qt 6.6 or that it is fixed in gcc 14?
>
> JMarc
As far as I can see, yes.
With that said I could say that those issues are hidden to haunt us
later, but then that would be Halloween (so I would be in the wrong
holiday :-) ).
FWIW I was (pleasantly) quite surprised with the result.
Of course we still have Christmas. :-)
"""
“Why do programmers always mix up Halloween and Christmas?”
“Because Oct 31 = Dec 25.”
"""
In the interest of full disclosure I should say that I can not run the
resulting executable:
$ src/lyx
src/lyx: /lib64/libstdc++.so.6: version `CXXABI_1.3.15' not found
(required by src/lyx)
The one that I have installed in the system only provides until 1.3.14.
Oh, scratch that, I can override the library load path.
I did not do this for a long time so I forgot the right recipe:
$ LD_LIBRARY_PATH=/opt/gcc-latest/lib64/ src/lyx
works as it should.
--
José Abílio
More information about the lyx-devel
mailing list