• 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] Compile ElunaTrinity Cata Error

Status
Not open for further replies.

hardbitten

Enthusiast
Hello. I Want Compile this source :https://github.com/ElunaLuaEngine/ElunaTrinityCata
and i have lastest version source and lastest version Elunalua Engine :https://github.com/ElunaLuaEngine/Eluna

But when i compile this have This Errors :
:\ElunaTrinityCata-master\src\server\game\Scripting\ScriptMgr.cpp(1137): error C2660: 'Eluna::OnAdd' : function does not take 2 arguments
5>D:\ElunaTrinityCata-master\src\server\game\Scripting\ScriptMgr.cpp(1148): error C2664: 'void Eluna::OnRemove(GameObject *)' : cannot convert argument 1 from 'AuctionHouseObject *' to 'Player *'
5> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
5>D:\ElunaTrinityCata-master\src\server\game\Scripting\ScriptMgr.cpp(1159): error C2660: 'Eluna::OnSuccessful' : function does

Who Can Help me ?Tnx :X
 
Last edited by a moderator:

Rochet2

Moderator / Eluna Dev
You probably have an incorrect Eluna version compared to your core.
Try using:
git submodule init
git submodule update

when in the server source root folder.

Also use git status and tell us what it says and report any other errors or such you get.
 
Status
Not open for further replies.
Top