musikcube icon indicating copy to clipboard operation
musikcube copied to clipboard

CMAKE_C_COMPILER-NOTFOUND

Open MKwareContributions opened this issue 3 years ago • 1 comments

Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. Compiler: CMAKE_C_COMPILER-NOTFOUND Build flags: Id flags:

The output was: No such file or directory

OS: OpenSUSE Tumbleweed 5.12.9

MKwareContributions avatar Jun 12 '21 12:06 MKwareContributions

Sounds like you don't have a C compiler installed. You can install g/g++ with sudo zypper install gcc-c++ and try to compile again.

clangen avatar Jun 18 '21 03:06 clangen