Jump to content

klausthorax

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

About klausthorax

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

klausthorax's Achievements

Rookie

Rookie (2/16)

  • Week One Done
  • Dedicated
  • Reacting Well
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Hi, i got this errors after compiling. In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:3:13: error: redefinition of 'str_to_number' inline bool str_to_number (bool& out, const char *in) ^ ./../../common/utils.h:3:13: note: previous definition is here inline bool str_to_number (bool& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:11:13: error: redefinition of 'str_to_number' inline bool str_to_number (char& out, const char *in) ^ ./../../common/utils.h:11:13: note: previous definition is here inline bool str_to_number (char& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:19:13: error: redefinition of 'str_to_number' inline bool str_to_number (unsigned char& out, const char *in) ^ ./../../common/utils.h:19:13: note: previous definition is here inline bool str_to_number (unsigned char& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:27:13: error: redefinition of 'str_to_number' inline bool str_to_number (short& out, const char *in) ^ ./../../common/utils.h:27:13: note: previous definition is here inline bool str_to_number (short& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:35:13: error: redefinition of 'str_to_number' inline bool str_to_number (unsigned short& out, const char *in) ^ ./../../common/utils.h:35:13: note: previous definition is here inline bool str_to_number (unsigned short& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:43:13: error: redefinition of 'str_to_number' inline bool str_to_number (int& out, const char *in) ^ ./../../common/utils.h:43:13: note: previous definition is here inline bool str_to_number (int& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:51:13: error: redefinition of 'str_to_number' inline bool str_to_number (unsigned int& out, const char *in) ^ ./../../common/utils.h:51:13: note: previous definition is here inline bool str_to_number (unsigned int& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:59:13: error: redefinition of 'str_to_number' inline bool str_to_number (long& out, const char *in) ^ ./../../common/utils.h:59:13: note: previous definition is here inline bool str_to_number (long& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:67:13: error: redefinition of 'str_to_number' inline bool str_to_number (unsigned long& out, const char *in) ^ ./../../common/utils.h:67:13: note: previous definition is here inline bool str_to_number (unsigned long& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:75:13: error: redefinition of 'str_to_number' inline bool str_to_number (long long& out, const char *in) ^ ./../../common/utils.h:75:13: note: previous definition is here inline bool str_to_number (long long& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:83:13: error: redefinition of 'str_to_number' inline bool str_to_number (float& out, const char *in) ^ ./../../common/utils.h:83:13: note: previous definition is here inline bool str_to_number (float& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:91:13: error: redefinition of 'str_to_number' inline bool str_to_number (double& out, const char *in) ^ ./../../common/utils.h:91:13: note: previous definition is here inline bool str_to_number (double& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:100:13: error: redefinition of 'str_to_number' inline bool str_to_number (long double& out, const char *in) ^ ./../../common/utils.h:100:13: note: previous definition is here inline bool str_to_number (long double& out, const char *in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:109:14: error: redefinition of 'str_to_number' inline bool str_to_number(unsigned long long& out, const char* in) ^ ./../../common/utils.h:109:14: note: previous definition is here inline bool str_to_number(unsigned long long& out, const char* in) ^ In file included from input_main.cpp:43: In file included from ./biologist_manager.h:3: In file included from ./stdafx.h:4: ./../../common/utils.h:117:36: error: redefinition of 'check_mul_error' template <typename T> inline bool check_mul_error(T a, T b) { ^ ./../../common/utils.h:117:36: note: previous definition is here template <typename T> inline bool check_mul_error(T a, T b) { ^ In file included from input_main.cpp:43: ./biologist_manager.h:17:71: error: expected class name class CBiologistManager : public singleton<CBiologistManager>, public ReminderProcessor
  2. Hi, i need the Libs for the game file. I used the libs from your vdi, but the libpng16.so.16 don´t work Can anyone give us the missing libs?
  3. Hi, i want to try your Files, but is it possible to use it on Debian 12?
  4. Hi, The Error is: The Code wants a Number, but got a String (Text). Maybe it helps you a bit..
  5. Hello everyone, I'm a Veteran and played Metin2 for a long time ago. I created my First Server at the Hamachi Legacy and ended up for 5+ Years. Now i look over now and see, the Files was massively changed and i must say for my shame: i didn't have any idea how to Install this on a Debian 12 Rootserver. Is it possible? If yes, did you Guys have a Install Instruction? Alternatively i can use it in a Docker Environment.
×
×
  • 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.