Jump to content

How To compile Metin2 Server Source on FreeBSD ?


Denis

Recommended Posts

root@exosec:/usr/src/novaline/Server/game/src # gmake clean
gmake: Warning: File 'Makefile' has modification time 3261 s in the future
gmake: warning:  Clock skew detected.  Your build may be incomplete.
root@exosec:/usr/src/novaline/Server/game/src # gmake -j20
gmake: Warning: File 'Makefile' has modification time 3254 s in the future
compile MarkConvert.cpp
compile FSM.cpp
compile TrafficProfiler.cpp
compile MarkManager.cpp
compile BattleArena.cpp
compile OXEvent.cpp
compile MarkImage.cpp
compile arena.cpp
compile banword.cpp
compile blend_item.cpp
compile battle.cpp
In file included from FSM.cpp:4:0:
/usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
   inline __int128
          ^
compile block_country.cpp
compile building.cpp
compile castle.cpp
compile char_affect.cpp
Makefile:129: recipe for target 'OBJDIR/FSM.o' failed
gmake: *** [OBJDIR/FSM.o] Error 1
gmake: *** Waiting for unfinished jobs....
compile char.cpp
compile buffer_manager.cpp
compile char_change_empire.cpp
compile char_battle.cpp
compile ani.cpp
In file included from debug_allocator.h:4:0,
                 from stdafx.h:7,
                 from MarkManager.cpp:1:
/usr/local/lib/gcc48/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 blend_item.cpp:10:
/usr/local/lib/gcc48/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 TrafficProfiler.cpp:10:
/usr/local/lib/gcc48/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 MarkConvert.cpp:1:
/usr/local/lib/gcc48/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 block_country.cpp:10:
/usr/local/lib/gcc48/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/gcc48/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 buffer_manager.cpp:1:
/usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
   inline __int128
          ^
Makefile:129: recipe for target 'OBJDIR/MarkImage.o' failed
gmake: *** [OBJDIR/MarkImage.o] Error 1
Makefile:129: recipe for target 'OBJDIR/MarkConvert.o' failed
gmake: *** [OBJDIR/MarkConvert.o] Error 1
Makefile:129: recipe for target 'OBJDIR/TrafficProfiler.o' failed
gmake: *** [OBJDIR/TrafficProfiler.o] Error 1
Makefile:129: recipe for target 'OBJDIR/MarkManager.o' failed
gmake: *** [OBJDIR/MarkManager.o] Error 1
Makefile:129: recipe for target 'OBJDIR/buffer_manager.o' failed
gmake: *** [OBJDIR/buffer_manager.o] Error 1
Makefile:129: recipe for target 'OBJDIR/block_country.o' failed
gmake: *** [OBJDIR/block_country.o] Error 1
Makefile:129: recipe for target 'OBJDIR/blend_item.o' failed
gmake: *** [OBJDIR/blend_item.o] Error 1
In file included from debug_allocator.h:4:0,
                 from stdafx.h:7,
                 from BattleArena.cpp:1:
/usr/local/lib/gcc48/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 castle.cpp:12:
/usr/local/lib/gcc48/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 banword.cpp:1:
/usr/local/lib/gcc48/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 arena.cpp:1:
/usr/local/lib/gcc48/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 char_change_empire.cpp:2:
/usr/local/lib/gcc48/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 OXEvent.cpp:1:
/usr/local/lib/gcc48/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 char_affect.cpp:2:
/usr/local/lib/gcc48/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 ani.cpp:10:
/usr/local/lib/gcc48/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 char_battle.cpp:1:
/usr/local/lib/gcc48/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 building.cpp:1:
/usr/local/lib/gcc48/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 battle.cpp:1:
/usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
   inline __int128
          ^
char.cpp:7234:3: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
   return 2500000000;
   ^
In file included from debug_allocator.h:4:0,
                 from stdafx.h:7,
                 from char.cpp:1:
/usr/local/lib/gcc48/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
   inline __int128
          ^
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 banword.h:5,
                 from banword.cpp:3:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 castle.cpp:21:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 questmanager.h:4,
                 from arena.cpp:8:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 char_change_empire.cpp:4:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 char_affect.cpp:5:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 questmanager.h:4,
                 from OXEvent.cpp:4:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 ani.cpp:11:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 desc_manager.h:4,
                 from char_battle.cpp:5:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
