1. gmake: *** [OBJDIR/OXEvent.o] Error 1
  2. gmake: *** Waiting for unfinished jobs....
  3. In file included from stdafx.h:12:0,
  4. from packet.h:3,
  5. from arena.cpp:4:
  6. ../../common/utils.h: In function 'bool str_to_number(bool&, const char*)':
  7. ../../common/utils.h:2:13: error: redefinition of 'bool str_to_number(bool&, con st char*)'
  8. inline bool str_to_number (bool& out, const char *in)
  9. ^
  10. In file included from stdafx.h:12:0,
  11. from arena.cpp:1:
  12. ../../common/utils.h:2:13: error: 'bool str_to_number(bool&, const char*)' previ ously defined here
  13. inline bool str_to_number (bool& out, const char *in)
  14. ^
  15. In file included from stdafx.h:12:0,
  16. from packet.h:3,
  17. from arena.cpp:4:
  18. ../../common/utils.h: In function 'bool str_to_number(char&, const char*)':
  19. ../../common/utils.h:10:13: error: redefinition of 'bool str_to_number(char&, co nst char*)'
  20. inline bool str_to_number (char& out, const char *in)
  21. ^
  22. In file included from stdafx.h:12:0,
  23. from arena.cpp:1:
  24. ../../common/utils.h:10:13: error: 'bool str_to_number(char&, const char*)' prev iously defined here
  25. inline bool str_to_number (char& out, const char *in)
  26. ^
  27. In file included from stdafx.h:12:0,
  28. from packet.h:3,
  29. from arena.cpp:4:
  30. ../../common/utils.h: In function 'bool str_to_number(unsigned char&, const char *)':
  31. ../../common/utils.h:18:13: error: redefinition of 'bool str_to_number(unsigned char&, const char*)'
  32. inline bool str_to_number (unsigned char& out, const char *in)
  33. ^
  34. In file included from stdafx.h:12:0,
  35. from arena.cpp:1:
  36. ../../common/utils.h:18:13: error: 'bool str_to_number(unsigned char&, const cha r*)' previously defined here
  37. inline bool str_to_number (unsigned char& out, const char *in)
  38. ^
  39. In file included from stdafx.h:12:0,
  40. from packet.h:3,
  41. from arena.cpp:4:
  42. ../../common/utils.h: In function 'bool str_to_number(short int&, const char*)':
  43. ../../common/utils.h:26:13: error: redefinition of 'bool str_to_number(short int &, const char*)'
  44. inline bool str_to_number (short& out, const char *in)
  45. ^
  46. In file included from stdafx.h:12:0,
  47. from arena.cpp:1:
  48. ../../common/utils.h:26:13: error: 'bool str_to_number(short int&, const char*)' previously defined here
  49. inline bool str_to_number (short& out, const char *in)
  50. ^
  51. In file included from stdafx.h:12:0,
  52. from packet.h:3,
  53. from arena.cpp:4:
  54. ../../common/utils.h: In function 'bool str_to_number(short unsigned int&, const char*)':
  55. ../../common/utils.h:34:13: error: redefinition of 'bool str_to_number(short uns igned int&, const char*)'
  56. inline bool str_to_number (unsigned short& out, const char *in)
  57. ^
  58. In file included from stdafx.h:12:0,
  59. from arena.cpp:1:
  60. ../../common/utils.h:34:13: error: 'bool str_to_number(short unsigned int&, cons t char*)' previously defined here
  61. inline bool str_to_number (unsigned short& out, const char *in)
  62. ^
  63. In file included from stdafx.h:12:0,
  64. from packet.h:3,
  65. from arena.cpp:4:
  66. ../../common/utils.h: In function 'bool str_to_number(int&, const char*)':
  67. ../../common/utils.h:42:13: error: redefinition of 'bool str_to_number(int&, con st char*)'
  68. inline bool str_to_number (int& out, const char *in)
  69. ^
  70. In file included from stdafx.h:12:0,
  71. from arena.cpp:1:
  72. ../../common/utils.h:42:13: error: 'bool str_to_number(int&, const char*)' previ ously defined here
  73. inline bool str_to_number (int& out, const char *in)
  74. ^
  75. In file included from stdafx.h:12:0,
  76. from packet.h:3,
  77. from arena.cpp:4:
  78. ../../common/utils.h: In function 'bool str_to_number(unsigned int&, const char* )':
  79. ../../common/utils.h:50:13: error: redefinition of 'bool str_to_number(unsigned int&, const char*)'
  80. inline bool str_to_number (unsigned int& out, const char *in)
  81. ^
  82. In file included from stdafx.h:12:0,
  83. from arena.cpp:1:
  84. ../../common/utils.h:50:13: error: 'bool str_to_number(unsigned int&, const char *)' previously defined here
  85. inline bool str_to_number (unsigned int& out, const char *in)
  86. ^
  87. In file included from stdafx.h:12:0,
  88. from packet.h:3,
  89. from arena.cpp:4:
  90. ../../common/utils.h: In function 'bool str_to_number(long int&, const char*)':
  91. ../../common/utils.h:58:13: error: redefinition of 'bool str_to_number(long int& , const char*)'
  92. inline bool str_to_number (long& out, const char *in)
  93. ^
  94. In file included from stdafx.h:12:0,
  95. from arena.cpp:1:
  96. ../../common/utils.h:58:13: error: 'bool str_to_number(long int&, const char*)' previously defined here
  97. inline bool str_to_number (long& out, const char *in)
  98. ^
  99. In file included from stdafx.h:12:0,
  100. from packet.h:3,
  101. from arena.cpp:4:
  102. ../../common/utils.h: In function 'bool str_to_number(long unsigned int&, const char*)':
  103. ../../common/utils.h:66:13: error: redefinition of 'bool str_to_number(long unsi gned int&, const char*)'
  104. inline bool str_to_number (unsigned long& out, const char *in)
  105. ^
  106. In file included from stdafx.h:12:0,
  107. from arena.cpp:1:
  108. ../../common/utils.h:66:13: error: 'bool str_to_number(long unsigned int&, const char*)' previously defined here
  109. inline bool str_to_number (unsigned long& out, const char *in)
  110. ^
  111. In file included from stdafx.h:12:0,
  112. from packet.h:3,
  113. from arena.cpp:4:
  114. ../../common/utils.h: In function 'bool str_to_number(long long int&, const char *)':
  115. ../../common/utils.h:74:13: error: redefinition of 'bool str_to_number(long long int&, const char*)'
  116. inline bool str_to_number (long long& out, const char *in)
  117. ^
  118. In file included from stdafx.h:12:0,
  119. from arena.cpp:1:
  120. ../../common/utils.h:74:13: error: 'bool str_to_number(long long int&, const cha r*)' previously defined here
  121. inline bool str_to_number (long long& out, const char *in)
  122. ^
  123. In file included from stdafx.h:12:0,
  124. from packet.h:3,
  125. from arena.cpp:4:
  126. ../../common/utils.h: In function 'bool str_to_number(float&, const char*)':
  127. ../../common/utils.h:82:13: error: redefinition of 'bool str_to_number(float&, c onst char*)'
  128. inline bool str_to_number (float& out, const char *in)
  129. ^
  130. In file included from stdafx.h:12:0,
  131. from arena.cpp:1:
  132. ../../common/utils.h:82:13: error: 'bool str_to_number(float&, const char*)' pre viously defined here
  133. inline bool str_to_number (float& out, const char *in)
  134. ^
  135. In file included from stdafx.h:12:0,
  136. from packet.h:3,
  137. from arena.cpp:4:
  138. ../../common/utils.h: In function 'bool str_to_number(double&, const char*)':
  139. ../../common/utils.h:90:13: error: redefinition of 'bool str_to_number(double&, const char*)'
  140. inline bool str_to_number (double& out, const char *in)
  141. ^
  142. In file included from stdafx.h:12:0,
  143. from arena.cpp:1:
  144. ../../common/utils.h:90:13: error: 'bool str_to_number(double&, const char*)' pr eviously defined here
  145. inline bool str_to_number (double& out, const char *in)
  146. ^
  147. In file included from stdafx.h:12:0,
  148. from packet.h:3,
  149. from arena.cpp:4:
  150. ../../common/utils.h: In function 'bool str_to_number(long double&, const char*) ':
  151. ../../common/utils.h:99:13: error: redefinition of 'bool str_to_number(long doub le&, const char*)'
  152. inline bool str_to_number (long double& out, const char *in)
  153. ^
  154. In file included from stdafx.h:12:0,
  155. from arena.cpp:1:
  156. ../../common/utils.h:99:13: error: 'bool str_to_number(long double&, const char* )' previously defined here
  157. inline bool str_to_number (long double& out, const char *in)
  158. ^
  159. gmake: *** [OBJDIR/arena.o] Error 1