-
Notifications
You must be signed in to change notification settings - Fork 17
/
COMPILATION_HELP.TXT
31 lines (20 loc) · 1023 Bytes
/
COMPILATION_HELP.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NOTE TO USERS WITH COMPILE-ERRORS :
Before commenting on our issuetracker that "it doesn't compile", we ask you
to do the following :
* Clear the CMake cache
In certain cases we adjust and modify the buildsystem (adding/removing
functions/functionality.
* Remove/delete and recreate your build directory, and recompile
In most cases any linking-errors are related to that the build-
system has not caught up with specific changes.
* Compile on a CLEAN sourcetree
We can not, for obvious reasons, support cores that has been modified.
As you might understand, we're not psychics: we're not aware of what
you have done to your sourcetree, and as such : We can't see what your
additional code is like.
* SUPPLY PROPER LOGS ON COMPILE-ERRORS
This means: Add as MUCH info as possible to the issue, including the
full log from the compile itself (or at least include the 20 lines
above AND under the compile-error itself).
Happy compiling, and have a nice day!
-- The TrinityCore developers