Jump to content

roadapathy

Members
  • Posts

    20
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

About roadapathy

  • Birthday 01/01/1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

roadapathy's Achievements

Member

Member (2/3)

0

Reputation

  1. Using: cmake .. -DCMAKE_INSTALL_PREFIX="/home/joel/mangos" -DDEBUG=OFF -DUSE_STD_MALLOC=ON -DACE_USE_EXTERNAL=ON -DPOSTGRESQL=OFF -DBUILD_TOOLS=OFF -DSCRIPT_LIB_ELUNA=ON -DSCRIPT_LIB_SD2=OFF -DSOAP=OFF -DPCH=OFF -DCMAKE_C_FLAGS="-O3 -march=bdver2" -DCMAKE_CXX_FLAGS="-O3 -march=bdver2" I get the following errors. Does anybody know if there are any branches that actually compile? It seems spells are broken, G3D broken, and libshared. Thanks! [ 40%] Building CXX object src/shared/CMakeFiles/shared.dir/Database/SqlOperations.cpp.o [ 41%] Building CXX object src/shared/CMakeFiles/shared.dir/Database/SqlPreparedStatement.cpp.o [ 41%] Building CXX object src/shared/CMakeFiles/shared.dir/Database/SQLStorage.cpp.o [ 41%] Building CXX object src/shared/CMakeFiles/shared.dir/Log.cpp.o [ 41%] Linking CXX static library libg3dlite.a [ 41%] Built target g3dlite [ 42%] Building CXX object src/shared/CMakeFiles/shared.dir/ProgressBar.cpp.o [ 42%] Building CXX object src/shared/CMakeFiles/shared.dir/Threading.cpp.o [ 42%] Building CXX object src/shared/CMakeFiles/shared.dir/Util.cpp.o [ 42%] Building CXX object src/shared/CMakeFiles/shared.dir/PosixDaemon.cpp.o [ 43%] Linking CXX static library libshared.a [ 43%] Built target shared Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 joel@zaz2:~/two/src/server/build$ find /home/joel/two/ -name "libshared.a*"
  2. I used the getmangos.sh to download and automate the process thinking it would do it better than I could. Well, it didn't. I still get errors. I apologize if this has been covered but it claims that a file is just missing. [ 19%] Building CXX object src/shared/CMakeFiles/shared.dir/Log.cpp.o [ 19%] Building CXX object src/shared/CMakeFiles/shared.dir/ProgressBar.cpp.o [ 19%] Building CXX object src/shared/CMakeFiles/shared.dir/Threading.cpp.o [ 20%] Building CXX object src/shared/CMakeFiles/shared.dir/Util.cpp.o [ 20%] Building CXX object src/shared/CMakeFiles/shared.dir/PosixDaemon.cpp.o [ 20%] Linking CXX static library libshared.a [ 20%] Built target shared Scanning dependencies of target LuaEngine [ 20%] Building CXX object src/modules/Eluna/CMakeFiles/LuaEngine.dir/ElunaEventMgr.cpp.o In file included from /home/joel/two/src/server/src/game/Object/Player.h:30:0, from /home/joel/two/src/server/src/modules/Eluna/LuaEngine.h:17, from /home/joel/two/src/server/src/modules/Eluna/ElunaEventMgr.cpp:8: /home/joel/two/src/server/src/game/Object/Unit.h:37:28: fatal error: SpellEntryInfo.h: No such file or directory #include "SpellEntryInfo.h" ^ compilation terminated. src/modules/Eluna/CMakeFiles/LuaEngine.dir/build.make:62: recipe for target 'src/modules/Eluna/CMakeFiles/LuaEngine.dir/ElunaEventMgr.cpp.o' failed make[2]: *** [src/modules/Eluna/CMakeFiles/LuaEngine.dir/ElunaEventMgr.cpp.o] Error 1 CMakeFiles/Makefile2:1011: recipe for target 'src/modules/Eluna/CMakeFiles/LuaEngine.dir/all' failed make[1]: *** [src/modules/Eluna/CMakeFiles/LuaEngine.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 ***************************************** HOWEVER, I get this: find /home/joel/two/ -name "SpellEntryInfo*" /home/joel/two/src/server/src/game/Spells/SpellEntryInfo.h /home/joel/two/src/server/src/game/Spells/SpellEntryInfo.cpp
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use