• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Eluna compile error

Status
Not open for further replies.

wowkillaz

Respected Member
im trying to compile eluna with Cmake 2.8 but im getting some errors like :

CMake Error at cmake/macros/FindBoost.cmake:1115 (message):
Unable to find the requested Boost libraries.

Boost version: 1.57.0

Boost include path: K:/Program Files/boost/boost_1_57_0

Could not find the following static Boost libraries:

boost_system
boost_thread
boost_program_options

No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
cmake/macros/ConfigureBoost.cmake:28 (find_package)
CMakeLists.txt:60 (include)

can some1 explain what should i do to fix this ?


thanks in advance.!!
 
Last edited:

kolakocide

Super Baked
To set the path, copy the Bin directories location and edit it in your Windows paths so I can successfully find Boost and initiate it in CMake.
 
Status
Not open for further replies.
Top