Hello, when I try to compile the core I've got the following issue.
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:3:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Common.h:65:
In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/unordered_map:35:
/usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/bits/c++0x_warning.h:32:2: error:
This file requires compiler and library support for the ISO C++ 2011
standard. This support must be enabled with the -std=c++11 or -std=gnu++11
compiler options.
error This file requires compiler and library support \
^
[ 0%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastAlloc.cpp.o
[ 0%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastArea.cpp.o
[ 0%] Building CXX object dep/recastnavigation/Detour/CMakeFiles/Detour.dir/DetourNavMesh.cpp.o
[ 1%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Any.cpp.o
In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.h:3:
In file included from /home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:25:
In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/unordered_map:35:
/usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/bits/c++0x_warning.h:32:2: error:
This file requires compiler and library support for the ISO C++ 2011
standard. This support must be enabled with the -std=c++11 or -std=gnu++11
compiler options.
error This file requires compiler and library support \
^
In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.h:3:
/home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:43:22: error: no type
named 'unordered_map' in namespace 'std'
typedef std::unordered_map<uint32, bool> loadedTileMap;
/home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:43:35: error: expected
member name or ';' after declaration specifiers
typedef std::unordered_map<uint32, bool> loadedTileMap;
~~~~~~~~~~~~~~~~~~~~~~~~~~^
/home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:44:22: error: no type
named 'unordered_map' in namespace 'std'
typedef std::unordered_map<uint32, uint32> loadedSpawnMap;
~~~~~^
/home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:44:35: error: expected
member name or ';' after declaration specifiers
typedef std::unordered_map<uint32, uint32> loadedSpawnMap;
~~~~~~~~~~~~~~~~~~~~~~~~~~^
/home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:55:13: error: unknown
type name 'loadedTileMap'
loadedTileMap iLoadedTiles;
^
/home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:57:13: error: unknown
type name 'loadedSpawnMap'
loadedSpawnMap iLoadedSpawns;
^
7 errors generated.
src/server/collision/CMakeFiles/collisionPCH.cpp_dephelp.dir/build.make:62: recipe for target 'src/server/collision/CMakeFiles/collisionPCH.cpp_dephelp.dir/PrecompiledHeaders/collisionPCH.cpp.o' failed
make[2]: *** [src/server/collision/CMakeFiles/collisionPCH.cpp_dephelp.dir/PrecompiledHeaders/collisionPCH.cpp.o] Error 1
CMakeFiles/Makefile2:882: recipe for target 'src/server/collision/CMakeFiles/collisionPCH.cpp_dephelp.dir/all' failed
make[1]: *** [src/server/collision/CMakeFiles/collisionPCH.cpp_dephelp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 1%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryFormat.cpp.o
[ 1%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastContour.cpp.o
[ 1%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/soapServer.cpp.o
[ 1%] Building CXX object dep/recastnavigation/Detour/CMakeFiles/Detour.dir/DetourNavMeshBuilder.cpp.o
[ 1%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryInput.cpp.o
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:3:
/home/wow/ArkCORE-NG/src/server/shared/Common.h:130:67: error: use of undeclared
identifier 'nullptr'
inline unsigned long atoul(char const* str) { return strtoul(str, nullptr, 10); }
^
/home/wow/ArkCORE-NG/src/server/shared/Common.h:131:74: error: use of undeclared
identifier 'nullptr'
...long long atoull(char const* str) { return strtoull(str, nullptr, 10); }
^
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:4:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:24:
/home/wow/ArkCORE-NG/src/server/shared/Logging/Appender.h:108:14: error: no type
named 'unordered_map' in namespace 'std'
typedef std::unordered_map<uint8, Appender*> AppenderMap;
~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Appender.h:108:27: error:
expected unqualified-id
typedef std::unordered_map<uint8, Appender*> AppenderMap;
^
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:4:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:25:
/home/wow/ArkCORE-NG/src/server/shared/Logging/Logger.h:41:9: error: unknown
type name 'AppenderMap'
AppenderMap appenders;
^
[ 1%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/stdsoap2.cpp.o
[ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/atomic.c.o
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:4:
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:38:18: error: no type named
'unordered_map' in namespace 'std'
typedef std::unordered_map<std::string, Logger> LoggerMap;
~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:38:31: error: expected
member name or ';' after declaration specifiers
typedef std::unordered_map<std::string, Logger> LoggerMap;
~~~~~~~~~~~~~~~~~~~~~~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:39:18: error: no type named
'unordered_map' in namespace 'std'
typedef std::unordered_map<std::string, Logger const*> CachedLoggerC...
~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:39:31: error: expected
member name or ';' after declaration specifiers
typedef std::unordered_map<std::string, Logger const*> CachedLoggerC...
~~~~~~~~~~~~~~~~~~~~~~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:71:9: error: unknown type
name 'AppenderMap'
AppenderMap appenders;
^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:72:9: error: unknown type
name 'LoggerMap'; did you mean 'Logger'?
LoggerMap loggers;
^~~~~~~~~
Logger
/home/wow/ArkCORE-NG/src/server/shared/Logging/LogOperation.h:22:7: note:
'Logger' declared here
class Logger;
^
[ 2%] Building CXX object dep/recastnavigation/Detour/CMakeFiles/Detour.dir/DetourNavMeshQuery.cpp.o
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:4:
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:73:9: error: unknown type
name 'CachedLoggerContainer'
CachedLoggerContainer cachedLoggers;
^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:85:5: error: use of
undeclared identifier 'CachedLoggerContainer'
CachedLoggerContainer::const_iterator itCached = cachedLoggers.find(...
^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:89:28: error: use of
undeclared identifier 'nullptr'
Logger const* logger = nullptr;
^
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:95:9: error: use of
undeclared identifier 'LoggerMap'; did you mean 'Logger'?
LoggerMap::const_iterator it = loggers.find(type);
^~~~~~~~~
Logger
/home/wow/ArkCORE-NG/src/server/shared/Logging/LogOperation.h:22:7: note:
'Logger' declared here
class Logger;
^
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:4:
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:95:9: error: no type named
'const_iterator' in 'Logger'; did you mean
'ACE_NS_WString::const_iterator'?
LoggerMap::const_iterator it = loggers.find(type);
^~~~~~~~~~~~~~~~~~~~~~~~~
ACE_NS_WString::const_iterator
/usr/include/ace/String_Base.h:79:55: note: 'ACE_NS_WString::const_iterator'
declared here
typedef ACE_String_Base_Const_Iterator <ACE_CHAR_T> const_iterator;
^
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:4:
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:103:26: error: member
reference type 'ACE_NS_WString::const_iterator' (aka
'ACE_String_Base_Const_Iterator<wchar_t>') is not a pointer; did you mean
to use '.'?
logger = &(it->second);
~~^~
.
/home/wow/ArkCORE-NG/src/server/shared/Logging/Log.h:103:28: error: no member
named 'second' in 'ACE_String_Base_Const_Iterator<wchar_t>'
logger = &(it->second);
~~ ^
[ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/base.c.o
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
src/server/shared/CMakeFiles/sharedPCH.cpp_dephelp.dir/build.make:62: recipe for target 'src/server/shared/CMakeFiles/sharedPCH.cpp_dephelp.dir/PrecompiledHeaders/sharedPCH.cpp.o' failed
make[2]: *** [src/server/shared/CMakeFiles/sharedPCH.cpp_dephelp.dir/PrecompiledHeaders/sharedPCH.cpp.o] Error 1
CMakeFiles/Makefile2:557: recipe for target 'src/server/shared/CMakeFiles/sharedPCH.cpp_dephelp.dir/all' failed
make[1]: *** [src/server/shared/CMakeFiles/sharedPCH.cpp_dephelp.dir/all] Error 2
[ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/bitmap.c.o
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:3:
In file included from /home/wow/ArkCORE-NG/src/server/game/Server/WorldSocket.h:42:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Common.h:65:
In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/unordered_map:35:
/usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/bits/c++0x_warning.h:32:2: error:
This file requires compiler and library support for the ISO C++ 2011
standard. This support must be enabled with the -std=c++11 or -std=gnu++11
compiler options.
#error This file requires compiler and library support \
^
/home/wow/ArkCORE-NG/dep/gsoap/stdsoap2.cpp:812:30: warning: adding 'int' to a
string does not append to the string [-Wstring-plus-int]
sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wow/ArkCORE-NG/dep/gsoap/stdsoap2.cpp:812:30: note: use array indexing to
silence this warning
sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n);
^
& [ ]
[ 3%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastFilter.cpp.o
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk.c.o
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:3:
In file included from /home/wow/ArkCORE-NG/src/server/game/Server/WorldSocket.h:42:
/home/wow/ArkCORE-NG/src/server/shared/Common.h:130:67: error: use of undeclared
identifier 'nullptr'
inline unsigned long atoul(char const* str) { return strtoul(str, nullptr, 10); }
^
/home/wow/ArkCORE-NG/src/server/shared/Common.h:131:74: error: use of undeclared
identifier 'nullptr'
...long long atoull(char const* str) { return strtoull(str, nullptr, 10); }
^
/home/wow/ArkCORE-NG/dep/gsoap/stdsoap2.cpp:9532:30: warning: address of array
'tp->name' will always evaluate to 'true' [-Wpointer-bool-conversion]
{ if (tp->visible && tp->name)
~~ ~~~~^~~~
/home/wow/ArkCORE-NG/dep/gsoap/stdsoap2.cpp:9537:65: warning: data argument not
used by format string [-Wformat-extra-args]
{ sprintf(soap->tmpbuf, *(np->id) ? "xmlns:%s" : "xmlns", np->id);
~~~~~~~ ^
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk_dss.c.o
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:7:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/MapManager.h:23:
In file included from /home/wow/ArkCORE-NG/src/server/game/Entities/Object/Object.h:24:
/home/wow/ArkCORE-NG/src/server/game/Conditions/ConditionMgr.h:171:32: error:
use of undeclared identifier 'nullptr'
mLastFailedCondition = nullptr;
^
[ 3%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastLayers.cpp.o
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:7:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/MapManager.h:23:
In file included from /home/wow/ArkCORE-NG/src/server/game/Entities/Object/Object.h:25:
In file included from /home/wow/ArkCORE-NG/src/server/game/Grids/GridReference.h:23:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedReference/Reference.h:23:
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedList.h:58:69: error: use of
undeclared identifier 'nullptr'
...iNext->iPrev = iPrev; iPrev->iNext = iNext; iNext = nullptr; iPrev = nul...
^
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedList.h:58:86: error: use of
undeclared identifier 'nullptr'
...= iPrev; iPrev->iNext = iNext; iNext = nullptr; iPrev = nullptr;
^
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:7:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/MapManager.h:23:
In file included from /home/wow/ArkCORE-NG/src/server/game/Entities/Object/Object.h:25:
In file included from /home/wow/ArkCORE-NG/src/server/game/Grids/GridReference.h:23:
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedReference/Reference.h:43:32: error:
use of undeclared identifier 'nullptr'
Reference() { iRefTo = nullptr; iRefFrom = nullptr; }
^
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedReference/Reference.h:43:52: error:
use of undeclared identifier 'nullptr'
Reference() { iRefTo = nullptr; iRefFrom = nullptr; }
^
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedReference/Reference.h:66:22: error:
use of undeclared identifier 'nullptr'
iRefTo = nullptr;
^
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedReference/Reference.h:67:24: error:
use of undeclared identifier 'nullptr'
iRefFrom = nullptr;
^
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedReference/Reference.h:76:22: error:
use of undeclared identifier 'nullptr'
iRefTo = nullptr;
^
/home/wow/ArkCORE-NG/src/server/shared/Dynamic/LinkedReference/Reference.h:81:30: error:
use of undeclared identifier 'nullptr'
return iRefTo != nullptr;
^
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:7:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/MapManager.h:23:
In file included from /home/wow/ArkCORE-NG/src/server/game/Entities/Object/Object.h:26:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/Map.h:27:
In file included from /home/wow/ArkCORE-NG/src/server/game/DataStores/DBCStructure.h:27:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Utilities/Util.h:25:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Utilities/Random.h:24:
/home/wow/ArkCORE-NG/src/server/shared/Utilities/Duration.h:25:14: error: no
member named 'chrono' in namespace 'std'
typedef std::chrono::milliseconds Milliseconds;
~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Utilities/Duration.h:28:14: error: no
member named 'chrono' in namespace 'std'
typedef std::chrono::seconds Seconds;
~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Utilities/Duration.h:31:14: error: no
member named 'chrono' in namespace 'std'
typedef std::chrono::minutes Minutes;
~~~~~^
/home/wow/ArkCORE-NG/src/server/shared/Utilities/Duration.h:34:14: error: no
member named 'chrono' in namespace 'std'
typedef std::chrono::hours Hours;
~~~~~^
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:7:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/MapManager.h:23:
In file included from /home/wow/ArkCORE-NG/src/server/game/Entities/Object/Object.h:26:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/Map.h:27:
In file included from /home/wow/ArkCORE-NG/src/server/game/DataStores/DBCStructure.h:27:
In file included from /home/wow/ArkCORE-NG/src/server/shared/Utilities/Util.h:25:
/home/wow/ArkCORE-NG/src/server/shared/Utilities/Random.h:101:41: warning:
alias declarations are a C++11 extension [-Wc++11-extensions]
using discrete_distribution_param = typename std::discrete_distribut...
^
/home/wow/ArkCORE-NG/src/server/shared/Utilities/Random.h:101:55: error: no type
named 'discrete_distribution' in namespace 'std'
...discrete_distribution_param = typename std::discrete_distribution<T>::pa...
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/wow/ArkCORE-NG/src/server/shared/Utilities/Random.h:101:49: error:
expected ';' after alias declaration
using discrete_distribution_param = typename std::discrete_distribut...
^
;
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk_mmap.c.o
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.cpp:1:
In file included from /home/wow/ArkCORE-NG/src/server/game/PrecompiledHeaders/gamePCH.h:7:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/MapManager.h:23:
In file included from /home/wow/ArkCORE-NG/src/server/game/Entities/Object/Object.h:26:
In file included from /home/wow/ArkCORE-NG/src/server/game/Maps/Map.h:27:
/home/wow/ArkCORE-NG/src/server/game/DataStores/DBCStructure.h:2712:14: error:
no type named 'unordered_map' in namespace 'std'
typedef std::unordered_map<uint16, std::set<uint16>> PhaseGroupContainer;
~~~~~^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/ckh.c.o
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/ctl.c.o
[ 3%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastMesh.cpp.o
1 warning and 20 errors generated.
src/server/game/CMakeFiles/gamePCH.cpp_dephelp.dir/build.make:62: recipe for target 'src/server/game/CMakeFiles/gamePCH.cpp_dephelp.dir/PrecompiledHeaders/gamePCH.cpp.o' failed
make[2]: *** [src/server/game/CMakeFiles/gamePCH.cpp_dephelp.dir/PrecompiledHeaders/gamePCH.cpp.o] Error 1
CMakeFiles/Makefile2:722: recipe for target 'src/server/game/CMakeFiles/gamePCH.cpp_dephelp.dir/all' failed
make[1]: *** [src/server/game/CMakeFiles/gamePCH.cpp_dephelp.dir/all] Error 2
[ 3%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastMeshDetail.cpp.o
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/extent.c.o
[ 3%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryOutput.cpp.o
[ 3%] Building CXX object dep/recastnavigation/Detour/CMakeFiles/Detour.dir/DetourNode.cpp.o
[ 3%] Linking CXX static library libDetour.a
[ 3%] Built target Detour
[ 3%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Box.cpp.o
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/hash.c.o
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/huge.c.o
[ 3%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastRasterization.cpp.o
[ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/jemalloc.c.o
[ 3%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Capsule.cpp.o
[ 3%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/CollisionDetection.cpp.o
[ 4%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/mb.c.o
[ 4%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastRegion.cpp.o
[ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/CoordinateFrame.cpp.o
[ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Crypto.cpp.o
[ 4%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/mutex.c.o
[ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Cylinder.cpp.o
[ 4%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/prof.c.o
[ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/debugAssert.cpp.o
[ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/FileSystem.cpp.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/fileutils.cpp.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/format.cpp.o
[ 5%] Linking CXX static library libRecast.a
[ 5%] Built target Recast
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/g3dfnmatch.cpp.o
[ 5%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/quarantine.c.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/g3dmath.cpp.o
[ 5%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/rtree.c.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Line.cpp.o
3 warnings generated.
[ 5%] Linking CXX static library libgsoap.a
[ 5%] Built target gsoap
[ 5%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/stats.c.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/LineSegment.cpp.o
[ 5%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/tcache.c.o
[ 5%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/tsd.c.o
[ 5%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/util.c.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Log.cpp.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix3.cpp.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix4.cpp.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/MemoryManager.cpp.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/PhysicsFrame.cpp.o
[ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Plane.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/prompt.cpp.o
[ 6%] Linking C static library libjemalloc.a
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Quat.cpp.o
[ 6%] Built target jemalloc
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Random.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Ray.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/ReferenceCount.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/RegistryUtil.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Sphere.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/stringutils.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/TextOutput.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/TextInput.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/System.cpp.o
[ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Triangle.cpp.o
[ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/uint128.cpp.o
[ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/UprightFrame.cpp.o
[ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector2.cpp.o
[ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector3.cpp.o
[ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector4.cpp.o
[ 7%] Linking CXX static library libg3dlib.a
[ 7%] Built target g3dlib
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
wow@XXXXXXXXXX:~/ArkCORE-NG/build$
Using:
Debian 9
Cmake info:
# This is the CMakeCache file.
# For build in directory: /home/wow/ArkCORE-NG/build
# It was generated by CMake: /usr/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Specify include-directories that might contain ace.h here.
ACE_INCLUDE_DIR:PATH=/usr/include
//Specify library-locations that might contain the ACE library
// here.
ACE_LIBRARY:FILEPATH=/usr/lib/libACE.so
//Value Computed by CMake
ArkCORE4-NG_BINARY_DIR:STATIC=/home/wow/ArkCORE-NG/build
//Value Computed by CMake
ArkCORE4-NG_SOURCE_DIR:STATIC=/home/wow/ArkCORE-NG
//Path to a file.
BZIP2_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
BZIP2_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libbz2.so
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//LLVM archiver
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/llvm-ar-3.8
//Generate index for LLVM archive
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/llvm-ranlib-3.8
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//LLVM archiver
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/llvm-ar-3.8
//Generate index for LLVM archive
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/llvm-ranlib-3.8
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/home/wow/server-dev
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=ArkCORE4-NG
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Dependencies for the target
Detour_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libz.so;
//Full path to git commandline client
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
//INTERNAL
MYSQL_ADD_INCLUDE_PATH:FILEPATH=/usr/include/mysql
//Path to a program.
MYSQL_CONFIG:FILEPATH=/usr/bin/mysql_config
//preferred path to MySQL (mysql_config)
MYSQL_CONFIG_PREFER_PATH:FILEPATH=/bin
//if more libraries are necessary to link in a MySQL client (typically
// zlib), specify them here.
MYSQL_EXTRA_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so
//Specify the directory containing mysql.h.
MYSQL_INCLUDE_DIR:PATH=/usr/include/mysql
//Specify the location of the mysql library here.
MYSQL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libmariadbclient.so
//Path to a library.
OPENSSL_CRYPTO_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
//Path to a file.
OPENSSL_INCLUDE_DIR:PATH=/usr/include
//Path to a file.
OPENSSL_ROOT_DIR:PATH=/usr
//Path to a library.
OPENSSL_SSL_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
//Path to a file.
READLINE_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
READLINE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libreadline.so
//Dependencies for the target
Recast_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libz.so;
//Build core with scripts included
SCRIPTS:BOOL=ON
//Build worldserver and authserver
SERVERS:BOOL=ON
//Build map/vmap/mmap extraction/assembler tools
TOOLS:BOOL=0
//Use precompiled headers when compiling servers
USE_COREPCH:BOOL=ON
//Use precompiled headers when compiling scripts
USE_SCRIPTPCH:BOOL=ON
//Disable the GIT testing routines
WITHOUT_GIT:BOOL=OFF
//Include additional debug-code in core
WITH_COREDEBUG:BOOL=OFF
//Build meshextractor (alpha)
WITH_MESHEXTRACTOR:BOOL=OFF
//Show all warnings during compile
WITH_WARNINGS:BOOL=0
//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so
//Dependencies for the target
collision_LIB_DEPENDS:STATIC=general;shared;
//Dependencies for the target
g3dlib_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libz.so;
//Dependencies for the target
shared_LIB_DEPENDS:STATIC=general;/usr/lib/libACE.so;
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: ACE_INCLUDE_DIR
ACE_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ACE_LIBRARY
ACE_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_INCLUDE_DIR
BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG
BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE
BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Have symbol BZ2_bzCompressInit
BZIP2_NEED_PREFIX:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/wow/ArkCORE-NG/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=13
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/wow/ArkCORE-NG
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=17
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.13
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Details about finding BZip2
FIND_PACKAGE_MESSAGE_DETAILS_BZip2:INTERNAL=[/usr/lib/x86_64-linux-gnu/libbz2.so][/usr/include][v1.0.6()]
//Details about finding OpenSSL
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][v()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Details about finding ZLIB
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.8()]
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MYSQL_EXTRA_LIBRARIES
MYSQL_EXTRA_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MYSQL_INCLUDE_DIR
MYSQL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MYSQL_LIBRARY
MYSQL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARIES
OPENSSL_CRYPTO_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_ROOT_DIR
OPENSSL_ROOT_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_SSL_LIBRARIES
OPENSSL_SSL_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Cached branch name
rev_branch_cached:INTERNAL=master
//Cached commit-hash
rev_hash_cached:INTERNAL=a7304c3075bf
Anyone have any idea what can I do?
I in Debian 10 with the same AzerothCore libraries could compile it without problems. In fact I generated 2 pull request with 2 warnings that came out in the installation but I don't know if they were approved.
Hello, when I try to compile the core I've got the following issue.
In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1: In file included from /home/wow/ArkCORE-NG/src/server/shared/PrecompiledHeaders/sharedPCH.h:3: In file included from /home/wow/ArkCORE-NG/src/server/shared/Common.h:65: In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/unordered_map:35: /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
error This file requires compiler and library support \
^ [ 0%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastAlloc.cpp.o [ 0%] Building CXX object dep/recastnavigation/Recast/CMakeFiles/Recast.dir/RecastArea.cpp.o [ 0%] Building CXX object dep/recastnavigation/Detour/CMakeFiles/Detour.dir/DetourNavMesh.cpp.o [ 1%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Any.cpp.o In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.cpp:1: In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.h:3: In file included from /home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:25: In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/unordered_map:35: /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
error This file requires compiler and library support \
^ In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.cpp:1: In file included from /home/wow/ArkCORE-NG/src/server/collision/PrecompiledHeaders/collisionPCH.h:3: /home/wow/ArkCORE-NG/src/server/collision/Maps/MapTree.h:43:22: error: no type named 'unordered_map' in namespace 'std' typedef std::unordered_map<uint32, bool> loadedTileMap;