Çözüldü FreeBSD 11.3 Build Sorunu

  • Konuyu açan Konuyu açan Kaiser
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 9
  • Gösterim Gösterim 850
Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

Kaiser

𝗝𝗮𝗺𝗮𝗶𝘀 𝗩𝘂
Admin
Geliştirici
Yardımsever Üye
Mesaj
3.788
Çözümler
361
Beğeni
3.736
Puan
1.849
Ticaret Puanı
0
Çözüldü - Server Taraflı Efsun Botu Ekleme - Syserr
Burada önerilen bsd yi yükledim. Gcc sürümüyle alakalı olabilir mi?

Kod:
Genişlet Daralt Kopyala
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 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 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)'
  307 |     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:
../../../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 stdafx.h:17,
                 from BattleArena.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: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/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: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: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 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)'
  307 |     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:
../../../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 stdafx.h:17,
                 from BattleArena.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: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/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: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: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 char.h:4,
                 from BattleArena.cpp:6:
/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:18,
                 from BattleArena.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: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/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 char.h:4,
                 from BattleArena.cpp:6:
/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 char.h:4,
                 from BattleArena.cpp:6:
/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:18,
                 from BattleArena.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: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/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 char.h:4,
                 from BattleArena.cpp:6:
/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 char.h:4,
                 from BattleArena.cpp:6:
/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:18,
                 from BattleArena.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: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/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 char.h:4,
                 from BattleArena.cpp:6:
/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:18,
                 from BattleArena.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: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/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 char.h:4,
                 from BattleArena.cpp:6:
/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 char.h:4,
                 from BattleArena.cpp:6:
/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:18,
                 from BattleArena.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: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/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 char.h:4,
                 from BattleArena.cpp:6:
/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:18,
                 from BattleArena.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: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/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 char.h:4,
                 from BattleArena.cpp:6:
/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 BattleArena.cpp:6:
char.h: At global scope:
char.h:943:9: error: reference to 'list' is ambiguous
  943 |   const std::list<CAffect *> & GetAffectContainer() const { return m_list_pkAffect; }
      |         ^~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
                 from stdafx.h:17,
                 from BattleArena.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: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/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 BattleArena.cpp:6:
char.h:949:3: error: reference to 'list' is ambiguous
  949 |   std::list<CAffect *> m_list_pkAffect;
      |   ^~~
In file included from /usr/local/lib/gcc9/include/c++/list:63,
                 from stdafx.h:17,
                 from BattleArena.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: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/detail/container_fwd.hpp:81:47: note:                 'template<class T, class Allocator> class std::list'
   81 |     template <class T, class Allocator> class list;
      |                                               ^~~~
 
Son düzenleme:
Hazır bsd kullanmak yerine sıfırdan freebsd kurduktan sonra gerekli paketleri kurunuz
 
Şimdi fark ettim bunda gcc49 yüklü değil, üst versiyonları yüklü.
Elimde de gcc49 var ama freebsd11 de kurulum dizini farklı sanırım. Distfiles klasörünü göremedim.
Kurulum dosyasını nereye atıp çalıştırmam gerekiyor acaba?
 
Hatırladığım kadarıyla gcc4.9 güncel sürümlere kurulmuyor. 8 veya 9 kurabilirsiniz.
Kaynak kodlarınızı güncel sürümlerde derlenmesi için yükseltmeniz gerekiyor.
 
Anladım. Onlar zaten kurulu. O zaman bu durumda src yi yükseltmem gerekiyor sanırım. Çünkü freebsd 9.2 ve gcc49 da sorunsuz build ediliyor.
Freebsd 11 de ne yapmam gerekiyor build sorununu gidermem için?
 
Bunla ilgili videolu anlatımlarım mevcut. Altyapı rehberinde anlattım. Fakat önceki konuda mobilden girdiğiniz için izleyeceğinizi belirtmiştiniz. Bende videoda hazırlanan dosyalar özerinde deneyebilirsiniz demiştim.
Buradaki dosyayı indirin:
Linkleri görebilmek için giriş yap veya kayıt ol.

Ve build etmeye çalışın.

Sırayla şu komutu girin.
Kod:
Genişlet Daralt Kopyala
pkg install git
cd /home
git clone https://github.com/MMOTutkunlari/AltyapiServer.git

İçerisinde Extern ve kodlar bulunuyor. İlk cryptopp'u build ettirin sonra source dosyasını.
Çözüldü - Server Taraflı Efsun Botu Ekleme - Syserr bu konuda belirttiğiniz sistemi buna ekleyerek test edin. Eğer olursa daha sonra videolu rehberlere bakarak yada dosyaları karşılaştırarak kendi source dosyalarınızı yükseltebilirsiniz.

Güncel sistemleri kullanabilmek için kaynak kodlarınızı güncellemeniz gerekiyor.
 
game src build ederken verdiği hata;

Kod:
Genişlet Daralt Kopyala
linking ../game_r40020....
/usr/local/bin/ld: cannot find -lcryptopp
/usr/local/bin/ld: cannot find -lthecore
/usr/local/bin/ld: cannot find -lpoly
/usr/local/bin/ld: cannot find -llua
/usr/local/bin/ld: cannot find -llualib
/usr/local/bin/ld: cannot find -lsql
/usr/local/bin/ld: cannot find -lgame
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:139: ../game_r40020] Error 1

Ayrıca bir çok .cpp de warning vererek derledi. Freebsd 11 e pkg ile değil fakat manual olarak gcc49 yüklenebileceğini okumuştum ama kurulum dizinini falan bulamadım. Şu durumda bunun faydası olur mu bilmiyorum ama en azından denemek istiyorum. Acaba manual olarak nasıl kurabilirim ?
 
Diğer projeler derlenmediği için bu hataları veriyor. Proje dosyasında nasıl build edileceği yazıyor.

cd /home/AltyapiServer/Srcs/Server
gmake all


kraizy.tgz dosyaları ile oluşturulan altyapı. O yüzden fazla warning verebilir. Önümüzdeki süreçte warninglerin çözülmüş halide yayınlanacak.

Şu durumda bunun faydası olur mu bilmiyorum ama en azından denemek istiyorum. Acaba manual olarak nasıl kurabilirim ?
Desteklenmeyen sürümleri kurmaya gerek yok bence. Büyük ihtimal build işlevi başarısız olur. Okuduğunuz konu bu olabilir. Freebsd 9x Pkg Komutunu Çalıştırmak
 
Güncelleme işlemlerini daha sonraya ertelediğim için şu an için bu sistemi yüklemekten vazgeçtim. Yardımlarınız için teşekkürler :) Konu kapatılabilir.
 
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Üst