• 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. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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