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

Error during compilation on Windows

Status
Not open for further replies.

sn3ejk

This account is inactive.
Joined
Nov 16, 2011
Messages
2,121
Solutions
1
Reaction score
145
I followed this steps https://github.com/edubart/otclient/wiki/Compiling-on-Windows. CMake returns me this error:
Code:
Link to static libraries: ON
Build type: RelWithDebInfo
Build commit: devel
Build revision: 0
CMake Error at G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1192 (message):
  Unable to find the requested Boost libraries.

  Unable to find the Boost header files.  Please set BOOST_ROOT to the root
  directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  Boost's headers.
Call Stack (most recent call first):
  src/framework/CMakeLists.txt:207 (find_package)
  CMakeLists.txt:12 (include)


LuaJIT: OFF
Could NOT find PHYSFS (missing:  PHYSFS_INCLUDE_DIR) 
Debug information: ON
Crash handler: ON
CMake Error at G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  Could NOT find GLEW (missing: GLEW_INCLUDE_DIR)
Call Stack (most recent call first):
  G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
  src/framework/cmake/FindGLEW.cmake:15 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  src/framework/CMakeLists.txt:315 (find_package)
  CMakeLists.txt:12 (include)


Configuring incomplete, errors occurred!
 
I followed this steps https://github.com/edubart/otclient/wiki/Compiling-on-Windows. CMake returns me this error:
Code:
Link to static libraries: ON
Build type: RelWithDebInfo
Build commit: devel
Build revision: 0
CMake Error at G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1192 (message):
  Unable to find the requested Boost libraries.

  Unable to find the Boost header files.  Please set BOOST_ROOT to the root
  directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  Boost's headers.
Call Stack (most recent call first):
  src/framework/CMakeLists.txt:207 (find_package)
  CMakeLists.txt:12 (include)


LuaJIT: OFF
Could NOT find PHYSFS (missing:  PHYSFS_INCLUDE_DIR) 
Debug information: ON
Crash handler: ON
CMake Error at G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  Could NOT find GLEW (missing: GLEW_INCLUDE_DIR)
Call Stack (most recent call first):
  G:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
  src/framework/cmake/FindGLEW.cmake:15 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  src/framework/CMakeLists.txt:315 (find_package)
  CMakeLists.txt:12 (include)


Configuring incomplete, errors occurred!
i had exactly the same thing. For the time being i use the snapshot but i couldn't compile it on windows either :S
 
Status
Not open for further replies.
Back
Top