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

cmake

  1. Udun

    Compiling Help after Compille TFS 1.4.1 with CMAKE

    Hello all! I'm having an issue after successfully compiling TFS 1.4.1 from here: Release The Forgotten Server 1.4.1 · otland/forgottenserver (https://github.com/otland/forgottenserver/releases/tag/v1.4.1) I compiled it with CMake on Windows 10. It seems to be having some problems establishing a...
  2. D

    Compiling TFS 1.6 on wsl ubuntu 24.04 returning cmake errors

    Hi folks, was compiling the new TFS 1.6 following the compiling instructions at Compiling on Linux & Mac OS X (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Linux-%26-Mac-OS-X-%28vcpkg%29) and got an erro I'm doing this on wsl ubuntu 24.04. After cloning the git repo for...
  3. Source

    OTClient OTClient adding an arbitrary library in CMake

    I tried adding a library I have stored in the directory libs using a temporary hack since I don't know CMake: set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -L ../libs -lmylib") If the name or directory is wrong it complains so it seems to be working... except I still get this error at the...
  4. Source

    Programmer Cross-compile OTClient from Linux to Windows PE/EXE using cmake

    Hey. I'm looking for a C++ developer interested in making vanilla OTClient cross-compilable from Linux to Windows PE/EXE using cmake or some other tool I suppose, but it must be using open source software/tools. Estimated budget: $200(+). Add me to discord or write here with an offer (I check...
  5. CoolBuys1290

    Please help me build Nekiro 7.72 server Ubuntu 20.04.

    I get this after running cmake .. -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking...
  6. CoolBuys1290

    How do I prevent weapons.cpp as necessary sourcefile in cmake ..

    How do I prevent weapons.cpp as necessary sourcefile in cmake .. There is no weapons.cpp file in the src directory. Here's what I get after cmake .. Make Error at CMakeLists.txt:41 (add_executable): Cannot find source file: /root/Nostalrius/src/weapons.cpp Please help. Thanks...
  7. P

    Compiling OTClient CMake Error Compile Windows

    Hello i have problem, when i generate in cmake i have this errors: CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMake was unable to find a build program...
  8. exzrael

    Compiling newest TFS (cmake error)

    Hello. I have a problem with server compilation. crashes error what should I do? CMAKE ERROR LOG Performing C++ SOURCE FILE Test COMPILER_KNOWS_STDLIB failed with the following output: Change Dir: /root/forgottenserver/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make"...
Back
Top