noisiv 1
noisiv
Manwe Work 1
Manwe Work
Best Studio 1
Best Studio
kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
InfernoShade 1
InfernoShade
BlackFullMoon 1
BlackFullMoon
Agora Metin2 1
Agora Metin2
PrimeAC 1
PrimeAC
ShadowFon 1
ShadowFon
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com
Kaynak ikonu

## ERİC BLOODAXE ## ALTYAPI SERVER FİLES (OFFLINE SHOP) ## 1

indirmek için izniniz yok
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!

Extern'ler yüzlerce warning veriyor dediğiniz toplasanız 10 tane ya çıkar ya çıkmaz. Onları da araştırarak çözebilirsiniz.
normal warningleri hallediyorum fakat externleri araştırdım bulamadım o yüzden sordum
 
Server source build yapamadım ,benmi yanlıslık yapıyorum. Yardımcı olabilir mısıniz ?

Kod:
root@localhost:/usr/src/gamedbsource/Server # gmake all
--------------------------------------
Update Revision
--------------------------------------
41025
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua/.lua50 clean
gmake[1]: Entering directory '/usr/src/gamedbsource/Server/liblua/.lua50'
cd include; gmake clean
gmake[2]: Entering directory '/usr/src/gamedbsource/Server/liblua/.lua50/include'
gmake[2]: Nothing to be done for 'clean'.
gmake[2]: Leaving directory '/usr/src/gamedbsource/Server/liblua/.lua50/include'
cd src; gmake clean
gmake[2]: Entering directory '/usr/src/gamedbsource/Server/liblua/.lua50/src'
rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o ../lib/liblua.a
gmake[2]: Leaving directory '/usr/src/gamedbsource/Server/liblua/.lua50/src'
cd src/lib; gmake clean
gmake[2]: Entering directory '/usr/src/gamedbsource/Server/liblua/.lua50/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o ../../lib/liblualib.a
gmake[2]: Leaving directory '/usr/src/gamedbsource/Server/liblua/.lua50/src/lib'
gmake[1]: Leaving directory '/usr/src/gamedbsource/Server/liblua/.lua50'
gmake -C liblua/.lua50
gmake[1]: Entering directory '/usr/src/gamedbsource/Server/liblua/.lua50'
cd include; gmake all
gmake[2]: Entering directory '/usr/src/gamedbsource/Server/liblua/.lua50/include'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/usr/src/gamedbsource/Server/liblua/.lua50/include'
cd src; gmake all
gmake[2]: Entering directory '/usr/src/gamedbsource/Server/liblua/.lua50/src'
gcc49 -O2 -g -m32 -Wall -I../include      -c -o lapi.o lapi.c
gmake[2]: gcc49: Command not found
gmake[2]: *** [<builtin>: lapi.o] Error 127
gmake[2]: Leaving directory '/usr/src/gamedbsource/Server/liblua/.lua50/src'
gmake[1]: *** [Makefile:12: all] Error 2
gmake[1]: Leaving directory '/usr/src/gamedbsource/Server/liblua/.lua50'
gmake: *** [Makefile:83: all] Error 2
 
Txt mi sql mu
 
tamam bu sorunu cozdüm gmake yüklu olmadıgı nedenle bu hatayı vermekteydi. Suankı hatam db src yi gcc9 a uyarlamak ardından build etmek istediğimde asagıdakı hata mesajlarını vermekte....

Kod:
root@localhost:/usr/src/zemusgamesource/Server/db/src # gmake
derleniyor NetBase.cpp
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../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 entity
   38 |     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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/functional/hash/hash.hpp:307:24: note: previous declaration 'std::size_t boost::hash_value(long double)'
  307 |     inline std::size_t hash_value(long double v)
      |                        ^~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/functional/hash/extensions.hpp:38:33: error: reference to 'list' is ambiguous
   38 |     std::size_t hash_value(std::list<T, A> const& v);
      |                                 ^~~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
                 from ../../common/stl.h:7,
                 from stdafx.h:18,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stl_list.h:552:11: note: candidates are: 'template<class _Tp, class _Alloc> class std::__cxx11::list'
  552 |     class list : protected _List_base<_Tp, _Alloc>
      |           ^~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:81:47: note:                 'template<class T, class Allocator> class std::list'
   81 |     template <class T, class Allocator> class list;
      |                                               ^~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/functional/hash/extensions.hpp:38:39: error: expected primary-expression before ',' token
   38 |     std::size_t hash_value(std::list<T, A> const& v);
      |                                       ^
../../../Extern/include/boost/functional/hash/extensions.hpp:38:42: error: expected primary-expression before '>' token
   38 |     std::size_t hash_value(std::list<T, A> const& v);
      |                                          ^
../../../Extern/include/boost/functional/hash/extensions.hpp:38:44: error: expected primary-expression before 'const'
   38 |     std::size_t hash_value(std::list<T, A> const& v);
      |                                            ^~~~~
../../../Extern/include/boost/functional/hash/extensions.hpp:69:33: error: 'template<class T, class A> std::size_t boost::hash_value' redeclared as different kind of entity
   69 |     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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/functional/hash/hash.hpp:307:24: note: previous declaration 'std::size_t boost::hash_value(long double)'
  307 |     inline std::size_t hash_value(long double v)
      |                        ^~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/functional/hash/extensions.hpp:69:33: error: reference to 'list' is ambiguous
   69 |     std::size_t hash_value(std::list<T, A> const& v)
      |                                 ^~~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
                 from ../../common/stl.h:7,
                 from stdafx.h:18,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stl_list.h:552:11: note: candidates are: 'template<class _Tp, class _Alloc> class std::__cxx11::list'
  552 |     class list : protected _List_base<_Tp, _Alloc>
      |           ^~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:81:47: note:                 'template<class T, class Allocator> class std::list'
   81 |     template <class T, class Allocator> class list;
      |                                               ^~~~
In file included from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/functional/hash/extensions.hpp:69:39: error: expected primary-expression before ',' token
   69 |     std::size_t hash_value(std::list<T, A> const& v)
      |                                       ^
../../../Extern/include/boost/functional/hash/extensions.hpp:69:42: error: expected primary-expression before '>' token
   69 |     std::size_t hash_value(std::list<T, A> const& v)
      |                                          ^
../../../Extern/include/boost/functional/hash/extensions.hpp:69:44: error: expected primary-expression before 'const'
   69 |     std::size_t hash_value(std::list<T, A> const& v)
      |                                            ^~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
                 from /usr/local/lib/gcc9/include/c++/ios:42,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.h:284:24: error: reference to 'basic_string' is ambiguous
  284 |       operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
      |                        ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
                 from /usr/local/lib/gcc9/include/c++/stdexcept:39,
                 from /usr/local/lib/gcc9/include/c++/array:39,
                 from /usr/local/lib/gcc9/include/c++/tuple:39,
                 from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
                 from /usr/local/lib/gcc9/include/c++/map:61,
                 from stdafx.h:13,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
   74 |     class basic_string;
      |           ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note:                 'template<class charT, class traits, class Allocator> class std::basic_string'
   63 |     template <class charT, class traits, class Allocator> class basic_string;
      |                                                                 ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
                 from /usr/local/lib/gcc9/include/c++/ios:42,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.h:284:36: error: expected ' ' or '...' before '<' token
  284 |       operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
      |                                    ^
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_classes.h:851,
                 from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
                 from /usr/local/lib/gcc9/include/c++/ios:42,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:81:22: error: reference to 'basic_string' is ambiguous
   81 |     operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1,
      |                      ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
                 from /usr/local/lib/gcc9/include/c++/stdexcept:39,
                 from /usr/local/lib/gcc9/include/c++/array:39,
                 from /usr/local/lib/gcc9/include/c++/tuple:39,
                 from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
                 from /usr/local/lib/gcc9/include/c++/map:61,
                 from stdafx.h:13,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
   74 |     class basic_string;
      |           ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note:                 'template<class charT, class traits, class Allocator> class std::basic_string'
   63 |     template <class charT, class traits, class Allocator> class basic_string;
      |                                                                 ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_classes.h:851,
                 from /usr/local/lib/gcc9/include/c++/bits/ios_base.h:41,
                 from /usr/local/lib/gcc9/include/c++/ios:42,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:81:34: error: expected  ,' or '...' before '<' token
   81 |     operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1,
      |                                  ^
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc: In member function 'bool std::locale::operator()(int) const':
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:86:33: error: '__s1' was not declared in this scope
   86 |       return (__collate.compare(__s1.data(), __s1.data() + __s1.length(),
      |                                 ^~~~
/usr/local/lib/gcc9/include/c++/bits/locale_classes.tcc:87:5: error: '__s2' was not declared in this scope
   87 |     __s2.data(), __s2.data() + __s2.length()) < 0);
      |     ^~~~
