• 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] Cmake Errors

Status
Not open for further replies.

Xele

Enthusiast
OS: Linux ubuntu 14.04
commit hash: 0892c71a16a1fc01822946bdb006eff5bdec9315
while run cmake getting these errors ...

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ACE_INCLUDE_DIR (ADVANCED)
used as include directory in directory /root/wow/source/src/server/shared
used as include directory in directory /root/wow/source/src/server/shared
used as include directory in directory /root/wow/source/src/server/shared
used as include directory in directory /root/wow/source/src/server/game
used as include directory in directory /root/wow/source/src/server/game
used as include directory in directory /root/wow/source/src/server/game
used as include directory in directory /root/wow/source/src/server/collision
used as include directory in directory /root/wow/source/src/server/collision
used as include directory in directory /root/wow/source/src/server/collision
used as include directory in directory /root/wow/source/src/server/authserver
used as include directory in directory /root/wow/source/src/server/authserver
used as include directory in directory /root/wow/source/src/server/authserver
used as include directory in directory /root/wow/source/src/server/scripts
used as include directory in directory /root/wow/source/src/server/scripts
used as include directory in directory /root/wow/source/src/server/scripts
used as include directory in directory /root/wow/source/src/server/worldserver
used as include directory in directory /root/wow/source/src/server/worldserver
used as include directory in directory /root/wow/source/src/server/worldserver
ACE_LIBRARY (ADVANCED)
linked by target "shared" in directory /root/wow/source/src/server/shared
linked by target "authserver" in directory /root/wow/source/src/server/authserver
linked by target "worldserver" in directory /root/wow/source/src/server/worldserver

-- Configuring incomplete, errors occurred!
See also "/root/wow/source/build/CMakeFiles/CMakeOutput.log".
See also "/root/wow/source/build/CMakeFiles/CMakeError.log".
 

Rochet2

Moderator / Eluna Dev
ACE is not used anymore at all by TC so I can only assume there is some cache in cmake or similar or your sources are not what you say they are.
Not sure though as I have little to none experience with linux and cmake on linux
 

Xele

Enthusiast
ACE is not used anymore at all by TC so I can only assume there is some cache in cmake or similar or your sources are not what you say they are.
Not sure though as I have little to none experience with linux and cmake on linux

i know about ACE is not used anymore, but the boost version is very unstable on Linux, so i need to be on ACE Version, i have deleted the build folder, but still errors exist
 

Hyperion

Founder
i know about ACE is not used anymore, but the boost version is very unstable on Linux, so i need to be on ACE Version, i have deleted the build folder, but still errors exist

Did you install ACE as the user or did you 'sudo make install'
 
Status
Not open for further replies.
Top