I would like to make Haiku my main development platform for some of my projects, however I need a C++20 compliant compiler. There are other issues but the compiler is the main blocker. On Linux (SUSE Linux), I am currently using g++ version 10.2.1.
The latest version available in the HaikuDepot is g++ 8.3.0. I took a look at what may be needed to create a new g++ recipe/package and I think I can build something locally.
But what else is needed?
- Does the current g++ recipe include the linker or is that separate?
- What about the C++20 compliant headers?
Any help or links to information would be appreciated.