In file included from /usr/local/lib/gcc9/include/c++/ios:43,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/streambuf: At global scope:
/usr/local/lib/gcc9/include/c++/streambuf:176:6: error: reference to 'basic_string' is ambiguous
  176 |      basic_string<_CharT2, _Traits2, _Alloc>&);
      |      ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
                 from /usr/local/lib/gcc9/include/c++/stdexcept:39,
                 from /usr/local/lib/gcc9/include/c++/array:39,
                 from /usr/local/lib/gcc9/include/c++/tuple:39,
                 from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
                 from /usr/local/lib/gcc9/include/c++/map:61,
                 from stdafx.h:13,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
   74 |     class basic_string;
      |           ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note:                 'template<class charT, class traits, class Allocator> class std::basic_string'
   63 |     template <class charT, class traits, class Allocator> class basic_string;
      |                                                                 ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/ios:43,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/streambuf:176:6: error: 'basic_string' has not been declared
  176 |      basic_string<_CharT2, _Traits2, _Alloc>&);
      |      ^~~~~~~~~~~~
/usr/local/lib/gcc9/include/c++/streambuf:176:18: error: expected ',' or '...' before '<' token
  176 |      basic_string<_CharT2, _Traits2, _Alloc>&);
      |                  ^
/usr/local/lib/gcc9/include/c++/streambuf:181:3: error: reference to 'basic_string' is ambiguous
  181 |   basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
      |   ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
                 from /usr/local/lib/gcc9/include/c++/stdexcept:39,
                 from /usr/local/lib/gcc9/include/c++/array:39,
                 from /usr/local/lib/gcc9/include/c++/tuple:39,
                 from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
                 from /usr/local/lib/gcc9/include/c++/map:61,
                 from stdafx.h:13,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
   74 |     class basic_string;
      |           ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note:                 'template<class charT, class traits, class Allocator> class std::basic_string'
   63 |     template <class charT, class traits, class Allocator> class basic_string;
      |                                                                 ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/ios:43,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/streambuf:181:3: error: 'basic_string' has not been declared
  181 |   basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
      |   ^~~~~~~~~~~~
/usr/local/lib/gcc9/include/c++/streambuf:181:15: error: expected ',' or '...' before '<' token
  181 |   basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
      |               ^
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_facets.h:2655,
                 from /usr/local/lib/gcc9/include/c++/bits/basic_ios.h:37,
                 from /usr/local/lib/gcc9/include/c++/ios:44,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc: In member function 'void std::__numpunct_cache<_CharT>::_M_cache(const std::locale&)':
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:96:10: error: reference to 'basic_string' is ambiguous
   96 |    const basic_string<_CharT>& __tn = __np.truename();
      |          ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
                 from /usr/local/lib/gcc9/include/c++/stdexcept:39,
                 from /usr/local/lib/gcc9/include/c++/array:39,
                 from /usr/local/lib/gcc9/include/c++/tuple:39,
                 from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
                 from /usr/local/lib/gcc9/include/c++/map:61,
                 from stdafx.h:13,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
   74 |     class basic_string;
      |           ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note:                 'template<class charT, class traits, class Allocator> class std::basic_string'
   63 |     template <class charT, class traits, class Allocator> class basic_string;
      |                                                                 ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_facets.h:2655,
                 from /usr/local/lib/gcc9/include/c++/bits/basic_ios.h:37,
                 from /usr/local/lib/gcc9/include/c++/ios:44,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:97:23: error: '__tn' was not declared in this scope
   97 |    _M_truename_size = __tn.size();
      |                       ^~~~
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:101:10: error: reference to 'basic_string' is ambiguous
  101 |    const basic_string<_CharT>& __fn = __np.falsename();
      |          ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/string:39,
                 from /usr/local/lib/gcc9/include/c++/stdexcept:39,
                 from /usr/local/lib/gcc9/include/c++/array:39,
                 from /usr/local/lib/gcc9/include/c++/tuple:39,
                 from /usr/local/lib/gcc9/include/c++/bits/stl_map.h:63,
                 from /usr/local/lib/gcc9/include/c++/map:61,
                 from stdafx.h:13,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stringfwd.h:74:11: note: candidates are: 'template<class _CharT, class _Traits, class _Alloc> class std::__cxx11::basic_string'
   74 |     class basic_string;
      |           ^~~~~~~~~~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:63:65: note:                 'template<class charT, class traits, class Allocator> class std::basic_string'
   63 |     template <class charT, class traits, class Allocator> class basic_string;
      |                                                                 ^~~~~~~~~~~~
