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

OTClient compiling

Noupz

New Member
Joined
Jul 13, 2010
Messages
126
Reaction score
1
I tried all the compiling ways shown on github, they all give an error, can someone compile these edited sources of mine, please?
Is for windows
 

Attachments

Last edited:
On codeblock try:

1.png
Lua:
The C compiler identification is GNU 6.3.0
The CXX compiler identification is GNU 6.3.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/MinGW/bin/gcc.exe - skipped
Detecting C compile features
Detecting C compile features - done
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/MinGW/bin/c++.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Link to static libraries: ON
Build type: RelWithDebInfo
Build commit: devel
Build revision: 0
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 for pthread_create in pthread
Looking for pthread_create in pthread - not found
Check if compiler accepts -pthread
Check if compiler accepts -pthread - no
Found Threads: TRUE 
CMake Error at C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Boost (missing: system thread filesystem) (found suitable
  version "1.64.0", minimum required is "1.48.0")
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files/CMake/share/cmake-3.25/Modules/FindBoost.cmake:2376 (find_package_handle_standard_args)
  src/framework/CMakeLists.txt:202 (find_package)
  CMakeLists.txt:12 (include)


Configuring incomplete, errors occurred!
See also "C:/Users/Henrique/Desktop/server/compiled/CMakeFiles/CMakeOutput.log".
See also "C:/Users/Henrique/Desktop/server/compiled/CMakeFiles/CMakeError.log".




On VS try:
2.png
 
Never used codeblock but in the "VS" you are using windows powershell not visual studio... I will suppose you are having problems installing or updating your vcpkg, but if you follow the guide it just works ootb
 
Back
Top