Server Source Compilen

In diesem Bereich sind Themen vom Themenersteller als erledigt zu markieren, wenn die Frage beantwortet oder das Problem gelöst wurde. Das Thema wird daraufhin automatisch geschlossen.
Klicke hierzu auf "Thema bearbeiten > Als erledigt markieren".
  • Guten Tag


    Ich habe diesen Fehler beim Compilen der Server Source


    [STATUS: OK] Compiling: BattleArena.cpp

    [STATUS: OK] Compiling: FSM.cpp

    gmake: g++: No such file or directory

    gmake: *** [Makefile:134: OBJDIR/FSM.o] Error 127

    gmake: *** Waiting for unfinished jobs....

    gmake: g++: No such file or directory

    gmake: *** [Makefile:134: OBJDIR/BattleArena.o] Error 127

    [STATUS: OK] Compiling: MarkConvert.cpp

    gmake: g++: No such file or directory

    gmake: *** [Makefile:134: OBJDIR/MarkConvert.o] Error 127

    [STATUS: OK] Compiling: MarkImage.cpp

    gmake: g++: No such file or directory

    gmake: *** [Makefile:134: OBJDIR/MarkImage.o] Error 127



    Kann mir jemand bitte Helfen


    BSD Version 13.2 32 bit



    Der fehler oben ist weg hab jetzt diese fehler kennt sich jemand mit g++ aus?


    ../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note: 'template<class charT, cla ss traits, class Allocator> class std::basic_string'

    63 | template <class charT, class traits, class Allocator> class basic_string;

    | ^~~~~~~~~~~~

    /usr/local/lib/gcc12/include/c++/bits/locale_conv.h:181:27: error: 'basic_string' has not been declared

    181 | basic_string<char, _Traits, _Alloc>& __outstr,

    | ^~~~~~~~~~~~

    /usr/local/lib/gcc12/include/c++/bits/locale_conv.h:181:39: error: expected ',' or '...' before '<' token

    181 | basic_string<char, _Traits, _Alloc>& __outstr,

    | ^

    /usr/local/lib/gcc12/include/c++/bits/locale_conv.h: In function 'bool std::__str_codecvt_out_all(const _CharT *, const _CharT*, int)':

    /usr/local/lib/gcc12/include/c++/bits/locale_conv.h:186:49: error: '__outstr' was not declared in this scope

    186 | return __str_codecvt_out(__first, __last, __outstr, __cvt, __state, __n)

    | ^~~~~~~~

    /usr/local/lib/gcc12/include/c++/bits/locale_conv.h:186:59: error: '__cvt' was not declared in this scope

    186 | return __str_codecvt_out(__first, __last, __outstr, __cvt, __state, __n)

    | ^~~~~

    In file included from ../../../Extern/include/boost/algorithm/string/std_containers_traits.hpp:19,

    from ../../../Extern/include/boost/algorithm/string.hpp:18,

    from cmd_general.cpp:1609:

    ../../../Extern/include/boost/algorithm/string/std/string_traits.hpp: At global scope:

    ../../../Extern/include/boost/algorithm/string/std/string_traits.hpp:33:73: error: template argument 1 is inva lid

    33 | class has_native_replace< std::basic_string<T, TraitsT, AllocT> >

    | ^

    In file included from ../../../Extern/include/boost/algorithm/string/std_containers_traits.hpp:20:

    ../../../Extern/include/boost/algorithm/string/std/list_traits.hpp:42:59: error: template argument 1 is invali d

    42 | class has_stable_iterators< ::std::list<T,AllocT> >

    | ^

    ../../../Extern/include/boost/algorithm/string/std/list_traits.hpp:55:60: error: template argument 1 is invali d

    55 | class has_const_time_insert< ::std::list<T,AllocT> >

    | ^

    ../../../Extern/include/boost/algorithm/string/std/list_traits.hpp:68:59: error: template argument 1 is invali d

    68 | class has_const_time_erase< ::std::list<T,AllocT> >

    | ^

    gmake: *** [Makefile:133: OBJDIR/char_item.o] Error 1

    In file included from cmd_general.cpp:4358:

    target.h:69:52: error: template argument 2 is invalid

    69 | std::map<DWORD, std::list<LPEVENT> > m_map_kListEvent;

    | ^

    target.h:69:52: error: template argument 4 is invalid

    gmake: *** [Makefile:133: OBJDIR/cmd_general.o] Error 1

    gmake: *** [Makefile:133: OBJDIR/char.o] Error 1

    3 Mal editiert, zuletzt von Onkelz () aus folgendem Grund: Discord PrincePuma009#3021

  • SolitaryVoice1362

    Hat das Thema geschlossen