Hikayeler

Reklam vermek için turkmmo@gmail.com

Sahte item yansıtma fixi

  • Konuyu başlatan Koray'
  • Başlangıç tarihi
  • Cevaplar 9
  • Görüntüleme 3K

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
 
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
 
Moderatör tarafında düzenlendi:
Manas destanı mı bu
 
Paylaşım için teşekkürler
 

Şu an konuyu görüntüleyenler (Toplam : 1, Üye: 0, Misafir: 1)

Geri
Üst