Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during compilation on Windows #312

Closed
ghost opened this issue Apr 3, 2013 · 1 comment
Closed

Error during compilation on Windows #312

ghost opened this issue Apr 3, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 3, 2013

I followed this steps https://github.com/edubart/otclient/wiki/Compiling-on-Windows. CMake returns me this error:

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!
@TheAifam5
Copy link

You must download prebuild libraries.
Boost: http://boost.teeks99.com/
GLEW(for windows - prebuild library, for other systems - must compile or use repository): http://glew.sourceforge.net/
PHYSFS(you must compile): http://icculus.org/physfs/

OR use: https://github.com/downloads/edubart/otclient/otclient-libs_mingw32-dwarf2.zip for MinGW (have all require libraries to compile OTClient)

@edubart edubart closed this as completed Apr 3, 2013
alfuveam pushed a commit to alfuveam/otclient that referenced this issue Sep 3, 2022
…red (edubart#312)

* Fix Encryption by default + adds switch to disable encrypting if desired

- added by default to use ENCRYPTION_PASSWORD if nothing specified
- added ENABLE_ENCRYPTION_BUILDER so you can just disable encryption builder
- fixed typo in main.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants