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

Compiling errors

Status
Not open for further replies.

Ghostcrawler336

Epic Member
Hello,

I recently tried to compiled eluna 2.4.3 core from the github page, but I ran into a few compiling errors I'll list a picture below.

I'm compiling using visual studio 2013.

8bXBmSN.png
 

uDev

Illustrious Member
It looks like Ace did not compile or you are missing permissions for that folder where is it located?
 

Rochet2

Moderator / Eluna Dev
I had this issue when compiling on windows with cmake generated files.
Try not to use cmake and use the ready generated solutions in win folder.

cmake is not intended by mangos to be used on windows platform.
 

Ghostcrawler336

Epic Member
I had this issue when compiling on windows with cmake generated files.
Try not to use cmake and use the ready generated solutions in win folder.

cmake is not intended by mangos to be used on windows platform.

Hmm, that would explain why I keep getting errors. I'll try that out. Do you know if I can still compile using visual studio 2013, or do I need to download a early version?
 

Rochet2

Moderator / Eluna Dev
Hmm, that would explain why I keep getting errors. I'll try that out. Do you know if I can still compile using visual studio 2013, or do I need to download a early version?

VS upgrades the project files for you so you can build any earlier with newer.
But you can ofc get the 2012 or 2010 and build with those.
Note that upgrading edits the files and you will have edits showing in git if you do git status.

I have been working on mthread branch so I havent checked, but salja mentioned about mangos adding VS 2013 support, or salja just did.
Seems its on mangos wotlk only atm.
 

Ghostcrawler336

Epic Member
VS upgrades the project files for you so you can build any earlier with newer.
But you can ofc get the 2012 or 2010 and build with those.
Note that upgrading edits the files and you will have edits showing in git if you do git status.

I have been working on mthread branch so I havent checked, but salja mentioned about mangos adding VS 2013 support, or salja just did.
Seems its on mangos wotlk only atm.

Hmm alright, I'm downloading a early version of visual studios anyways. So I'll report back if it works for me or not.
 
Status
Not open for further replies.
Top