Jump to content
TrinityCore

Elygor77

Plebs
  • Posts

    3
  • Joined

  • Last visited

Elygor77's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi there, after the last git pull I am no longer able to compile the server. I went into my TrinityCore folder, then used git pull origin 3.3.5 there, went to the build folder afterwards and used cmake ../ there. After trying to compile the server with make -j 2 I get the following error: trinity@mondlichtung:~/TrinityCore/build$ make -j 2 [ 0%] Built target Detour [ 4%] Built target g3dlib [ 5%] Built target Recast [ 6%] Built target fmt [ 6%] Built target gsoap [ 7%] Built target mpq [ 10%] Built target jemalloc [ 10%] Built target revision_data.h [ 10%] Building CXX object src/common/CMakeFiles/common.dir/GitRevision.cpp.o fatal error: file '/usr/include/asm-generic/errno.h' has been modified since the precompiled header '/home/trinity/TrinityCore/build/src/common/cotire/common_CXX_prefix.hxx.pch' was built note: please rebuild precompiled header '/home/trinity/TrinityCore/build/src/common/cotire/common_CXX_prefix.hxx.pch' 1 error generated. src/common/CMakeFiles/common.dir/build.make:127: recipe for target 'src/common/CMakeFiles/common.dir/GitRevision.cpp.o' failed make[2]: *** [src/common/CMakeFiles/common.dir/GitRevision.cpp.o] Error 1 CMakeFiles/Makefile2:897: recipe for target 'src/common/CMakeFiles/common.dir/all' failed make[1]: *** [src/common/CMakeFiles/common.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2
  2. Thank you very much! That did the trick
  3. Hey everyone, after the last commits I am unable to compile the server. I am using Debian stretch x64. Everything was fine and now I get this: [ 41%] Built target ScriptPCH.cpp_dephelp [ 41%] Built target generate_ScriptPCH.cpp make[2]: *** Keine Regel vorhanden, um das Ziel „../src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp“, benötigt von „src/server/scripts/CMakeFiles/scripts.dir/EasternKingdoms/zone_burning_steppes.cpp.o“, zu erstellen. Schluss. CMakeFiles/Makefile2:1667: die Regel für Ziel „src/server/scripts/CMakeFiles/scripts.dir/all“ scheiterte make[1]: *** [src/server/scripts/CMakeFiles/scripts.dir/all] Fehler 2 Makefile:127: die Regel für Ziel „all“ scheiterte make: *** [all] Fehler 2 So it says no rule but I haven't changed anything, I just pulled the latest commits. Elygor77
×
×
  • Create New...