Makefile:129: recipe for target 'OBJDIR/banword.o' failed
gmake: *** [OBJDIR/banword.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 building.cpp:8:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 char.cpp:6:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
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 battle.cpp:5:
/usr/local/lib/gcc48/include/c++/limits:1405:35: error: template argument 1 is invalid
     struct numeric_limits<__int128>
                                   ^
/usr/local/lib/gcc48/include/c++/limits:1479:44: error: template argument 1 is invalid
     struct numeric_limits<unsigned __int128>
                                            ^
Makefile:129: recipe for target 'OBJDIR/castle.o' failed
gmake: *** [OBJDIR/castle.o] Error 1
Makefile:129: recipe for target 'OBJDIR/ani.o' failed
gmake: *** [OBJDIR/ani.o] Error 1
Makefile:129: recipe for target 'OBJDIR/char_change_empire.o' failed
gmake: *** [OBJDIR/char_change_empire.o] Error 1
Makefile:129: recipe for target 'OBJDIR/arena.o' failed
gmake: *** [OBJDIR/arena.o] Error 1
Makefile:129: recipe for target 'OBJDIR/char_affect.o' failed
gmake: *** [OBJDIR/char_affect.o] Error 1
Makefile:129: recipe for target 'OBJDIR/BattleArena.o' failed
gmake: *** [OBJDIR/BattleArena.o] Error 1
Makefile:129: recipe for target 'OBJDIR/OXEvent.o' failed
gmake: *** [OBJDIR/OXEvent.o] Error 1
Makefile:129: recipe for target 'OBJDIR/battle.o' failed
gmake: *** [OBJDIR/battle.o] Error 1
char_battle.cpp: In member function 'void CHARACTER::Reward(bool)':
char_battle.cpp:775:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
   if (GetLevel() - pkAttacker->GetLevel() >= -10)
      ^
Makefile:129: recipe for target 'OBJDIR/building.o' failed
gmake: *** [OBJDIR/building.o] Error 1
char.cpp: In member function 'int CHARACTER::GetPolymorphPoint(BYTE) const':
char.cpp:2871:57: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
      if (GetJob() == JOB_SHAMAN || GetJob() == JOB_SURA && GetSkillGroup() == 2)
                                                         ^
char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
char.cpp:3079:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (amount < 0 && exp < -amount)
                              ^
char.cpp: In member function 'void CHARACTER::SetTarget(LPCHARACTER)':
char.cpp:5116:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if (m_pkChrTarget->IsPC() && !m_pkChrTarget->IsPolymorphed() || m_pkChrTarget->GetMaxHP() <= 0)
                             ^
Makefile:129: recipe for target 'OBJDIR/char_battle.o' failed
gmake: *** [OBJDIR/char_battle.o] Error 1
char.cpp: In member function 'bool CHARACTER::CanSummon(int)':
char.cpp:6301:49: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  return (iLeaderShip >= 20 || iLeaderShip >= 12 && m_dwLastDeadTime + 180 > get_dword_time());
                                                 ^
Makefile:129: recipe for target 'OBJDIR/char.o' failed
gmake: *** [OBJDIR/char.o] Error 1
Link to comment
Share on other sites

 

root@mt2:/root # cd /usr/src/mainline_released/Server/game/src

root@mt2:/usr/src/mainline_released/Server/game/src # cd /usr/src/mainline_relea            sed/Server/game/src
root@mt2:/usr/src/mainline_released/Server/game/src # gmake clean
Depend:24408: *** missing separator.  Stop.
root@mt2:/usr/src/mainline_released/Server/game/src # gmake -j20
gmake: *** No rule to make target `../../../Extern/include/boost/exception', nee            ded by `OBJDIR/BattleArena.o'.  Stop.
root@mt2:/usr/src/mainline_released/Server/game/src # cd /usr/src/mainline_relea            sed/Server/game/src
root@mt2:/usr/src/mainline_released/Server/game/src # gmake clean
root@mt2:/usr/src/mainline_released/Server/game/src # gmake -j20
gmake: *** No rule to make target `../../../Extern/include/boost/exception', nee            ded by `OBJDIR/BattleArena.o'.  Stop.
root@mt2:/usr/src/mainline_released/Server/game/src # #include <stdio.h>
Missing name for redirect.
root@mt2:/usr/src/mainline_released/Server/game/src #
root@mt2:/usr/src/mainline_released/Server/game/src # void WriteVersion()
Badly placed ()'s.
root@mt2:/usr/src/mainline_released/Server/game/src # {
{: Command not found.
root@mt2:/usr/src/mainline_released/Server/game/src # #ifndef __WIN32__
#ifndef: Command not found.
root@mt2:/usr/src/mainline_released/Server/game/src #     FILE* fp = fopen("VERS            ION.txt", "w");
Badly placed ()'s.
root@mt2:/usr/src/mainline_released/Server/game/src #
root@mt2:/usr/src/mainline_released/Server/game/src #     if (fp)
if: Expression Syntax.
root@mt2:/usr/src/mainline_released/Server/game/src #     {
{: Command not found.
root@mt2:/usr/src/mainline_released/Server/game/src #         fprintf(fp, "game             revision: 123456n");
Badly placed ()'s.
root@mt2:/usr/src/mainline_released/Server/game/src #         fclose(fp);
Badly placed ()'s.
root@mt2:/usr/src/mainline_released/Server/game/src #     }
}: Command not found.
root@mt2:/usr/src/mainline_released/Server/game/src # #endif
#endif: Command not found.
root@mt2:/usr/src/mainline_released/Server/game/src # }
}: Command not found.
root@mt2:/usr/src/mainline_released/Server/game/src # cd cd /usr/src/mainline_re            leased/Server/game/src
cd: Too many arguments.
root@mt2:/usr/src/mainline_released/Server/game/src # cd /usr/src/mainline_relea            sed/Server/game/src
root@mt2:/usr/src/mainline_released/Server/game/src # gmake clean
root@mt2:/usr/src/mainline_released/Server/game/src # gmake -j20
gmake: *** No rule to make target `../../../Extern/include/boost/exception', nee            ded by `OBJDIR/BattleArena.o'.  Stop.
root@mt2:/usr/src/mainline_released/Server/game/src # cd /usr/ports/devel/gmake && make install clean
===>  Installing for gmake-3.82_1
===>   gmake-3.82_1 depends on executable: indexinfo - found
===>   gmake-3.82_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9)
===>   gmake-3.82_1 depends on shared library: libiconv.so.3 - found (/usr/local/lib/libiconv.so.3)
===>  Checking if gmake already installed
===>   gmake-3.82_1 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of gmake
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** [check-already-installed] Error code 1
 
Stop in /usr/ports/devel/gmake.
*** [install] Error code 1
 
Stop in /usr/ports/devel/gmake.
root@mt2:/usr/ports/devel/gmake # cd /usr/ports/devel/makedepend && make install clean
===>  Installing for makedepend-1.0.5,1
===>   makedepend-1.0.5,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found
===>  Checking if makedepend already installed
===>   makedepend-1.0.5,1 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of makedepend
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** [check-already-installed] Error code 1
 
Stop in /usr/ports/devel/makedepend.
root@mt2:/usr/ports/devel/makedepend # cd /usr/ports/devel/subversion && make install clean
 
You can have the repository created for you by defining
WITH_REPOSITORY_CREATION.
 
Make sure that:
* all your svn users are members of a common group
* this group is the group id of the db/ and locks/
  subdirectories of your repository
* the above subdirectories are writable by this group
 
