News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Migrate CodeBlocks IDE mingw64 toolchain to MinGW 9.0.0

Started by cbUser121, June 11, 2021, 02:53:44 PM

Previous topic - Next topic

cbUser121

Hello,

i'm trying to learn C++17, compile my code with <execution> and <filesystem> headers under Windows operation system and i have issues with it. I find out that this issues may be caused by MinGW64 version.
1) <execution> header not found in toolchain include directory.
2) <filesystem> compilation fails, you can just try to include it. ​

Could you please tell, when C::B will support last mingw64 version? (9.0.0). I really dont want to install Visual Studio on my mashine :(

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

AndrewCot

cbUser121, I find that MSYS2 is easier to install and update than Mingw64 as MSYS2 includes the pacman package manager and is updated with new packages very often (every few days).