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

Error when compiling

Status
Not open for further replies.

gurch

Enthusiast
Hi Guys

Just created a fresh 3.3.5a trinity core, compiled with no errors. I followed the below video to add Eluna and im getting one error
http://www.youtube.com/watch?v=8wGHf7FbhSw

Code:
Error	1	error C1083: Cannot open include file: 'HookMgr.h': No such file or directory	C:\Trinity\src\server\game\Handlers\CharacterHandler.cpp	49

Then i double click the error and it comes up with another error just below

Code:
	2	IntelliSense: cannot open source file "HookMgr.h"	c:\trinity\src\server\game\handlers\characterhandler.cpp	49

What i done was copy and paste the files into my Trinity folder, open up TrinityCore.sln and build solution, Anyone know a fix for this or am i doing something wrong?
 
Last edited:

Tommy

Founder
Did you run CMake after merging the files? There's nothing wrong with the CMakeLists.txt, are you sure you merged those too?
 

uDev

Illustrious Member
Copy and paste everything from Eluna\TrinityCore\WotLK to your Trinity repo clone, then open cmake and click configure then generate and after it open TrinityCore.sln and compile :)
 

gurch

Enthusiast
thanks guys! totally forgot to do the cmake part :D It has complied fine with no errors
 
Last edited:
Status
Not open for further replies.
Top