Many useful scripts will be installed into /usr/local/share/subversion
===>  subversion-1.8.10_3 has known vulnerabilities:
subversion-1.8.10_3 is vulnerable:
subversion -- DoS vulnerabilities
CVE: CVE-2014-8108
CVE: CVE-2014-3580
 
1 problem(s) in the installed packages found.
=> Please update your ports tree and try again.
=> Note: Vulnerable ports are marked as such even if there is no update available.
=> If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes'
*** [check-vulnerable] Error code 1
 
Stop in /usr/ports/devel/subversion.
*** [install] Error code 1
 
Stop in /usr/ports/devel/subversion.
root@mt2:/usr/ports/devel/subversion # cd /usr/ports/graphics/devil && make install clean
===>   devil-1.7.8_17,1 depends on file: /usr/local/bin/sdl-config - not found
===>    Verifying install for /usr/local/bin/sdl-config in /usr/ports/devel/sdl12
===>   sdl-1.2.15_5,2 depends on executable: nasm - found
===>   sdl-1.2.15_5,2 depends on executable: gmake - found
===>   sdl-1.2.15_5,2 depends on executable: pkgconf - found
===>   sdl-1.2.15_5,2 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found
===>   sdl-1.2.15_5,2 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - found
===>   sdl-1.2.15_5,2 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - found
===>   sdl-1.2.15_5,2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>    Verifying install for /usr/local/libdata/pkgconfig/x11.pc in /usr/ports/x11/libX11
===>   libX11-1.6.2_2,1 depends on executable: pkgconf - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/bigreqsproto.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xcmiscproto.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/kbproto.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xf86bigfontproto.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xorg-macros.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found
===>   libX11-1.6.2_2,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - not found
===>    Verifying install for /usr/local/libdata/pkgconfig/xcb.pc in /usr/ports/x11/libxcb
===>   libxcb-1.10_2 depends on file: /usr/local/lib/libcheck.a - found
===>   libxcb-1.10_2 depends on package: xcb-proto>=1.9 - not found
===>    Verifying install for xcb-proto>=1.9 in /usr/ports/x11/xcb-proto
===>   xcb-proto-1.10_1 depends on executable: xmllint - not found
===>    Verifying install for xmllint in /usr/ports/textproc/libxml2
===>  libxml2-2.9.1_1 has known vulnerabilities:
libxml2-2.9.1_1 is vulnerable:
libxml2 -- Denial of service
CVE: CVE-2014-3660
 
1 problem(s) in the installed packages found.
=> Please update your ports tree and try again.
=> Note: Vulnerable ports are marked as such even if there is no update available.
=> If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes'
*** [check-vulnerable] Error code 1
 
Stop in /usr/ports/textproc/libxml2.
*** [install] Error code 1
 
Stop in /usr/ports/textproc/libxml2.
*** [build-depends] Error code 1
 
Stop in /usr/ports/x11/xcb-proto.
*** [build-depends] Error code 1
 
Stop in /usr/ports/x11/libxcb.
*** [install] Error code 1
 
Stop in /usr/ports/x11/libxcb.
*** [build-depends] Error code 1
 
Stop in /usr/ports/x11/libX11.
*** [build-depends] Error code 1
 
Stop in /usr/ports/devel/sdl12.
*** [install] Error code 1
 
Stop in /usr/ports/devel/sdl12.
*** [build-depends] Error code 1
 
Stop in /usr/ports/graphics/devil.
*** [install] Error code 1
 
Stop in /usr/ports/graphics/devil.
root@mt2:/usr/ports/graphics/devil # cd /usr/ports/lang/gcc48/ && make install clean
===>  Installing for gcc48-4.8.4.s20140918
===>   gcc48-4.8.4.s20140918 depends on file: /usr/local/bin/as - found
===>   gcc48-4.8.4.s20140918 depends on file: /usr/local/share/java/ecj-4.5.jar - found
===>   gcc48-4.8.4.s20140918 depends on executable: indexinfo - found
===>   gcc48-4.8.4.s20140918 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so.10.1.3)
===>   gcc48-4.8.4.s20140918 depends on shared library: libmpfr.so - found (/usr/local/lib/libmpfr.so.4.1.2)
===>   gcc48-4.8.4.s20140918 depends on shared library: libmpc.so - found (/usr/local/lib/libmpc.so.3.0.0)
===>   gcc48-4.8.4.s20140918 depends on shared library: libiconv.so.3 - found (/usr/local/lib/libiconv.so.3)
===>  Checking if gcc48 already installed
===>   gcc48-4.8.4.s20140918 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of gcc48
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** [check-already-installed] Error code 1
 
Stop in /usr/ports/lang/gcc48.
*** [install] Error code 1
 
Help Me 
Link to comment
Share on other sites

  • 3 weeks later...
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../Extern/include/cryptopp/cryptlib.h:277:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../Extern/include/cryptopp/cryptlib.h:283:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../Extern/include/cryptopp/cryptlib.h:277:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../Extern/include/cryptopp/cryptlib.h:283:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../Extern/include/cryptopp/cryptlib.h:277:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../Extern/include/cryptopp/cryptlib.h:283:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../Extern/include/cryptopp/cryptlib.h:277:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../Extern/include/cryptopp/cryptlib.h:283:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
../../../Extern/include/cryptopp/cryptlib.h:277:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
../../../Extern/include/cryptopp/cryptlib.h:283:   instantiated from here
../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
......
Can anyone help?
Link to comment
Share on other sites

  • 4 weeks later...
gmake: *** [OBJDIR/battle.o] Error 1
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
Makefile:129: recipe for target 'OBJDIR/building.o' failed
gmake: *** [OBJDIR/building.o] Error 1
Makefile:129: recipe for target 'OBJDIR/char_affect.o' failed
gmake: *** [OBJDIR/char_affect.o] Error 1
char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
char.cpp:3079: warning: comparison between signed and unsigned integer expressions
char.cpp: In member function 'void<unnamed>::FuncCheckWarp::operator()(CEntity*)':
char.cpp:6422: warning: overflow in implicit constant conversion
Makefile:129: recipe for target 'OBJDIR/char.o' failed
gmake: *** [OBJDIR/char.o] Error 1
 
 
help me please
Link to comment
Share on other sites

