Fsu0413 / QtCompile

Personal build of Qt5 onwards, with SSL builtin. Multiple configuration available.
https://build-qt.fsu0413.me/
101 stars 12 forks source link

Any plans to Upgrade to gcc 13.3.0 from gcc 13.2.0? #30

Open harshn05 opened 3 months ago

harshn05 commented 3 months ago

Are there any plans to upgrade the Qt builds from GCC 13.2.0 to GCC 13.3.0?

or

Is it possible to link a Qt build compiled with GCC 13.2.0 with code compiled using a higher version of GCC, such as 13.3.0?

Fsu0413 commented 3 months ago

Are there any plans to upgrade the Qt builds from GCC 13.2.0 to GCC 13.3.0?

I'm assuming you are referring to MinGW builds. I'm using MinGW built from this repository. https://github.com/niXman/mingw-builds-binaries/releases

If they are not building MinGW w/ GCC 13.3.0 we won't either.

Is it possible to link a Qt build compiled with GCC 13.2.0 with code compiled using a higher version of GCC, such as 13.3.0?

MinGW provides no binary compatibility. Although it might be possible no one guarantees it.

harshn05 commented 2 months ago

MinGW builds from niXman have recently released the GCC 14 series. Looking forward to the updated Qt binaries.

Fsu0413 commented 2 months ago

MinGW builds from niXman have recently released the GCC 14 series. Looking forward to the updated Qt binaries.

My computher failed and I am too lazy to fix it. No more release is planned before October 1st.

Reopen since it should be resolved later.