Si usas Manjaro, Arch o derivados y has intentado instalar algo desde AUR, lo mismo te aparece un mensaje parecido a este:
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_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
==> ERROR: Se produjo un fallo en build().
Cancelando...
Bueno, sin entrar en muchos detalles, se debe a que faltan algunas librerías de compilación.
Solución:
sudo pacman -S base-devel
Ya podrás instalar sin problemas, tanto desde terminal como de la herramienta gráfica.
¡Fácil, verdad?
No hay comentarios:
Publicar un comentario