- gmake: *** [OBJDIR/OXEvent.o] Error 1
- gmake: *** Waiting for unfinished jobs....
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(bool&, const char*)':
- ../../common/utils.h:2:13: error: redefinition of 'bool str_to_number(bool&, con st char*)'
- inline bool str_to_number (bool& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:2:13: error: 'bool str_to_number(bool&, const char*)' previ ously defined here
- inline bool str_to_number (bool& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(char&, const char*)':
- ../../common/utils.h:10:13: error: redefinition of 'bool str_to_number(char&, co nst char*)'
- inline bool str_to_number (char& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:10:13: error: 'bool str_to_number(char&, const char*)' prev iously defined here
- inline bool str_to_number (char& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(unsigned char&, const char *)':
- ../../common/utils.h:18:13: error: redefinition of 'bool str_to_number(unsigned char&, const char*)'
- inline bool str_to_number (unsigned char& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:18:13: error: 'bool str_to_number(unsigned char&, const cha r*)' previously defined here
- inline bool str_to_number (unsigned char& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(short int&, const char*)':
- ../../common/utils.h:26:13: error: redefinition of 'bool str_to_number(short int &, const char*)'
- inline bool str_to_number (short& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:26:13: error: 'bool str_to_number(short int&, const char*)' previously defined here
- inline bool str_to_number (short& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(short unsigned int&, const char*)':
- ../../common/utils.h:34:13: error: redefinition of 'bool str_to_number(short uns igned int&, const char*)'
- inline bool str_to_number (unsigned short& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:34:13: error: 'bool str_to_number(short unsigned int&, cons t char*)' previously defined here
- inline bool str_to_number (unsigned short& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(int&, const char*)':
- ../../common/utils.h:42:13: error: redefinition of 'bool str_to_number(int&, con st char*)'
- inline bool str_to_number (int& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:42:13: error: 'bool str_to_number(int&, const char*)' previ ously defined here
- inline bool str_to_number (int& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(unsigned int&, const char* )':
- ../../common/utils.h:50:13: error: redefinition of 'bool str_to_number(unsigned int&, const char*)'
- inline bool str_to_number (unsigned int& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:50:13: error: 'bool str_to_number(unsigned int&, const char *)' previously defined here
- inline bool str_to_number (unsigned int& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(long int&, const char*)':
- ../../common/utils.h:58:13: error: redefinition of 'bool str_to_number(long int& , const char*)'
- inline bool str_to_number (long& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:58:13: error: 'bool str_to_number(long int&, const char*)' previously defined here
- inline bool str_to_number (long& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(long unsigned int&, const char*)':
- ../../common/utils.h:66:13: error: redefinition of 'bool str_to_number(long unsi gned int&, const char*)'
- inline bool str_to_number (unsigned long& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:66:13: error: 'bool str_to_number(long unsigned int&, const char*)' previously defined here
- inline bool str_to_number (unsigned long& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(long long int&, const char *)':
- ../../common/utils.h:74:13: error: redefinition of 'bool str_to_number(long long int&, const char*)'
- inline bool str_to_number (long long& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:74:13: error: 'bool str_to_number(long long int&, const cha r*)' previously defined here
- inline bool str_to_number (long long& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(float&, const char*)':
- ../../common/utils.h:82:13: error: redefinition of 'bool str_to_number(float&, c onst char*)'
- inline bool str_to_number (float& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:82:13: error: 'bool str_to_number(float&, const char*)' pre viously defined here
- inline bool str_to_number (float& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(double&, const char*)':
- ../../common/utils.h:90:13: error: redefinition of 'bool str_to_number(double&, const char*)'
- inline bool str_to_number (double& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:90:13: error: 'bool str_to_number(double&, const char*)' pr eviously defined here
- inline bool str_to_number (double& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from packet.h:3,
- from arena.cpp:4:
- ../../common/utils.h: In function 'bool str_to_number(long double&, const char*) ':
- ../../common/utils.h:99:13: error: redefinition of 'bool str_to_number(long doub le&, const char*)'
- inline bool str_to_number (long double& out, const char *in)
- ^
- In file included from stdafx.h:12:0,
- from arena.cpp:1:
- ../../common/utils.h:99:13: error: 'bool str_to_number(long double&, const char* )' previously defined here
- inline bool str_to_number (long double& out, const char *in)
- ^
- gmake: *** [OBJDIR/arena.o] Error 1