Fuzion icon indicating copy to clipboard operation
Fuzion copied to clipboard

help to fix error at CMakeLists.txt

Open hadishahvand opened this issue 5 years ago • 1 comments

hi. when i use ./build fuzion, first line:

CMake Warning at CMakeLists.txt:7 (message): GCC >=9.0 is recommended. Users were having some problems. See https://github.com/LWSS/Fuzion/wiki/Updating-your-compiler if you need instructions.

and fuzion not working.

and see this link https://github.com/LWSS/Fuzion/wiki/Updating-your-compiler but have recevied this error:

Screenshot from 2021-01-22 01-26-51

how to fix this porblem? thanks.

hadishahvand avatar Jan 21 '21 21:01 hadishahvand

Try to run the following commands sudo apt update
sudo apt install build-essential
Check the version of gcc compiler using gcc --version

tskxz avatar Jan 27 '21 14:01 tskxz