• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

OTClient (Solve) Can't compile OTClient because of Ninja Cmake error

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!
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 libtoolize

For other distributions, install them one by one if you don't know how to do it all at once.
 
Last edited:

Similar threads

Back
Top