Hello guys today i'm gonna show u how to compile the source in freebsd.

 

First of all you need and dns or a dedicated server because in hamachi server we can not use the fetch command

 

We will install Gmake,Makedepend,Svn(subversion),Devil,G++

 

1)gmake:

cd /usr/ports/devel/gmake && make install clean

2)makedepend:

 

cd /usr/ports/devel/makedepend && make install clean

 

3)svn:

 

cd /usr/ports/devel/subversion && make install clean

 

4)devil:

 

cd /usr/ports/graphics/devil && make install clean

5)G++:

cd /usr/ports/lang/gcc48/ && make install clean

NOTE: if you have already installed some of this step just skip the step and follow the other

 

Then you do this:

    From libdevil/ copy all .a files into /usr/lib

    From libgame/From lib copy the From libgame.a file into /usr/lib

    From libhackshield/From lib copy the From libanticpxsvr.a file into /usr/lib

    From liblua/From lib copy the .a files into /usr/lib

    From libpoly/ copy the .o files into /usr/lib

    From libserverkey/ copy the .o files into /usr/lib

    From libthecore/From lib copy the From libthecore.a files into /usr/lib

After copying the files into the /usr/lib do this:

 

go to Extern folder of the novaline and open the include folder and copy everything into /usr/include

go to Extern/Lib folder of the novaline branch and copy everything from there to /usr/lib

go to Extern folder of the novaline branch and drag the cryptopp and openssl folders into /usr/include

 

So we have installed everything then we have to upload the branch novaline into /usr/src

then u give this command in freebsd:

 

cd /usr/src/novaline/Server

cd /usr/src/novaline/Server/
gmake

 To build db:

cd /usr/src/novaline/Server/db/src
gmake clean
gmake -j20

To build game:

cd /usr/src/novaline/Server/game/src
gmake clean
gmake -j20

Fixing the error:

g++ directory": No such file or directory

Solution: here

In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_affect.cpp:2:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
Makefile:129: recipe for target 'OBJDIR/ani.o' failed
gmake: *** [OBJDIR/ani.o] Error 1
Makefile:129: recipe for target 'OBJDIR/arena.o' failed
gmake: *** [OBJDIR/arena.o] Error 1
Makefile:129: recipe for target 'OBJDIR/OXEvent.o' failed
gmake: *** [OBJDIR/OXEvent.o] Error 1
Makefile:129: recipe for target 'OBJDIR/castle.o' failed
gmake: *** [OBJDIR/castle.o] Error 1
In file included from cipher.h:6,
                 from desc.h:7,
                 from building.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
Makefile:129: recipe for target 'OBJDIR/battle.o' failed
gmake: *** [OBJDIR/battle.o] Error 1
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
Makefile:129: recipe for target 'OBJDIR/building.o' failed
gmake: *** [OBJDIR/building.o] Error 1
Makefile:129: recipe for target 'OBJDIR/char_affect.o' failed
gmake: *** [OBJDIR/char_affect.o] Error 1
char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
char.cpp:3079: warning: comparison between signed and unsigned integer expressions
char.cpp: In member function 'void<unnamed>::FuncCheckWarp::operator()(CEntity*)':
char.cpp:6422: warning: overflow in implicit constant conversion
Makefile:129: recipe for target 'OBJDIR/char.o' failed
gmake: *** [OBJDIR/char.o] Error 1
 
please help me please
Link to comment
Share on other sites

In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_affect.cpp:2:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
Makefile:129: recipe for target 'OBJDIR/ani.o' failed
gmake: *** [OBJDIR/ani.o] Error 1
Makefile:129: recipe for target 'OBJDIR/arena.o' failed
gmake: *** [OBJDIR/arena.o] Error 1
Makefile:129: recipe for target 'OBJDIR/OXEvent.o' failed
gmake: *** [OBJDIR/OXEvent.o] Error 1
Makefile:129: recipe for target 'OBJDIR/castle.o' failed
gmake: *** [OBJDIR/castle.o] Error 1
In file included from cipher.h:6,
                 from desc.h:7,
                 from building.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
Makefile:129: recipe for target 'OBJDIR/battle.o' failed
gmake: *** [OBJDIR/battle.o] Error 1
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
Makefile:129: recipe for target 'OBJDIR/building.o' failed
gmake: *** [OBJDIR/building.o] Error 1
Makefile:129: recipe for target 'OBJDIR/char_affect.o' failed
gmake: *** [OBJDIR/char_affect.o] Error 1
char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
char.cpp:3079: warning: comparison between signed and unsigned integer expressions
char.cpp: In member function 'void<unnamed>::FuncCheckWarp::operator()(CEntity*)':
char.cpp:6422: warning: overflow in implicit constant conversion
Makefile:129: recipe for target 'OBJDIR/char.o' failed
gmake: *** [OBJDIR/char.o] Error 1
 
please help me please

 

 

What is your system architecture (use uname -m to determine)?

The source code has been written for x86 systems and many data type usages depend on that (int, size_t, long are all 32 bit long on x86).

 

If you are trying to compile the source code on amd64 archtecture (64bit CPU and OS), you will encouter many errors because data types are different (int and size_t are 64 bit long, long is [at least but usually] 32 bit long).

 

Refactoring the code to use data types consistently will probably be a very extensive task, so I recommend you setup a 32 bit system (possibly in a VM).

Link to comment
Share on other sites

  • 3 weeks later...
char.cpp:7341:124: warning: trigraph ??) converted to ] [-Wtrigraphs]
     if (!strcmp(Message, "(?¢­¢¥c)") || !strcmp(Message, "(¥ì¡¤)") || !strcmp(Message, "(¡¾a¡íY)") || !strcmp(Message, "(AA??)") || !strcmp(Message, "(¡íc¢Ò?)") || !strcmp(Message, "(?©¢©©e)") || !strcmp(Message, "(??C?)") || !strcmp(Message, "(????)") || !strcmp(Message, "(AE??)"))
 ^
