- Katılım
- 30 May 2023
- Konular
- 38
- Mesajlar
- 455
- Online süresi
- 1ay 15g
- Reaksiyon Skoru
- 354
- Altın Konu
- 0
- Başarım Puanı
- 98
- TM Yaşı
- 2 Yıl 10 Ay 24 Gün
- MmoLira
- 11,547
- DevLira
- 90
Metin2 EP, Valorant VP dahil tüm oyun ürünlerini en uygun fiyatlarla bulabilir, Item ve Karakterlerinizi hızlıca satabilirsiniz. HEMEN TIKLA!
The man who saved the world
- Katılım
- 21 Şub 2011
- Konular
- 15
- Mesajlar
- 208
- Online süresi
- 25g 32549s
- Reaksiyon Skoru
- 17
- Altın Konu
- 0
- Başarım Puanı
- 113
- TM Yaşı
- 15 Yıl 2 Ay
- MmoLira
- 2,755
- DevLira
- 0
n file included from stdafx.h:12,
from MarkConvert.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
compile battle.cpp
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from MarkConvert.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from MarkConvert.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from MarkImage.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from MarkManager.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
compile blend_item.cpp
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from MarkImage.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from MarkManager.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from MarkImage.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from MarkManager.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
compile block_country.cpp
compile buffer_manager.cpp
In file included from stdafx.h:12,
from BattleArena.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from BattleArena.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from BattleArena.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
compile building.cpp
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
compile castle.cpp
In file included from stdafx.h:12,
from TrafficProfiler.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from TrafficProfiler.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from TrafficProfiler.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
compile char.cpp
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
compile char_affect.cpp
compile char_battle.cpp
OXEvent.cpp:220:19: warning: null character(s) preserved in literal
220 | SendNoticeMap("▒?????X▒?O▒ ▒?▒▒????B", OXEVENT_MAP_INDEX, true);
| ^
compile char_change_empire.cpp
In file included from stdafx.h:12,
from blend_item.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
compile char_horse.cpp
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from blend_item.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from blend_item.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from block_country.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from block_country.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from block_country.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from OXEvent.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from OXEvent.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from OXEvent.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from buffer_manager.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from buffer_manager.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from ani.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from buffer_manager.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from ani.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from ani.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from arena.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from arena.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from arena.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from banword.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from banword.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from banword.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from battle.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from battle.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from battle.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
In file included from stdafx.h:12,
from building.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
gmake: *** [Makefile:131: OBJDIR/MarkConvert.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from building.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from castle.cpp:12:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
gmake: *** [Makefile:131: OBJDIR/MarkImage.o] Error 1
In file included from stdafx.h:12,
from building.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from castle.cpp:12:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from castle.cpp:12:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
In file included from stdafx.h:12,
from char_affect.cpp:2:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
gmake: *** [Makefile:131: OBJDIR/TrafficProfiler.o] Error 1
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_affect.cpp:2:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char_affect.cpp:2:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
In file included from stdafx.h:12,
from char.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from char_change_empire.cpp:2:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from char_battle.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char_horse.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_change_empire.cpp:2:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_battle.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char_change_empire.cpp:2:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
gmake: *** [Makefile:131: OBJDIR/MarkManager.o] Error 1
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_horse.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from char_battle.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from char_horse.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/blend_item.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/block_country.o] Error 1
gmake: *** [Makefile:131: OBJDIR/buffer_manager.o] Error 1
^A../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/banword.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/ani.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/BattleArena.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/OXEvent.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/castle.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/arena.o] Error 1
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/char_change_empire.o] Error 1
gmake: *** [Makefile:131: OBJDIR/char_affect.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/char_horse.o] Error 1
gmake: *** [Makefile:131: OBJDIR/battle.o] Error 1
^Cgmake: *** Deleting file 'OBJDIR/char_battle.o'
gmake: *** [Makefile:131: OBJDIR/char_battle.o] Interrupt
gmake: *** [Makefile:131: OBJDIR/char.o] Interrupt
gmake: *** [Makefile:131: OBJDIR/building.o] Interrupt
from MarkConvert.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
compile battle.cpp
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from MarkConvert.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from MarkConvert.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from MarkImage.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from MarkManager.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
compile blend_item.cpp
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from MarkImage.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from MarkManager.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from MarkImage.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from MarkManager.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
compile block_country.cpp
compile buffer_manager.cpp
In file included from stdafx.h:12,
from BattleArena.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from BattleArena.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from BattleArena.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
compile building.cpp
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
compile castle.cpp
In file included from stdafx.h:12,
from TrafficProfiler.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from TrafficProfiler.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from TrafficProfiler.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
compile char.cpp
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
compile char_affect.cpp
compile char_battle.cpp
OXEvent.cpp:220:19: warning: null character(s) preserved in literal
220 | SendNoticeMap("▒?????X▒?O▒ ▒?▒▒????B", OXEVENT_MAP_INDEX, true);
| ^
compile char_change_empire.cpp
In file included from stdafx.h:12,
from blend_item.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
compile char_horse.cpp
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from blend_item.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from blend_item.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from block_country.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from block_country.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from block_country.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from OXEvent.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from OXEvent.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from OXEvent.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from buffer_manager.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from buffer_manager.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from ani.cpp:10:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from buffer_manager.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from ani.cpp:10:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from ani.cpp:10:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from arena.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from arena.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from arena.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from stdafx.h:12,
from banword.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from banword.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from banword.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
In file included from stdafx.h:12,
from battle.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from battle.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from battle.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
In file included from stdafx.h:12,
from building.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
gmake: *** [Makefile:131: OBJDIR/MarkConvert.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from building.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from castle.cpp:12:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
gmake: *** [Makefile:131: OBJDIR/MarkImage.o] Error 1
In file included from stdafx.h:12,
from building.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from castle.cpp:12:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from castle.cpp:12:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
In file included from stdafx.h:12,
from char_affect.cpp:2:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
gmake: *** [Makefile:131: OBJDIR/TrafficProfiler.o] Error 1
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_affect.cpp:2:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char_affect.cpp:2:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
In file included from stdafx.h:12,
from char.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from char_change_empire.cpp:2:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from stdafx.h:12,
from char_battle.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char_horse.cpp:1:
../../common/utils.h: In function 'bool is_number_hex(const char*)':
../../common/utils.h:17:13: error: 'isxdigit' is not a member of 'std'; did you mean 'isxdigit'?
17 | if (!std::isxdigit(s))
| ^~~~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_change_empire.cpp:2:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_battle.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
In file included from stdafx.h:12,
from char_change_empire.cpp:2:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
gmake: *** [Makefile:131: OBJDIR/MarkManager.o] Error 1
In file included from ../../libthecore/include/stdafx.h:96,
from stdafx.h:9,
from char_horse.cpp:1:
/usr/include/ctype.h:61:5: note: 'isxdigit' declared here
61 | int isxdigit(int);
| ^~~~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from char_battle.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
In file included from stdafx.h:12,
from char_horse.cpp:1:
../../common/utils.h: At global scope:
../../common/utils.h:24:38: error: 'string' in namespace 'std' does not name a type
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | /*----- atoi function -----*/
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: In function 'bool is_number_hex(const int&)':
../../common/utils.h:26:25: error: request for member 'c_str' in 's', which is of non-class type 'const int'
26 | return is_number_hex(s.c_str());
| ^~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/blend_item.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/block_country.o] Error 1
gmake: *** [Makefile:131: OBJDIR/buffer_manager.o] Error 1
^A../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/banword.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/ani.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/BattleArena.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/OXEvent.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/castle.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/arena.o] Error 1
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/char_change_empire.o] Error 1
gmake: *** [Makefile:131: OBJDIR/char_affect.o] Error 1
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h: At global scope:
../../common/utils.h:24:13: warning: 'bool is_number_hex(const int&)' defined but not used [-Wunused-function]
24 | static bool is_number_hex(const std::string& s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
../../common/utils.h:10:13: warning: 'bool is_number_hex(const char*)' defined but not used [-Wunused-function]
10 | static bool is_number_hex(const char* s)
| ^~~~~~~~~~~~~
gmake: *** [Makefile:131: OBJDIR/char_horse.o] Error 1
gmake: *** [Makefile:131: OBJDIR/battle.o] Error 1
^Cgmake: *** Deleting file 'OBJDIR/char_battle.o'
gmake: *** [Makefile:131: OBJDIR/char_battle.o] Interrupt
gmake: *** [Makefile:131: OBJDIR/char.o] Interrupt
gmake: *** [Makefile:131: OBJDIR/building.o] Interrupt
Moderatör tarafında düzenlendi:
- Katılım
- 29 Haz 2019
- Konular
- 20
- Mesajlar
- 359
- Online süresi
- 3ay 11g
- Reaksiyon Skoru
- 237
- Altın Konu
- 6
- Başarım Puanı
- 98
- TM Yaşı
- 6 Yıl 9 Ay 26 Gün
- MmoLira
- 4,674
- DevLira
- 0
Manas destanı mı bu
- Katılım
- 16 Mar 2014
- Konular
- 137
- Mesajlar
- 1,382
- Online süresi
- 2ay 8g
- Reaksiyon Skoru
- 871
- Altın Konu
- 40
- Başarım Puanı
- 246
- Yaş
- 28
- TM Yaşı
- 12 Yıl 1 Ay 7 Gün
- MmoLira
- 31,553
- DevLira
- 15
Paylaşım için teşekkürler
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 10
- Görüntüleme
- 2K
- Cevaplar
- 19
- Görüntüleme
- 2K











