Jump to content

Compile Trinity core.

By Poisonleaf
in General

Recommended Posts

Hiya,

As start on my project id like to start with two things.
Creating the map obviously and having a server setup on my computer that I will use to edit and see the details from.

Starting at the moment with core. To start with Trinitycore and than change it to sunwellcore (I suppose thats how it works?) wich is a trinitycore sidestep with better blizzard spellscaling and less major spell bugs.

I decided to follow this guide ( a bit outdated but okay)
http://www.ac-web.org/forums/showthread.php?111111-How-to-compile-a-fresh-Trinity-Core

But sadly I'm already stuck on step 2 
" Configuring and Generating Visual C++ solutions via CMake: "

When setting it up like they are telling you I get the error at  configure.

"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 "C:/World Of Warcraft Project/Trinity/Build/CMakeFiles/CMakeOutput.log".

See also "C:/World Of Warcraft Project/Trinity/Build/CMakeFiles/CMakeError.log".

 

 

Any help would be appreciated.

Thanks in advance.

Live streaming World of Warcraft Content creation.
Come hang out! <3
https://www.twitch.tv/poisonleaf

Link to comment
Share on other sites

Its the problem with the compiler, first make sure you are using the recent version of cmake, second make sure you choose the correct version of the compiler(visual studio), I had this problem but I managed to fix it by installing a recent version of cmake and choosing the right compiler, do you have a compiler first?

Link to comment
Share on other sites

6 years old tutorial won't work by any means, a hell LOT changed since then.
https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide

English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

I am now completely retired from modding. I am still reading PMs and reacting to them, however, I am not keeping up to date with what is going on in the community and my ability to help you is becoming very limited - I no longer remember some things, I don't have tools installed anymore, and I don't know what is up to date nowadays.

Link to comment
Share on other sites

15 hours ago, Poisonleaf said:

Hiya,

As start on my project id like to start with two things.
Creating the map obviously and having a server setup on my computer that I will use to edit and see the details from.

Starting at the moment with core. To start with Trinitycore and than change it to sunwellcore (I suppose thats how it works?) wich is a trinitycore sidestep with better blizzard spellscaling and less major spell bugs.

I decided to follow this guide ( a bit outdated but okay)
http://www.ac-web.org/forums/showthread.php?111111-How-to-compile-a-fresh-Trinity-Core

But sadly I'm already stuck on step 2 
" Configuring and Generating Visual C++ solutions via CMake: "

When setting it up like they are telling you I get the error at  configure.

"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 "C:/World Of Warcraft Project/Trinity/Build/CMakeFiles/CMakeOutput.log".

See also "C:/World Of Warcraft Project/Trinity/Build/CMakeFiles/CMakeError.log".

 

 

Any help would be appreciated.

Thanks in advance.

This error is caused by a wrong choice in CMake, you have selected the wrong compiler, I recommand you to use https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guid even if AC-Web updates his tutorials, the official one will be better !

Link to comment
Share on other sites

45 minutes ago, Oldarorn said:

You'd better try to compile Trinity first before compiling custom sources :)

At step 2:
"Install the compiler/IDE Visual Studio Community 2013 with Update 5 or Visual Studio Community 2015 test

 Important note when installing Visual Studio 2015"
It wont allow me to install the 2013 version because my windows version is to old and I don't have explorer 10.
I got windows 7 Ultimate 64-bit...

It's not that old -_-'

Live streaming World of Warcraft Content creation.
Come hang out! <3
https://www.twitch.tv/poisonleaf

Link to comment
Share on other sites

×
×
  • Create New...