AlexMercer777
Member
- Joined
- Sep 30, 2019
- Messages
- 41
- Reaction score
- 10
-- Running vcpkg install - failed
CMake Error at /home/usur/vcpkg/scripts/buildsystems/vcpkg.cmake:953 (message):
vcpkg install failed. See logs for more information:
/home/usur/otclient/build/linux-release/vcpkg-manifest-install.log
Call Stack (most recent call first):
/usr/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:146 (include)
CMakeLists.txt:32 (project)
CMake Error: CMake was unable to find a build program corresponding to "Ninja". 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!
I'm working on it, please wait a few minutes
it seems to need an classic version of cmake, im intalling it
It's a really silly mistake; you need to add these commands to the dependencies. Reading the logs, I realized it was simply a matter of installing:
Here's the command for Debian/Ubuntu:
For other distributions, install them one by one if you don't know how to do it all at once.
CMake Error at /home/usur/vcpkg/scripts/buildsystems/vcpkg.cmake:953 (message):
vcpkg install failed. See logs for more information:
/home/usur/otclient/build/linux-release/vcpkg-manifest-install.log
Call Stack (most recent call first):
/usr/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:146 (include)
CMakeLists.txt:32 (project)
CMake Error: CMake was unable to find a build program corresponding to "Ninja". 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!
Post automatically merged:
I'm working on it, please wait a few minutes
Post automatically merged:
it seems to need an classic version of cmake, im intalling it
Post automatically merged:
It's a really silly mistake; you need to add these commands to the dependencies. Reading the logs, I realized it was simply a matter of installing:
autoconf autoheader aclocal automake libtoolize.Here's the command for Debian/Ubuntu:
sudo apt install autoconf autoheader aclocal automake libtoolizeFor other distributions, install them one by one if you don't know how to do it all at once.
Last edited: