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

EpiNemx

Respected Member
I am trying to compile the eluna engine

However when I compile I end up with:

Code:
11>     Creating library ..\..\bin\Win32_Release\realmd.lib and object ..\..\bin\Win32_Release\realmd.exp
11>  realmd.vcxproj -> C:\Mangos\mangos\win\VC100\..\..\bin\Win32_Release\realmd.exe
11>          1 file(s) copied.
12>------ Build started: Project: mangosd, Configuration: Release Win32 ------
12>C:\Mangos\mangos\win\VC100\game.vcxproj(186,5): error MSB4067: The element <#text> beneath element <ClCompile> is unrecognized.
========== Build: 11 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I used the the eluna repository and zipped it up, pasted it in my mangos folder where the other files are that I took from the github (bash).

After I compiled I got that posted above, the realmd.exe part is having troubles and the mangosd.exe part is not showing up in the win/release folder either so I guess that got borked aswell.

Hope you guys can help me out


Thanks,
Epi.
 

Rochet2

Moderator / Eluna Dev
Are you using mangos or cmangos?
Where exactly did you place the eluna files? And I assume you mean you had the files unzipped when they were in the source folders for compiling.

An easy workaround would be to try VS2013 or maybe VS2012.
 

EpiNemx

Respected Member
cMangos, and I am using VS2010. Any fixes for that? And yes, downloaded as zip, then unzipped.

Edit; the source cmangos is in C:/mangos/mangos, i just pasted all the entire eluna files there and allowed to overwrite.


Edit2;
I cant use vs2013, it says the version requires a newer version of windows, even tho I have w7.
And as for vs2012, I cant find any links for that. :(
 
Last edited:

Rochet2

Moderator / Eluna Dev
Where did you download the cmangos source from?
What rev are you on / when did you download it?
 

EpiNemx

Respected Member
Where did you download the cmangos source from?
What rev are you on / when did you download it?


I downloaded cmangos from: https://github.com/cmangos/mangos-wotlk .. I can compile that without any errors, but when I download the eluna engine (cMangos) from your Github (https://github.com/ElunaLuaEngine/ElunaMangosWotlk) I am getting that error.

I tried to:
- Move the files from the Eluna Github into the cMangos folder and overwriting the files.
- Compile the Eluna files alone when downloaded.

Both are giving me the same error.

Files were downloaded today, as I am finally trying to get things running again.
So latest revs I guess.
 

EpiNemx

Respected Member
Seems like a commit gone bad:
https://github.com/ElunaLuaEngine/E...1bef6094ded0e8860/win/VC100/game.vcxproj#L190
See at the end of the line there is "estore build for older Visual Studio versions", which is part of the commit message.
Remove that and it should work.

========== Build: 5 succeeded, 0 failed, 8 up-to-date, 0 skipped ==========

Thank you very much :) This is resolved. Glad to know that it wasn't on my side. I followed every step carefully to ensure my success, haha.
 
Status
Not open for further replies.
Top