Am 23. Dezember 2024 17:41:50 MEZ schrieb victorhck via openSUSE Factory <factory@lists.opensuse.org>:
Hello.
Just trying to compile yqpkg¹ the new package manager for openSUSE in my Tumbleweed machine
I have installed make, cmake and gcc.
But when I run make -f Makefile.repo in the cloned folder from GitHub I get this error message:
rm -rf build mkdir build; \ cd build; \ cmake .. -- The C compiler identification is GNU 14.2.1 -- The CXX compiler identification is unknown -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Error at CMakeLists.txt:22 (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! make: *** [Makefile.repo:21: configure] Error 1
Really stuck and don't know how to fix that.
I find it a bit strange when it is announced that yqpkg is to become the new package management tool and then there is not even a package in the obs. But well. I built it once. You can test it if you like. Under home:ecsos Or: opi yqpkg Regards Eric