hallo,
injstallier mal gcc
pkg install gcc
habe ich grade installiert und jz kommt folgender Fehler
gmake: *** [Makefile:131: OBJDIR/FSM.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from debug_allocator.h:4:0,
from stdafx.h:7,
from MarkConvert.cpp:1:
/usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
inline __int128
^
In file included from debug_allocator.h:4:0,
from stdafx.h:7,
from MarkImage.cpp:1:
/usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
inline __int128
^
In file included from debug_allocator.h:4:0,
from stdafx.h:7,
from BattleArena.cpp:1:
/usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
inline __int128
^
gmake: *** [Makefile:131: OBJDIR/MarkImage.o] Error 1
gmake: *** [Makefile:131: OBJDIR/MarkConvert.o] Error 1
In file included from ../../../Extern/include/boost/limits.hpp:19:0,
from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16,
from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15,
from ../../../Extern/include/boost/functional/hash/hash.hpp:15,
from ../../../Extern/include/boost/functional/hash.hpp:6,
from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
from ../../../Extern/include/boost/unordered_map.hpp:16,
from char.h:4,
from BattleArena.cpp:6:
/usr/local/lib/gcc49/include/c++/limits:1405:35: error: template argument 1 is invalid
struct numeric_limits<__int128>
^
/usr/local/lib/gcc49/include/c++/limits:1479:44: error: template argument 1 is invalid
struct numeric_limits<unsigned __int128>
^
gmake: *** [Makefile:131: OBJDIR/BattleArena.o] Error 1