antiblock
diamwall

CjMt2

Membro
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by CjMt2

  1. Must remake target '.obj/version.o'. In file included from /usr/local/include/boost/predef/os/bsd/free.h:37:0, from /usr/local/include/boost/predef/os/bsd.h:96, from /usr/local/include/boost/predef/os/bsd/dragonfly.h:11, from /usr/local/include/boost/predef/os/bsd.h:95, from /usr/local/include/boost/predef/os/bsd/bsdi.h:11, from /usr/local/include/boost/predef/os/bsd.h:52, from /usr/local/include/boost/predef/os.h:18, from /usr/local/include/boost/predef.h:17, from /usr/local/include/boost/unordered/detail/fwd.hpp:14, from /usr/local/include/boost/unordered/detail/implementation.hpp:44, from /usr/local/include/boost/unordered/detail/map.hpp:6, from /usr/local/include/boost/unordered/unordered_map.hpp:21, from /usr/local/include/boost/unordered_map.hpp:17, from ClientManager.h:5, from Monarch.cpp:4: ../../common/stl.h:99:32: error: expected ')' before 'a' template <typename T> T MIN(T a, T b) ^ ../../common/stl.h:99:32: error: expected ')' before 'a' ../../common/stl.h:99:32: error: expected ')' before 'a' ../../common/stl.h:104:32: error: expected ')' before 'a' template <typename T> T MAX(T a, T b) ^ ../../common/stl.h:104:32: error: expected ')' before 'a' ../../common/stl.h:104:32: error: expected ')' before 'a' These files are still a garbage that unnecessarily pollutes this forum. Shame you posted these crap files.
  2. cipher.h:39:43: error: expected primary-expression before 'const' decoder_->ProcessData((byte*)buffer, (const byte*)buffer, length); ^ cipher.h:39:43: error: expected ')' before 'const' gmake: *** [Makefile:110: OBJDIR/DragonSoul.o] Error 1 Another trash on internet is this files in my opinion.
  3. ========== Build: 14 succeeded, 2 failed, 0 up-to-date, 0 skipped ========== Another trash on internet. It is just my opinion about this files.
  4. I have compiled all sources Which client to use with this metin2client? If the whole project will work we can assure mirror on our servers for this files.
  5. The file you are trying to download is no longer available.
  6. Update 05.11.2017 Server: main.cpp std::ifstream exppet_table_open("/usr/game/share/exppettable.txt"); must be: std::ifstream exppet_table_open("/share/exppettable.txt"); Metin2Client Distribute Win32 Error 9 error RC1015: cannot open include file 'afxres.h'. source\UserInterface\UserInterface.rc 10 1 UserInterface I replaced #include "afxres.h" with #include "WinRes.h" error C2065: 'CHARACTER_NAME_MAX_LEN' : undeclared identifier source\UserInterface\PythonNonPlayer.h 62 1 GameLib warning C4200: nonstandard extension used : zero-sized array in struct/union source\UserInterface\PythonNonPlayer.h 62 1 GameLib error C2229: struct 'CPythonNonPlayer::SMobTable' has an illegal zero-sized array source\UserInterface\PythonNonPlayer.h 63 1 GameLib 05.11.2017 TankYou for this files.