In file included from /usr/local/lib/gcc9/include/c++/bits/locale_facets.h:2655,
                 from /usr/local/lib/gcc9/include/c++/bits/basic_ios.h:37,
                 from /usr/local/lib/gcc9/include/c++/ios:44,
                 from /usr/local/lib/gcc9/include/c++/ostream:38,
                 from /usr/local/lib/gcc9/include/c++/iterator:64,
                 from ../../../Extern/include/boost/detail/iterator.hpp:54,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:10,
                 from ../../../Extern/include/boost/unordered/detail/table.hpp:14,
                 from ../../../Extern/include/boost/unordered/detail/equivalent.hpp:10,
                 from ../../../Extern/include/boost/unordered/unordered_map.hpp:19,
                 from ../../../Extern/include/boost/unordered_map.hpp:16,
                 from ClientManager.h:5,
                 from NetBase.cpp:4:
/usr/local/lib/gcc9/include/c++/bits/locale_facets.tcc:102:24: error: '__fn' was not declared in this scope
  102 |    _M_falsename_size = __fn.size();
      |                        ^~~~
In file included from NetBase.cpp:4:
ClientManager.h: At global scope:
ClientManager.h:36:10: error: reference to 'list' is ambiguous
   36 |  typedef std::list<CPeer *>   TPeerList;
      |          ^~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
                 from ../../common/stl.h:7,
                 from stdafx.h:18,
                 from NetBase.cpp:1:
/usr/local/lib/gcc9/include/c++/bits/stl_list.h:552:11: note: candidates are: 'template<class _Tp, class _Alloc> class std::__cxx11::list'
  552 |     class list : protected _List_base<_Tp, _Alloc>
      |           ^~~~
In file included from ../../../Extern/include/boost/functional/hash/extensions.hpp:17,
                 from ../../../Extern/include/boost/functional/hash/hash.hpp:49 ,
                 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 ClientManager.h:5,
                 from NetBase.cpp:4:
../../../Extern/include/boost/detail/container_fwd.hpp:81:47: note:                 'template<class T, class Allocator> class std::list'
   81 |     template <class T, class Allocator> class list;
      |                                               ^~~~
In file included from NetBase.cpp:4:
ClientManager.h:402:2: error: 'TPeerList' does not name a type
  402 |  TPeerList    m_peerList;
      |  ^~~~~~~~~
ClientManager.h: In member function 'Func CClientManager::for_each_peer(Func)':
ClientManager.h:590:5: error: 'TPeerList' has not been declared
  590 |     TPeerList::iterator it;
      |     ^~~~~~~~~
ClientManager.h:591:10: error: 'it' was not declared in this scope; did you mean 'int'?
  591 |     for (it = m_peerList.begin(); it!=m_peerList.end();++it)
      |          ^~
      |          int
ClientManager.h:591:15: error: 'm_peerList' was not declared in this scope
  591 |     for (it = m_peerList.begin(); it!=m_peerList.end();++it)
      |               ^~~~~~~~~~
gmake: *** [Makefile:68: .obj/NetBase.o] Error 1
root@localhost:/usr/src/zemusgamesource/Server/db/src #
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Şu an konuyu görüntüleyenler (Toplam : 1, Üye: 0, Misafir: 1)

Benzer konular

Cevaplar
104
Görüntüleme
11K
Cevaplar
42
Görüntüleme
5K
Cevaplar
874
Görüntüleme
92K
Geri
Üst