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

[SOLVED] Anybody got any idea what this means?

Status
Not open for further replies.

Mookz

Epic Member
Error 1 error PRJ0019: A tool returned an error code from "Checking Build System" ZERO_CHECK
 

Mookz

Epic Member
Code:
CMake Error at src/server/scripts/CMakeLists.txt:146 (add_library):
  Cannot find source file:
    Kalimdor/CavernsOfTime/CullingOfStratholme/boss_infinite_corruptor.cpp
  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx
-- Build files have been written to: C:/Trinity-NORBAC/Build
Project : error PRJ0019: A tool returned an error code from "Checking Build System"
Build log was saved at "file://c:\Trinity-NORBAC\Build\ZERO_CHECK.dir\Release\BuildLog.htm"
ZERO_CHECK - 1 error(s), 0 warning(s)

But the file is there :c

- - - Updated - - -

Says error here also


add_library(scripts STATIC
${scripts_STAT_SRCS}
${scripts_STAT_PCH_SRC}
)
 

Mookz

Epic Member
I fixed that part

but for some reason after compile my entire trinitycore.sln is empty o_O
 

Mookz

Epic Member
Error 4 error PRJ0019: A tool returned an error code from revision.h 1
Error 16 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/CMakeLists.txt" ALL_BUILD
Error 3 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/dep/acelite/ace/CMakeLists.txt" ace
Error 8 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/dep/g3dlite/CMakeLists.txt" g3dlib
Error 11 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/dep/gsoap/CMakeLists.txt" gsoap
Error 5 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/dep/mysqllite/CMakeLists.txt" libmysql
Error 10 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/dep/recastnavigation/Detour/CMakeLists.txt" Detour
Error 13 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/dep/recastnavigation/Recast/CMakeLists.txt" Recast
Error 2 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/dep/zlib/CMakeLists.txt" zlib
Error 15 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/src/server/authserver/CMakeLists.txt" authserver
Error 9 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/src/server/collision/CMakeLists.txt" collision
Error 7 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/src/server/game/CMakeLists.txt" game
Error 12 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/src/server/scripts/CMakeLists.txt" scripts
Error 6 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/src/server/shared/CMakeLists.txt" shared
Error 14 error PRJ0019: A tool returned an error code from "Building Custom Rule C:/Trinity-NORBAC/Source/src/server/worldserver/CMakeLists.txt" worldserver
Error 1 error PRJ0019: A tool returned an error code from "Checking Build System" ZERO_CHECK


To fix this all I need to do is rerun/configure again?
 

Mookz

Epic Member
kk fixed others

but now I get

Error 4 fatal error C1083: Cannot open include file: 'icecrown_citadel.h': No such file or directory c:\Backup\Trinity-NORBAC\Source\src\server\scripts\Custom\boss_gunship_battle.cpp 1


but I have that
 

Tommy

Founder
It seems as if it is trying to include a header file that doesn't exist in boss_gunship_battle.cpp. :p
 
Status
Not open for further replies.
Top