char.cpp:7341:246: warning: trigraph ??) converted to ] [-Wtrigraphs]
char.cpp:7341:274: warning: trigraph ??) converted to ] [-Wtrigraphs]
     if (!strcmp(Message, "(?¢­¢¥c)") || !strcmp(Message, "(¥ì¡¤)") || !strcmp(Message, "(¡¾a¡íY)") || !strcmp(Message, "(AA??)") || !strcmp(Message, "(¡íc¢Ò?)") || !strcmp(Message, "(?©¢©©e)") || !strcmp(Message, "(??C?)") || !strcmp(Message, "(????)") || !strcmp(Message, "(AE??)"))
 ^
PetSystem.cpp: In member function 'virtual bool CPetActor::_UpdateFollowAI()':
PetSystem.cpp:246:7: warning: unused variable 'bDoMoveAlone' [-Wunused-variable]
  bool bDoMoveAlone = true;     // ij¸¯ÅÍ¿Í °¡±îÀÌ ÀÖÀ» ¶§ È¥ÀÚ ¿©±âÀú±â ¿òÁ÷ÀÏ°ÇÁö ¿©ºÎ ;
       ^
PetSystem.cpp: In member function 'CPetActor* CPetSystem::Summon(DWORD, LPITEM, const char*, bool, DWORD)':
PetSystem.cpp:552:8: warning: unused variable 'petVID' [-Wunused-variable]
  DWORD petVID = petActor->Summon(petName, pSummonItem, bSpawnFar);
        ^
In file included from ../../../Extern/include/cryptopp/secblock.h:7:0,
                 from ../../../Extern/include/cryptopp/modes.h:8,
                 from cipher.cpp:7:
../../../Extern/include/cryptopp/algparam.h: In instantiation of 'CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string<char>]':
../../../Extern/include/cryptopp/filters.h:793:132:   required from here
../../../Extern/include/cryptopp/misc.h:58:118: warning: unused variable 'cryptopp_assert_26' [-Wunused-variable]
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAssert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)
                                                                                                                      ^
../../../Extern/include/cryptopp/misc.h:61:39: note: in definition of macro 'CRYPTOPP_DO_ASSERT_JOIN'
 #define CRYPTOPP_DO_ASSERT_JOIN(X, Y) X##Y
                                       ^
../../../Extern/include/cryptopp/misc.h:58:97: note: in expansion of macro 'CRYPTOPP_ASSERT_JOIN'
 #define CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, instance) static CompileAssert<(assertion)> CRYPTOPP_ASSERT_JOIN(cryptopp_assert_, instance)
                                                                                                 ^
../../../Extern/include/cryptopp/misc.h:54:44: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT_INSTANCE'
 #define CRYPTOPP_COMPILE_ASSERT(assertion) CRYPTOPP_COMPILE_ASSERT_INSTANCE(assertion, __LINE__)
                                            ^
../../../Extern/include/cryptopp/algparam.h:26:9: note: in expansion of macro 'CRYPTOPP_COMPILE_ASSERT'
         CRYPTOPP_COMPILE_ASSERT(sizeof(CPP_TYPENAME T::value_type) == 1);
         ^
In file included from ../../../Extern/include/cryptopp/modes.h:12:0,
                 from cipher.cpp:7:
../../../Extern/include/cryptopp/algparam.h: In instantiation of 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]':
cipher.cpp:398:1:   required from here
../../../Extern/include/cryptopp/algparam.h:322:35: warning: unused variable 'p' [-Wunused-variable]
   AlgorithmParametersTemplate<T>* p = new(buffer) AlgorithmParametersTemplate<T>(*this);
                                   ^
buff_on_attributes.cpp: In member function 'void CBuffOnAttributes::ChangeBuffValue(BYTE)':
buff_on_attributes.cpp:119:8: warning: unused variable 'old_value' [-Wunused-variable]
    int old_value = sum_of_attr_value * m_bBuffValue / 100;
        ^
buff_on_attributes.cpp:120:8: warning: unused variable 'new_value' [-Wunused-variable]
    int new_value = sum_of_attr_value * bNewValue / 100;
        ^
DragonSoul.cpp: In member function 'bool DSManager::ExtractDragonHeart(LPCHARACTER, LPITEM, LPITEM)':
DragonSoul.cpp:353:8: warning: unused variable 'sum' [-Wunused-variable]
  float sum = 0.f;
        ^
DragonSoul.cpp: In member function 'bool DSManager::PullOut(LPCHARACTER, TItemPos, CItem*&, LPITEM)':
DragonSoul.cpp:438:9: warning: unused variable 'dwVnum' [-Wunused-variable]
   DWORD dwVnum = pItem->GetVnum(); 
         ^
DragonSoul.cpp: In member function 'bool DSManager::DoRefineGrade(LPCHARACTER, TItemPos (&)[15])':
DragonSoul.cpp:558:8: warning: unused variable 'prob_sum' [-Wunused-variable]
  float prob_sum;
        ^
DragonSoul.cpp: In member function 'bool DSManager::DoRefineStep(LPCHARACTER, TItemPos (&)[15])':
DragonSoul.cpp:766:8: warning: unused variable 'sum' [-Wunused-variable]
  float sum = 0.f;
        ^
In file included from ../../../Extern/include/cryptopp/secblock.h:7:0,
                 from ../../../Extern/include/cryptopp/modes.h:8,
                 from cipher.cpp:7:
../../../Extern/include/cryptopp/misc.h:548:20: warning: 'std::string CryptoPP::StringNarrow(const wchar_t*, bool)' defined but not used [-Wunused-function]
 static std::string StringNarrow(const wchar_t *str, bool throwOnError = true)
                    ^
