Jump to content

Vanilla Source r64k


Isolation

Recommended Posts

gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/libpoly'
touch Depend
g++49 -Wall -Ofast -pipe -mtune=i686 -fno-exceptions -fno-rtti -lstdc++ -std=c++11 -march=i686 -msse4 -mssse3 -MM *.cc > Depend
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
Makefile:29: recipe for target 'dep' failed
gmake[1]: *** [dep] Error 1
gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/libpoly'
Makefile:35: recipe for target 'libpoly' failed
gmake: *** [libpoly] Error 2

Help please.

Link to comment
Share on other sites

vanilla did the same thing he already did two years before, there hes name was Alessa

 

I highly suggest that you should refrain from making claims against people if you don't have any evidence to back up your thesis.

Either prove it or remove it. I'm interested to get to know more about vanilla but all I want is facts and not ridiculous claims without any evidence.

  • Love 1

what would you do in a battle of survival?

It's coming soon

Link to comment
Share on other sites

i have this error!

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::Integer]':
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);
                                   ^
../../../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]
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));
  ^
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);
  ^
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/bind/bind.hpp:29:0,
                 from ../../../Extern/include/boost/bind.hpp:22,
                 from main.cpp:67:
../../../Extern/include/boost/bind/arg.hpp: In constructor 'boost::arg<I>::arg(const T&)':
../../../Extern/include/boost/bind/arg.hpp:37:22: warning: typedef 'T_must_be_placeholder' locally defined but not used [-Wunused-local-typedefs]
         typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
                      ^
char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_ValueChange(BYTE, BYTE, BYTE)':
char_item.cpp:6474:23: warning: 'pBuff' may be used uninitialized in this function [-Wmaybe-uninitialized]
   pBuff->On(bNewValue);
                       ^
../../../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

  • Premium
gmake[1]: Entering directory '/usr/src/mainline/Srcs/Server/libpoly'
touch Depend
g++49 -Wall -Ofast -pipe -mtune=i686 -fno-exceptions -fno-rtti -lstdc++ -std=c++11 -march=i686 -msse4 -mssse3 -MM *.cc > Depend
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
Makefile:29: recipe for target 'dep' failed
gmake[1]: *** [dep] Error 1
gmake[1]: Leaving directory '/usr/src/mainline/Srcs/Server/libpoly'
Makefile:35: recipe for target 'libpoly' failed
gmake: *** [libpoly] Error 2

Help please.

 

Add -m32 cflag.

Link to comment
Share on other sites

  • Former Staff

vanilla did the same thing he already did two years before, there hes name was Alessa

I highly suggest that you should refrain from making claims against people if you don't have any evidence to back up your thesis.

Either prove it or remove it. I'm interested to get to know more about vanilla but all I want is facts and not ridiculous claims without any evidence. He isnt so wrong. Vanilla did indeed do some mistakes that reveal her as Alessa. Beginning at saying to someone "She wont help him cause he once had a 'fight' with alessa and alessa was her teacher" Yeah we all believe that...

Secondly:

Vanillas old epvp account is emily17 with which she helped at a backdoor fix for 34083. But wait who is known for being pretty good in IDA? Right alessa

Last and the least:

http://www.elitepvpers.com/forum/metin2-pserver-discussions-questions/3389896-vanilla-core-source.html

She accidently started a poll with her wrong epvp account about the development of the vanilla core.

And please dont say me this is all random. Its on your own to believe this. But i wouldnt say this if I wasnt believing this myself as it doesnt give me any profit. I already thought about vanilla as alessa way before these stuff happened. This stuff only prooved my thoughts

Regards

Inya

  • Love 3
Link to comment
Share on other sites

Well, Inya. You're the first one who actually brought up evidence on this topic.

If it's true what vanilla said when she claimed alessa would teach her, then everything else would make sense. The "I don't help you", the IDA knowledge and - if they might be friends - the wrong poll. Additionally there are tons of people who can edit stuff with IDA. You can't say that someone is another person just because they can do the same 'magic tricks'. Also you're telling that Emily17 is an old account. How do you know? But still, you have valid points for her being alessa. Your claim isn't without doubt but it's still a big possibility. Though are still other things that don't add up at all. For example: Why? Why would she claim to not be alessa? And why would she do such blatant mistakes?

 

