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

TrinityCore 3.3.5 Cmake error

Noven

Exalted Member
So I haven't compiled my own repack in a long time. So i've forgotten everything. Anyways i've just followed some tutorials so far, but I seem to get an error when I hit "Configure" in Cmake.

Here's the error; http://pastebin.com/UeEF5dxu

I do have visual studio 13 desktop, but still doesn't work ..

Any idea how I can fix this? :)
 

Sylica

Exalted Member
So I haven't compiled my own repack in a long time. So i've forgotten everything. Anyways i've just followed some tutorials so far, but I seem to get an error when I hit "Configure" in Cmake.

Here's the error; http://pastebin.com/UeEF5dxu

I do have visual studio 13 desktop, but still doesn't work ..

Any idea how I can fix this? :)

TrinityCore has forced Visual Studios 15 to build their source now a days. Just follow the How To's on their wiki: https://trinitycore.atlassian.net/wiki/display/tc/Windows+Requirements
 

Noven

Exalted Member
Hmm, I seem to be getting a different error now;

CMake Error at CMakeLists.txt:15 (project):
No CMAKE_C_COMPILER could be found.


CMake Error at CMakeLists.txt:15 (project):
No CMAKE_CXX_COMPILER could be found.
 

Rochet2

Moderator / Eluna Dev
Hmm, I seem to be getting a different error now;

CMake Error at CMakeLists.txt:15 (project):
No CMAKE_C_COMPILER could be found.


CMake Error at CMakeLists.txt:15 (project):
No CMAKE_CXX_COMPILER could be found.

did you actually install VS like the requirements page says? By selecting C++ in the installation menus that is.
 

Noven

Exalted Member
Nevermind, I got it to work now, I took Visual studio 15 for compiling, but then I just changed it to Visual studio 14, worked like a charm!
 

Noven

Exalted Member
But it seems like I won't be able to get any further, i've tried to compile it now, ended up with

========== Build: 11 succeeded, 6 failed, 0 up-to-date, 1 skipped ==========

Getting a bunch of errors, and fatal errors.

Here's a list of some of them; http://pastebin.com/CvQB9rBJ
 
Last edited:
Top