minilzo.c: In function 'lzo_bool basic_integral_check()':
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:931:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(CHAR_BIT == 8);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:932:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(char) == 1);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:933:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(short) >= 2);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:934:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(long) >= 4);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:935:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(int) >= sizeof(short));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:936:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(long) >= sizeof(int));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:938:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_uint) == sizeof(lzo_int));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:939:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_uint32) == sizeof(lzo_int32));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:941:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_uint32) >= 4);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:942:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_uint32) >= sizeof(unsigned));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:946:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_uint) >= 4);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:947:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_uint) >= sizeof(unsigned));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:951:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(short) == 2);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:960:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(int) == 4);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:967:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(long) == 4);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:973:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(SIZEOF_UNSIGNED == sizeof(unsigned));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:976:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(SIZEOF_UNSIGNED_LONG == sizeof(unsigned long));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:987:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned char));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:988:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned short));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:989:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:990:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(unsigned long));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:991:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(short));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:992:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(int));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:993:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(long));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:995:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_uint32));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:996:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_uint));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:997:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(lzo_int32));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:998:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(lzo_int));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1000:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(INT_MAX    == LZO_STYPE_MAX(sizeof(int)));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1001:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(UINT_MAX   == LZO_UTYPE_MAX(sizeof(unsigned)));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1002:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(LONG_MAX   == LZO_STYPE_MAX(sizeof(long)));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1003:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(ULONG_MAX  == LZO_UTYPE_MAX(sizeof(unsigned long)));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1004:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(SHRT_MAX   == LZO_STYPE_MAX(sizeof(short)));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1005:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(USHRT_MAX  == LZO_UTYPE_MAX(sizeof(unsigned short)));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1006:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(LZO_UINT32_MAX == LZO_UTYPE_MAX(sizeof(lzo_uint32)));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1007:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(LZO_UINT_MAX   == LZO_UTYPE_MAX(sizeof(lzo_uint)));
  ^
minilzo.c: In function 'lzo_bool basic_ptr_check()':
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1021:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(char *) >= sizeof(int));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1022:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_byte *) >= sizeof(char *));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1024:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_voidp) == sizeof(lzo_byte *));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1025:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_voidp) == sizeof(lzo_voidpp));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1026:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_voidp) == sizeof(lzo_bytepp));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1027:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_voidp) >= sizeof(lzo_uint));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1029:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_ptr_t) == sizeof(lzo_voidp));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1030:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_ptr_t) == sizeof(lzo_sptr_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1031:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_ptr_t) >= sizeof(lzo_uint));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1033:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_ptrdiff_t) >= 4);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1034:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_ptrdiff_t) >= sizeof(ptrdiff_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1036:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(ptrdiff_t) >= sizeof(size_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1037:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_ptrdiff_t) >= sizeof(lzo_uint));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1046:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(ptrdiff_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1047:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(size_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1048:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(lzo_ptrdiff_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1049:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_SIGNED(lzo_sptr_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1050:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_ptr_t));
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1051:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(IS_UNSIGNED(lzo_moff_t));
  ^
minilzo.c: In function 'int _lzo_config_check()':
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1172:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT( (int) ((unsigned char) ((signed char) -1)) == 255);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1173:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1211:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(short) == 2);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1234:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(sizeof(lzo_uint32) == 4);
  ^
minilzo.c:118:16: warning: typedef '__lzo_compile_time_assert_fail' locally defined but not used [-Wunused-local-typedefs]
  { typedef int __lzo_compile_time_assert_fail[1 - 2 * !(expr)]; }
                ^
minilzo.c:924:41: note: in expansion of macro 'LZO_COMPILE_TIME_ASSERT'
 #  define COMPILE_TIME_ASSERT(expr)     LZO_COMPILE_TIME_ASSERT(expr)
                                         ^
minilzo.c:1260:2: note: in expansion of macro 'COMPILE_TIME_ASSERT'
  COMPILE_TIME_ASSERT(lzo_sizeof_dict_t == sizeof(lzo_dict_t));
  ^
item_manager_read_tables.cpp: In member function 'bool ITEM_MANAGER::ReadMonsterDropItemGroup(const char*)':
item_manager_read_tables.cpp:637:21: warning: unused variable 'pkGroup' [-Wunused-variable]
     CDropItemGroup* pkGroup = it->second;
                     ^
In file included from ../../../Extern/include/boost/mpl/aux_/integral_wrapper.hpp:22:0,
                 from ../../../Extern/include/boost/mpl/int.hpp:20,
                 from ../../../Extern/include/boost/mpl/lambda_fwd.hpp:23,
                 from ../../../Extern/include/boost/mpl/aux_/na_spec.hpp:18,
                 from ../../../Extern/include/boost/mpl/if.hpp:19,
                 from ../../../Extern/include/boost/mpl/eval_if.hpp:17,
                 from ../../../Extern/include/boost/iterator/iterator_categories.hpp:15,
                 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 desc_manager.h:4,
                 from shop_manager.cpp:8:
../../../Extern/include/boost/concept_check.hpp: In function 'void boost::function_requires(Model*)':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check43' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:43:7: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
       BOOST_CONCEPT_ASSERT((Model));
       ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AdaptableGenerator<Func, Return>::~AdaptableGenerator()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check413' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:413:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AdaptableUnaryFunction<Func, Return, Arg>::~AdaptableUnaryFunction()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check425' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:425:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check426' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:426:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AdaptableBinaryFunction<Func, Return, First, Second>::~AdaptableBinaryFunction()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check444' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:444:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check445' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:445:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check446' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:446:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<Second, second_argument_type>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::InputIterator<TT>::~InputIterator()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check477' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:477:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));
         ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check478' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:478:9: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
         BOOST_CONCEPT_ASSERT((Convertible<iterator_category, std::input_iterator_tag>));
         ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::ForwardIterator<TT>::~ForwardIterator()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check511' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:508:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::BidirectionalIterator<TT>::~BidirectionalIterator()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check539' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:536:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessIterator<TT>::~RandomAccessIterator()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check569' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:566:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Convertible<
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Container<C>::~Container()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check613' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:613:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<const_iterator>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_Container<C>::~Mutable_Container()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check641' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:640:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check643' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:643:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((InputIterator<iterator>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::ForwardContainer<C>::~ForwardContainer()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check663' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:660:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ForwardContainer<C>::~Mutable_ForwardContainer()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check676' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:673:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::ReversibleContainer<C>::~ReversibleContainer()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check691' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:689:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check693' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:693:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BidirectionalIterator<const_reverse_iterator>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_ReversibleContainer<C>::~Mutable_ReversibleContainer()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check715' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:715:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<iterator>));
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check716' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:716:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_BidirectionalIterator<reverse_iterator>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::RandomAccessContainer<C>::~RandomAccessContainer()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check736' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:733:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::Mutable_RandomAccessContainer<C>::~Mutable_RandomAccessContainer()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check760' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:760:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::iterator>));
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check761' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:761:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((Mutable_RandomAccessIterator<typename self::reverse_iterator>));
           ^
