Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Zadex on February 03, 2016, 12:42:27 pm

Title: [QUESTION] Cmake Won't Work
Post by: Zadex on February 03, 2016, 12:42:27 pm
Hi, I've been making my own trinity server. I've been following every single step of this guide to the point from the beginning for windows and 3.3.5. server.

https://trinitycore.atlassian.net/wiki/ ... quirements (https://trinitycore.atlassian.net/wiki/display/tc/Requirements" onclick="window.open(this.href);return false;)

I'm at the part where I'm "Configuring and generating Visual C++ solutions with CMake"

I do what it says, but I get this error.

The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:12 (project):
  No CMAKE_C_COMPILER could be found.



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



Configuring incomplete, errors occurred!
See also "D:/Build/CMakeFiles/CMakeOutput.log".
See also "D:/Build/CMakeFiles/CMakeError.log".



I've tried reinstalling both virtual studio 13 and 15 but to no avail. I've tried specifying native compilers since I googled this and someone said that but that didn't work either.

Sorry that I'm such a big noob.