I finally worked out (with help from Steven!) how to fix the compilation of Qt6 with a newer gcc. I've rebuilt all the libs except qtwebengine and it seems to work. I'm not really expecting this to fix anything, but it simplifies my deve environment by allowing me to standardise on gcc 14.2.0.
https://smedley.id.au/tmp/qt6-6.2.9-gcc14-qtwebengine-6.2.6-os2-20240901.zip
I've started a build of qtwebengine - but given the compilation time, it will be a couple of days before I have this all fully rebuilt with gcc14.
Cheers,
Paul
Edit: 4 build breaks in the first ~2000 objects. Started with 25763 to go, now 23441 to go.
Edit2: 20,000 files to go... I'm sure it will break as soon as I stop watching
Hi Paul,
I just give it a try.
A link I tried several times with previous 6.2.9 resulted into a higher cpu and system froze (reboot)
Trying this link with this build, it crashed but no froze (not all time) !
Found following message which should not happen due this link works under firefox etc... :
js: Uncaught SecurityError: Blocked a frame with origin "
https://earthquakes.volcanodiscovery.com"
from accessing a frame with origin "https://...(link name remove)...". Protocols, domains, and ports must match.
This link is from under an integrated widget on the corresponding web site page.
valid cross-domain authorization not recognized ?
something to do with QWebEngineUrlScheme Class ?
May be resolving this error may allow to visit more web sites