Edit: I've visited the page of Emily17. Seems like it isn't too far fetched. Her behaviour seems a bit similar to vanilla. Still no crucial evidences for her being emily17 but it isn't impossible.

  • Love 1

what would you do in a battle of survival?

It's coming soon

Link to comment
Share on other sites

  • Former Staff

Well, Inya. You're the first one who actually brought up evidence on this topic.

If it's true what vanilla said when she claimed alessa would teach her, then everything else would make sense. The "I don't help you", the IDA knowledge and - if they might be friends - the wrong poll. Additionally there are tons of people who can edit stuff with IDA. You can't say that someone is another person just because they can do the same 'magic tricks'. Also you're telling that Emily17 is an old account. How do you know? But still, you have valid points for her being alessa. Your claim isn't without doubt but it's still a big possibility. Though are still other things that don't add up at all. For example: Why? Why would she claim to not be alessa? And why would she do such blatant mistakes?

 

Edit: I've visited the page of Emily17. Seems like it isn't too far fetched. Her behaviour seems a bit similar to vanilla. Still no crucial evidences for her being emily17 but it isn't impossible.

Vanilla herself told me her old account is emily17. Sadly i dont even find her epvp contact right now.

 

The post of alessa at epvp wasnt allowed from Vanilla (like this its in the commentarys) so seems like an accident on the wrong account

 

There are many people with IDA skills. But not many with such good IDA skills

 

Cause Alessa is known for being the one who faked being a girl some time ago. Alessa pretended to be a girl and ended up being revealed as male. So its - again - same scheme like it seems to me

  • Love 1
Link to comment
Share on other sites

To find emily17 on epvp is easy, just google "elitepvpers emily17" there I found the account. Seems like you are right then.

 

I'm not the defense here but let's just stick to the facts we know.

 

Yes, indeed, it seems like an accident on the wrong account. Or - like the explanation from vanilla - an accident between friends. The point is: What was it really? Do you have proof that it's as you said? Nobody has because everything is speculation. Same with vanilla. Nobody has proof that it's as vanilla said.

 

Vanilla's cause of disappearance has nothing to do with genders or anything like that. Vanilla's real identity or gender was never in harm so there's no similarity between both of them. Additionally if you have a look at alessa's profile you can see that he never really left. Sometimes he made some posts. Also something he doesn't seem to share with vanilla who clearly vanished.

 

As I said we'd continue this discussion endlessly. There's no proof for both sides. There are only possibilities.

what would you do in a battle of survival?

It's coming soon

Link to comment
Share on other sites

  • 1 month later...

i have a error

gmake -C game/src clean
gmake[1]: Entering directory `/usr/src/novaline/Srcs/Server/game/vanilla/game/src'
gmake[1]: Leaving directory `/usr/src/novaline/Srcs/Server/game/vanilla/game/src'
gmake -C game/src limit_time
gmake[1]: Entering directory `/usr/src/novaline/Srcs/Server/game/vanilla/game/src'
gmake[1]: *** No rule to make target `limit_time'.  Stop.
gmake[1]: Leaving directory `/usr/src/novaline/Srcs/Server/game/vanilla/game/src'
gmake: *** [game] Error 2

Link to comment
Share on other sites

Well, Vanilla, is a SHE. You know, there's no more than 4/10 women who have some skills in the hole WORLD, in C# and C++, in IDA.. I guess. So, if Alessa is a HE, and was SHE's teacher, why : The post of alessa at epvp wasnt allowed from Vanilla (like this its in the commentarys) so seems like an accident on the wrong account ?? 

 

Why Vanilla's wasn't allowed Alessa's(he's) post on epvp? That just broke my mind.. Whatever, thanks Isolation for sharing the source, and Vanilla 'cause she's shared she's files with us.

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

Link to comment
Share on other sites

cZ3wb.png

Help pls :)

 

Ouh, that's an easy one, leave it to me! :)

 

unique_ptr is a function that's introduced with c++11. I guess you're not compiling with c++11 support then. Either replace all unique_ptr with auto_ptr (which is not recommended since auto_ptr is deprecated) or add -std=c++11 or -std=c++14 if you want c++14. Also make sure your compiler does support these instructions (c++11 support is poor in old gcc versions) and everything should work with unique_ptr  :)

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

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.