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

compilation on Linux Otclient

PanSpeedy

New Member
Joined
Mar 12, 2011
Messages
20
Reaction score
0
Hello need help, I can not find a package that will allow me to correct compilations, maybe someone knows how to solve the problem of my

co za chuje nikt nie pomoże

cmake ..
-- Link to static libraries: ON
-- Build type: RelWithDebInfo
-- Build commit: devel
-- Build revision: 0
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1194 (message):
Unable to find the requested Boost libraries.

Boost version: 1.49.0

Boost include path: /usr/include

The following Boost libraries could not be found:

boost_thread
boost_filesystem
boost_chrono

Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
src/framework/CMakeLists.txt:209 (find_package)
CMakeLists.txt:12 (include)


CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
Could NOT find Lua (missing: LUA_LIBRARY LUA_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
src/framework/cmake/FindLua.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
src/framework/CMakeLists.txt:221 (find_package)
CMakeLists.txt:12 (include)


-- Configuring incomplete, errors occurred!
 
Last edited:
Back
Top