Hello,

I'm trying to compile SierraBreezeEnhanced for Plasma: https://github.com/kupiqu/SierraBreezeEnhanced

But I'm getting this error;

storm@universe ~/Downloads/SierraBreezeEnhanced-master/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:1 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
storm@universe ~/Downloads/SierraBreezeEnhanced-master/build $ 

Both cmake and cxx is installed. What could it be? IF I need to set the full path manually in Solus to the cmake, where would I go?

  • Have you installed the full development component with sudo eopkg it -c system.devel?

Have you installed the full development component with sudo eopkg it -c system.devel?

    EbonJaeger

    Thanks. Nope I did not, I picked the packages that the page suggested.