../../../Extern/include/boost/concept_check.hpp: In destructor 'boost::AssociativeContainer<C>::~AssociativeContainer()':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check865' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:865:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<key_compare,key_type,key_type>));
           ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check868' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/concept_check.hpp:868:11: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
           BOOST_CONCEPT_ASSERT((BinaryPredicate<value_compare,value_type_,value_type_>));
           ^
../../../Extern/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&)':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check162' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
../../../Extern/include/boost/range/algorithm/equal.hpp:162:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange1> ));
             ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check163' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
../../../Extern/include/boost/range/algorithm/equal.hpp:163:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange2> ));
             ^
../../../Extern/include/boost/range/algorithm/equal.hpp: In function 'bool boost::range::equal(const SinglePassRange1&, const SinglePassRange2&, BinaryPredicate)':
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check175' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
../../../Extern/include/boost/range/algorithm/equal.hpp:175:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange1> ));
             ^
../../../Extern/include/boost/concept/detail/general.hpp:62:20: warning: typedef 'boost_concept_check176' locally defined but not used [-Wunused-local-typedefs]
       BOOST_PP_CAT(boost_concept_check,__LINE__)
                    ^
../../../Extern/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro 'BOOST_PP_CAT_I'
 #    define BOOST_PP_CAT_I(a,  a ## b
                                  ^
../../../Extern/include/boost/concept/detail/general.hpp:62:7: note: in expansion of macro 'BOOST_PP_CAT'
       BOOST_PP_CAT(boost_concept_check,__LINE__)
       ^
../../../Extern/include/boost/concept/assert.hpp:44:5: note: in expansion of macro 'BOOST_CONCEPT_ASSERT_FN'
     BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
     ^
../../../Extern/include/boost/range/concepts.hpp:92:45: note: in expansion of macro 'BOOST_CONCEPT_ASSERT'
     #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )
                                             ^
../../../Extern/include/boost/range/algorithm/equal.hpp:176:13: note: in expansion of macro 'BOOST_RANGE_CONCEPT_ASSERT'
             BOOST_RANGE_CONCEPT_ASSERT(( SinglePassRangeConcept<SinglePassRange2> ));
             ^
In file included from ../../../Extern/include/boost/algorithm/string/finder.hpp:23:0,
                 from ../../../Extern/include/boost/algorithm/string/find.hpp:22,
                 from ../../../Extern/include/boost/algorithm/string/predicate.hpp:23,
                 from shop_manager.cpp:25:
../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::last_finderF<SearchIteratorT, PredicateT>::findit(ForwardIteratorT, ForwardIteratorT, std::forward_iterator_tag) const':
../../../Extern/include/boost/algorithm/string/detail/finder.hpp:145:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
                     typedef ForwardIteratorT input_iterator_type;
                                              ^
../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::nth_finderF<SearchIteratorT, PredicateT>::find_forward(ForwardIteratorT, ForwardIteratorT, unsigned int) const':
../../../Extern/include/boost/algorithm/string/detail/finder.hpp:266:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
                     typedef ForwardIteratorT input_iterator_type;
                                              ^
../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In member function 'boost::iterator_range<Iterator> boost::algorithm::detail::nth_finderF<SearchIteratorT, PredicateT>::find_backward(ForwardIteratorT, ForwardIteratorT, unsigned int) const':
../../../Extern/include/boost/algorithm/string/detail/finder.hpp:301:46: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
                     typedef ForwardIteratorT input_iterator_type;
                                              ^
../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In function 'boost::iterator_range<IteratorT> boost::algorithm::detail::find_head_impl(ForwardIteratorT, ForwardIteratorT, unsigned int, std::random_access_iterator_tag)':
../../../Extern/include/boost/algorithm/string/detail/finder.hpp:365:42: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
                 typedef ForwardIteratorT input_iterator_type;
                                          ^
../../../Extern/include/boost/algorithm/string/detail/finder.hpp: In function 'boost::iterator_range<IteratorT> boost::algorithm::detail::find_tail_impl(ForwardIteratorT, ForwardIteratorT, unsigned int, std::random_access_iterator_tag)':
../../../Extern/include/boost/algorithm/string/detail/finder.hpp:439:42: warning: typedef 'input_iterator_type' locally defined but not used [-Wunused-local-typedefs]
                 typedef ForwardIteratorT input_iterator_type;
                                          ^
In file included from stdafx.h:7:0,
                 from shop_manager.cpp:1:
shop_manager.cpp: In member function 'bool CShopManager::Initialize(TShopTable*, int)':
debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'CShop' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
 #define M2_DELETE(p) delete (p)
                               ^
shop_manager.cpp:54:4: note: in expansion of macro 'M2_DELETE'
    M2_DELETE(shop);
    ^
shop_manager.cpp: In member function 'void CShopManager::Destroy()':
debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'CShop' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
 #define M2_DELETE(p) delete (p)
                               ^
shop_manager.cpp:75:3: note: in expansion of macro 'M2_DELETE'
   M2_DELETE(it->second);
   ^
shop_manager.cpp: In member function 'void CShopManager::DestroyPCShop(LPCHARACTER)':
debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'CShop' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
 #define M2_DELETE(p) delete (p)
                               ^
