wsdfhjxc / virtual-desktop-bar

A pager panel widget for KDE Plasma
GNU General Public License v3.0
326 stars 29 forks source link

CMake error on Manjaro 5.9.16-1 #52

Open Rogan0101 opened 3 years ago

Rogan0101 commented 3 years ago

Im getting this message after several attempts of installing install-applet.sh via Konsole:

_CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXXCOMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! See also "/home/gestalt/Downloads/virtual-desktop-bar/build/CMakeFiles/CMakeOutput.log".

I have already run ./scripts/install-dependencies-arch.sh

AmTeja commented 3 years ago

Having the same issue on Archlinux fresh install.

Edit: Fixed it by installing make package using "sudo pacman -S make".

lasers commented 3 years ago

Users on Arch are expected to have base-devel installed if they want to use AUR and/or to compile packages from source.

Arch User Repository - https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites Creating packages - https://wiki.archlinux.org/index.php/Creating_packages#Prerequisite_software

This issue can be closed.