Hallo, ich hab ein Problem mit dem Compilen der Server von Fliege... wenn (gmake Clean) > (gmake -j4) eingebe kommt dieser fehler
Die Installation mit diesen befehlen habe ich schon gemacht:
pkg install devil
pkg install gmake
pkg install makedepend
pkg install cryptopp
pkg install python
pkg install boost-libs
pkg install mysql56-server
Leider wird mir ständig dieser fehler angezeigt
Benutze bei fastpipe.io einen Cloud Server mit FreeBSD 10.3 32 Bit ... ich habs auch schon mit 11.0 32 bit versucht leider das gleiche Problem
Code
- root@cloud606433:/usr/src/_source/Server/game/src # gmake -j4
- compile BattleArena.cpp
- compile FSM.cpp
- compile MarkConvert.cpp
- compile MarkImage.cpp
- gmake: g++: Command not found
- gmake: *** [Makefile:131: OBJDIR/FSM.o] Error 127
- gmake: *** Waiting for unfinished jobs....
- gmake: g++: Command not found
- gmake: *** [Makefile:131: OBJDIR/MarkImage.o] Error 127
- gmake: g++: Command not found
- gmake: *** [Makefile:131: OBJDIR/MarkConvert.o] Error 127
- gmake: g++: Command not found
- gmake: *** [Makefile:131: OBJDIR/BattleArena.o] Error 127
- root@cloud606433:/usr/src/_source/Server/game/src #
Code
- Code
- g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
- g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
- g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
- g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
- compile MarkManager.cpp
- g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
- compile OXEvent.cpp
- g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
- 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:
- ../../../Extern/include/boost/functional/hash/extensions.hpp:38:33: error: 'template<class T, class A> std::size_t boost::hash_value' redeclared as different kind of symbol
- std::size_t hash_value(std::list<T, A> const& v);
- ^~~~
- In file included 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:
- ../../../Extern/include/boost/functional/hash/hash.hpp:307:24: note: previous declaration 'std::size_t boost::hash_value(long double)'
- inline std::size_t hash_value(long double v)
- ^~~~~~~~~~
- In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:494,
- 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