shop_manager.cpp:190:2: note: in expansion of macro 'M2_DELETE'
  M2_DELETE(pkShop);
  ^
In file included from stdafx.h:7:0,
                 from item_manager_read_tables.cpp:1:
debug_allocator.h:157:31: warning: 'pkGroup' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define M2_DELETE(p) delete (p)
                               ^
item_manager_read_tables.cpp:627:20: note: 'pkGroup' was declared here
    CDropItemGroup* pkGroup;
                    ^
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:97: error: undefined reference to 'CryptoPP::AlignedAllocate(unsigned int)'
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:97: error: undefined reference to 'CryptoPP::AlignedAllocate(unsigned int)'
../../../Extern/include/cryptopp/secblock.h:97: error: undefined reference to 'CryptoPP::AlignedAllocate(unsigned int)'
collect2: error: ld returned 1 exit status
gmake: *** [../game_r65730_striped] Error 1
gmake: *** Waiting for unfinished jobs....
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:97: error: undefined reference to 'CryptoPP::AlignedAllocate(unsigned int)'
../../../Extern/include/cryptopp/secblock.h:109: error: undefined reference to 'CryptoPP::AlignedDeallocate(void*)'
../../../Extern/include/cryptopp/secblock.h:97: error: undefined reference to 'CryptoPP::AlignedAllocate(unsigned int)'
../../../Extern/include/cryptopp/secblock.h:97: error: undefined reference to 'CryptoPP::AlignedAllocate(unsigned int)'
collect2: error: ld returned 1 exit status
gmake: *** [../game_r65730_32] Error 1

:|

Link to comment
Share on other sites

Hey guys,

 

I have an error when I want to compile the [D]ataase Core.

/usr/bin/ld: skipping incompatible ../../libthecore/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: cannot find -lthecore

Any one can help me maybe? :)

Link to comment
Share on other sites

  • Former Staff

Hey guys,

 

I have an error when I want to compile the [D]ataase Core.

/usr/bin/ld: skipping incompatible ../../libthecore/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: cannot find -lthecore
Any one can help me maybe? :)

 From libthecore/From lib copy the From libthecore.a files into /usr/lib

Link to comment
Share on other sites

inking ../game_r40250_32....
linking ../test
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::deallocate(void*, unsigned int)':
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned char, true>::deallocate(void*, unsigned int)':
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
OBJDIR/cipher.o:/usr/include/cryptopp/secblock.h:109: more undefined references to `CryptoPP::AlignedDeallocate(void*)' follow
OBJDIR/cipher.o: In function `StandardReallocate<unsigned char, CryptoPP::AllocatorWithCleanup<unsigned char, true> >':
/usr/include/cryptopp/secblock.h:97: undefined reference to `CryptoPP::AlignedAllocate(unsigned int)'
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::allocate(unsigned int, void const*)':
/usr/include/cryptopp/secblock.h:97: undefined reference to `CryptoPP::AlignedAllocate(unsigned int)'
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::deallocate(void*, unsigned int)':
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
collect2: error: ld returned 1 exit status
gmake: *** [../test] Error 1
gmake: *** Waiting for unfinished jobs....
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::deallocate(void*, unsigned int)':
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned char, true>::deallocate(void*, unsigned int)':
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
OBJDIR/cipher.o:/usr/include/cryptopp/secblock.h:109: more undefined references to `CryptoPP::AlignedDeallocate(void*)' follow
OBJDIR/cipher.o: In function `StandardReallocate<unsigned char, CryptoPP::AllocatorWithCleanup<unsigned char, true> >':
/usr/include/cryptopp/secblock.h:97: undefined reference to `CryptoPP::AlignedAllocate(unsigned int)'
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::allocate(unsigned int, void const*)':
/usr/include/cryptopp/secblock.h:97: undefined reference to `CryptoPP::AlignedAllocate(unsigned int)'
OBJDIR/cipher.o: In function `CryptoPP::AllocatorWithCleanup<unsigned int, true>::deallocate(void*, unsigned int)':
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
/usr/include/cryptopp/secblock.h:109: undefined reference to `CryptoPP::AlignedDeallocate(void*)'
collect2: error: ld returned 1 exit status
gmake: *** [../game_r40250_32] Error 1
please help me
Link to comment
Share on other sites

 

Hey guys,

 

I have an error when I want to compile the [D]ataase Core.

/usr/bin/ld: skipping incompatible ../../libthecore/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: skipping incompatible /usr/lib/libthecore.a when searching for -lthecore
/usr/bin/ld: cannot find -lthecore

Any one can help me maybe?

:)

 

 From libthecore/From lib copy the From libthecore.a files into /usr/lib

 

I have all libs in the /usr/lib folder..

So idk why is the error coming.

 

 

€: it works.. 

I compiled the libthecore src and used the lib.a 

Edited by .AnTii™
Link to comment
Share on other sites

  • 2 weeks later...
  • Premium

Hi 

 

I have one error on compile source 

OS :  9.3-RELEASE-p2 amd64

 

 

/usr/bin/ld: skipping incompatible ../../libdevil/libIL.a when searching for -lIL

/usr/bin/ld: skipping incompatible /usr/lib/libIL.a when searching for -lIL
/usr/bin/ld: skipping incompatible /usr/lib/libIL.a when searching for -lIL
/usr/bin/ld: skipping incompatible /usr/lib/libIL.a when searching for -lIL
/usr/bin/ld: cannot find -lIL
/usr/bin/ld: skipping incompatible ../../libdevil/libIL.a when searching for -lIL
/usr/bin/ld: skipping incompatible /usr/lib/libIL.a when searching for -lIL
/usr/bin/ld: skipping incompatible /usr/lib/libIL.a when searching for -lIL
/usr/bin/ld: skipping incompatible /usr/lib/libIL.a when searching for -lIL
/usr/bin/ld: cannot find -lIL
gmake: *** [../test] Error 1
gmake: *** Waiting for unfinished jobs....
gmake: *** [../game_r50410_64] Error 1

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.