Я столкнулся с ошибкой при вводе
cmake ..
Вот ошибка:
Код: Выделить всё
jason@jason-HP-rp5800:~/logiops/build$ cmake ..
LogiOps Version Number: v0.3.3
-- Build shared library: OFF
-- Build static library: ON
/home/jason/logiops/src/logid/../ipcgull/src/include
-- systemd units will be installed at /lib/systemd/system
-- dbus system policy will be installed at /usr/share/dbus-1/system.d
-- Configuring done (0.1s)
CMake Error in src/logid/CMakeLists.txt:
Target "logid" requires the language dialect "CXX20" (with compiler
extensions). But the current compiler "GNU" does not support this, or
CMake does not know the flags to enable it.
-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
cmake ..
Подробнее здесь: https://stackoverflow.com/questions/783 ... e-on-linux