gammasoft71 / xtd

Free open-source modern C++17 / C++20 framework to create console, GUI (forms like WinForms) and unit test applications and libraries on Microsoft Windows, Apple macOS and Linux.
https://gammasoft71.github.io/xtd
MIT License
737 stars 58 forks source link

[BUG] Installing xtd in Arch Linux #199

Closed KaimDev closed 1 year ago

KaimDev commented 1 year ago

Problem installing xtd on Arch Linux

Terminal log attached. https://sharetext.me/2hcsszrenb

Desktop

gammasoft71 commented 1 year ago

I will install a toolchain with gcc 12 to check and correct the problem.

gammasoft71 commented 1 year ago

Remarks

Before rerunning the installation, delete the build folder :

rm -rf ./build
gammasoft71 commented 1 year ago

I installed a tool chain with gcc 12 and fixed the problem.