• 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 Configuration Error

Status
Not open for further replies.

Synth

Exalted Member
Hello,Emudevs!
Well long years ago i didn't compile my own core i forget everything but today i follow the tutorial that is maked by Emudevs how to compile your own core and then i have downloaded all links that you should have before you compile,Git 64 bit as for my OS,Cmake 32 Bit version 3.4.0 - rc1,and same for Openssl 32 bit as my OS is 64 bit but i think should work,and microsoft visual studio 2010.
Now the error is when i configurate on cmake ofc before i did this i choose my generator visual studio 10 2010 then once i click configurate i get this error:
There you go!
So i didn't know why i'm getting this error once everything of files installed are fine idkn if the versions of Cmake or OpenSSL should be 64 Bit,anyway so i hope that you can slove my problem to fix this error.

Thank you so much !
Synth !!
 

Abundant

Enthusiast
Download this version of cmake Here.
And Download Microsoft Visual Studios 2013 Update 4 for Desktop.

This should fix your problem.
 

Synth

Exalted Member
Download this version of cmake Here.
And Download Microsoft Visual Studios 2013 Update 4 for Desktop.

This should fix your problem.
Hope so just waiting for MVS 2013 download done then i reply what will happen with me.
Thank you for your help!
 

Abundant

Enthusiast
In the meantime do you have OpenSSL 32 bit and 64bit and also do you have the correct Boost Verison for Compiling

Since you will be Using MSVC 2013 you will Boost_1_59_0_12.0_32 and 64 bit .exe
 

Synth

Exalted Member
In the meantime do you have OpenSSL 32 bit and 64bit and also do you have the correct Boost Verison for Compiling

Since you will be Using MSVC 2013 you will Boost_1_59_0_12.0_32 and 64 bit .exe

Well i'm using OpenSSL 64 bit as my PC is 64 OS and cmake 32 bit,well i don't know anything about Boost Version for compiling anyway i'm still waiting my download done my internet country so slowly and this MVS 2013 7 GB but ye i saw this about boost here on emudevs waiting to see after download what problems i will get Boost
 
Last edited:

Hyperion

Founder
Well i'm using OpenSSL 64 bit as my PC is 64 OS and cmake 32 bit,well i don't know anything about Boost Version for compiling anyway i'm still waiting my download done my internet country so slowly and this MVS 2013 7 GB but ye i saw this about boost here on emudevs waiting to see after download what problems i will get Boost

You should have both 32/64bit OpenSSL and Boost Libraries
 

Synth

Exalted Member
So ye its mysql error i have downloaded mysql 5.6.27 and i run then i try to open cmake and build and still getting the same error.
Any idea?
 

Rochet2

Moderator / Eluna Dev
did you install mysql with the development libraries?
Where did you install it to? Maybe manually set the paths to cmake?
What TC rev are you at? - some slightly old ones had problems detecting mysql.
 

Synth

Exalted Member
did you install mysql with the development libraries?
Where did you install it to? Maybe manually set the paths to cmake?
What TC rev are you at? - some slightly old ones had problems detecting mysql.

Well i did not any install for Mysql i just go to MySQL siteMySQL5.6 and i have downloaded this mysql version via ZIP and i just extract files to desktop and i run mysql then i go to build again i get the same error.
Well i change my cmake version to 2.8.12 cz i don't what happen to 3.3.2 once i try to open it it told me can't find path and i already use it before one day but i don't think version may cause anyproblems.Well i'm using the latest trinity core rev Github TrinityCoreso what's the problem
 

Synth

Exalted Member
You can locate path of Mysql Manually on Cmake. I always got this prob because my MySQL is not on C:

Well ye i just move it and cmake now fine but the problem once making world table right now and running the latest TDB_full_world_335.59_2015_07_14 version on world i get this error always at same line and also i don't know why it told me MYSQL stopped:
TDB Error
So any idea about that?
 

Abundant

Enthusiast
Well i didn't get boost errors now i have downloaded both openssl OS and i get this error talk about MySQL errors i don't know why:
MySQL Cmake Error

Download these

Once Download Create a folder in your C: Drive Depending on which version you are compiling (32bit or 64bit) Place the Include file in this folder and the lib_32 or lib_64. Also make sure that you download and installed Mysql Community Edition.

Or Manually Look up each file.

Here is a picture of what mine looks like.

1cdb229955b0fc2640f5bddec006ee57.png
 
Last edited:
Status
Not open for further replies.
Top