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

Eluna compile Error

Status
Not open for further replies.

albag

Respected Member
Getting these error compiling eluna
on fresh tc core

Code:
Error	1	error C3668: 'ElunaCreatureAI::OnPossess' : method with override specifier 'override' did not override any base class methods	C:\Users\Documents\wow_work\work_core\Cores\src\LuaEngine\HookMgr.cpp	1642	1	LuaEngine
Error	2	error C3668: 'ElunaCreatureAI::MoveInLineOfSight_Safe' : method with override specifier 'override' did not override any base class methods	C:\Users\Documents\wow_work\work_core\Cores\src\LuaEngine\HookMgr.cpp	1783	1	LuaEngine
Error	3	error LNK1104: cannot open file '..\..\LuaEngine\Debug\LuaEngine.lib'	C:\Users\Documents\wow_work\work_core\Compile\src\server\worldserver\LINK	worldserver
	4	IntelliSense: member function declared with 'override' does not override a base class member	c:\Users\Documents\wow_work\work_core\Cores\src\LuaEngine\HookMgr.cpp	1642	7	LuaEngine
	5	IntelliSense: member function declared with 'override' does not override a base class member	c:\Users\Documents\wow_work\work_core\Cores\src\LuaEngine\HookMgr.cpp	1783	7	LuaEngine
 

Tommy

Founder
What do you mean by fresh TC source? Eluna is already setup with TrinityCore's source, so there is no need for you to download TC's source and merge them because that wouldn't be smart (if you did that of course). As far as the Eluna team goes, it compiles just fine. There hasn't been a commit in a couple of days - not even commits related to those errors in the past few days/week. I just recompiled the source on Windows 7 and it compiles fine.

Are you sure you cloned https://github.com/ElunaLuaEngine/Eluna-TC-Wotlk? If not, I'd would suggest cloning Eluna's actual repo. If you did, have you updated previously? Are you compiling in release mode? What Operating System you compiling on?

It would help if we have more information regarding what you've done.

http://emudevs.com/faq.php?faq=forumfaq#faq_givemoreinfofaq
 
Status
Not open for further replies.
Top