Advertisement
Jeroen52

SAMP MySQL build logs #2

Jun 24th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.03 KB | None | 0 0
  1. Compiling plugin..
  2. In file included from src/CCallback.cpp:2:
  3. src/CCallback.h:8:29: error: boost/variant.hpp: No such file or directory
  4. src/CCallback.h:10:36: error: boost/lockfree/queue.hpp: No such file or directory
  5. In file included from src/CCallback.cpp:3:
  6. src/CMySQLHandle.h:7:35: error: boost/unordered_map.hpp: No such file or directory
  7. src/CMySQLHandle.h:9:30: error: boost/function.hpp: No such file or directory
  8. src/CMySQLHandle.h:10:28: error: boost/atomic.hpp: No such file or directory
  9. In file included from src/CMySQLQuery.h:14,
  10. from src/CCallback.cpp:4:
  11. src/CMySQLConnection.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  12. src/CMySQLConnection.h:9:41: error: boost/lockfree/spsc_queue.hpp: No such file or directory
  13. src/CMySQLConnection.h:11:34: error: boost/thread/mutex.hpp: No such file or directory
  14. In file included from src/CCallback.cpp:2:
  15. src/CCallback.h:29: error: ‘boost’ has not been declared
  16. src/CCallback.h:29: error: ISO C++ forbids declaration of ‘queue’ with no type
  17. src/CCallback.h:29: error: expected ‘;’ before ‘<’ token
  18. src/CCallback.h:52: error: ‘boost’ was not declared in this scope
  19. src/CCallback.h:52: error: template argument 1 is invalid
  20. src/CCallback.h:52: error: template argument 2 is invalid
  21. In file included from src/CCallback.cpp:2:
  22. src/CCallback.h: In member function ‘void CCallback::QueueQuery(CMySQLQuery*)’:
  23. src/CCallback.h:57: error: ‘m_CallbackQueue’ was not declared in this scope
  24. In file included from src/CCallback.cpp:3:
  25. src/CMySQLHandle.h: At global scope:
  26. src/CMySQLHandle.h:13: error: ‘boost’ has not been declared
  27. src/CMySQLHandle.h:15: error: ‘boost’ has not been declared
  28. src/CMySQLHandle.h:16: error: ‘boost’ has not been declared
  29. src/CMySQLHandle.h:36: error: ‘function’ has not been declared
  30. src/CMySQLHandle.h:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  31. src/CMySQLHandle.h:103: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  32. src/CMySQLHandle.h:103: error: expected ‘;’ before ‘<’ token
  33. src/CMySQLHandle.h:106: error: ISO C++ forbids declaration of ‘atomic’ with no type
  34. src/CMySQLHandle.h:106: error: expected ‘;’ before ‘<’ token
  35. src/CMySQLHandle.h:108: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  36. src/CMySQLHandle.h:108: error: expected ‘;’ before ‘<’ token
  37. src/CMySQLHandle.h: In static member function ‘static bool CMySQLHandle::IsValid(unsigned int)’:
  38. src/CMySQLHandle.h:43: error: ‘SQLHandle’ was not declared in this scope
  39. src/CMySQLHandle.h: In static member function ‘static CMySQLHandle* CMySQLHandle::GetHandle(unsigned int)’:
  40. src/CMySQLHandle.h:53: error: ‘SQLHandle’ was not declared in this scope
  41. src/CMySQLHandle.h: In member function ‘unsigned int CMySQLHandle::GetUnprocessedQueryCount() const’:
  42. src/CMySQLHandle.h:63: error: ‘m_QueryCounter’ was not declared in this scope
  43. src/CMySQLHandle.h: In member function ‘bool CMySQLHandle::IsValidResult(unsigned int)’:
  44. src/CMySQLHandle.h:74: error: ‘m_SavedResults’ was not declared in this scope
  45. src/CMySQLHandle.h: In member function ‘void CMySQLHandle::DecreaseQueryCounter()’:
  46. src/CMySQLHandle.h:87: error: ‘m_QueryCounter’ was not declared in this scope
  47. In file included from src/CMySQLQuery.h:14,
  48. from src/CCallback.cpp:4:
  49. src/CMySQLConnection.h: At global scope:
  50. src/CMySQLConnection.h:15: error: ‘boost’ has not been declared
  51. src/CMySQLConnection.h:16: error: ‘boost’ has not been declared
  52. src/CMySQLConnection.h:17: error: ‘boost’ has not been declared
  53. In file included from src/CMySQLQuery.h:14,
  54. from src/CCallback.cpp:4:
  55. src/CMySQLConnection.h:70: error: ISO C++ forbids declaration of ‘thread’ with no type
  56. src/CMySQLConnection.h:70: error: expected ‘;’ before ‘*’ token
  57. src/CMySQLConnection.h:71: error: ISO C++ forbids declaration of ‘atomic’ with no type
  58. src/CMySQLConnection.h:71: error: expected ‘;’ before ‘<’ token
  59. src/CMySQLConnection.h:73: error: ‘boost’ has not been declared
  60. src/CMySQLConnection.h:73: error: ISO C++ forbids declaration of ‘spsc_queue’ with no type
  61. src/CMySQLConnection.h:73: error: expected ‘;’ before ‘<’ token
  62. src/CMySQLConnection.h:79: error: ‘boost’ has not been declared
  63. src/CMySQLConnection.h:79: error: ISO C++ forbids declaration of ‘mutex’ with no type
  64. src/CMySQLConnection.h:79: error: expected ‘;’ before ‘m_FuncQueueMtx’
  65. src/CMySQLConnection.h:80: error: ‘function’ was not declared in this scope
  66. src/CMySQLConnection.h:80: error: template argument 1 is invalid
  67. src/CMySQLConnection.h:80: error: template argument 2 is invalid
  68. src/CMySQLConnection.h:80: error: expected unqualified-id before ‘>’ token
  69. src/CMySQLConnection.h: In member function ‘void CMySQLConnection::QueueQuery(CMySQLQuery*)’:
  70. src/CMySQLConnection.h:54: error: ‘m_QueryQueue’ was not declared in this scope
  71. In file included from src/CCallback.cpp:4:
  72. src/CMySQLQuery.h: At global scope:
  73. src/CMySQLQuery.h:40: error: ‘boost’ was not declared in this scope
  74. src/CMySQLQuery.h:40: error: template argument 1 is invalid
  75. src/CMySQLQuery.h:40: error: template argument 2 is invalid
  76. In file included from src/CMySQLResult.h:18,
  77. from src/CCallback.cpp:5:
  78. src/CLog.h:10: error: ‘boost’ has not been declared
  79. src/CLog.h:11: error: ‘boost’ has not been declared
  80. src/CLog.h:12: error: ‘boost’ has not been declared
  81. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  82. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  83. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  84. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  85. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  86. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  87. src/CLog.h:109: error: ‘thread’ has not been declared
  88. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  89. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  90. src/CLog.h:111: error: ‘boost’ has not been declared
  91. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  92. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  93. src/CLog.h: In constructor ‘CLog::CLog()’:
  94. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  95. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  96. In file included from src/CCallback.cpp:6:
  97. src/COrm.h: At global scope:
  98. src/COrm.h:13: error: ‘boost’ has not been declared
  99. src/COrm.h:18: error: ‘boost’ has not been declared
  100. src/COrm.h:18: error: expected initializer before ‘<’ token
  101. src/COrm.h:86: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  102. src/COrm.h:86: error: expected ‘;’ before ‘<’ token
  103. src/COrm.h: In static member function ‘static bool COrm::IsValid(int)’:
  104. src/COrm.h:37: error: ‘OrmHandle’ was not declared in this scope
  105. src/COrm.h: In static member function ‘static COrm* COrm::GetOrm(int)’:
  106. src/COrm.h:41: error: ‘OrmHandle’ was not declared in this scope
  107. src/CCallback.cpp: In member function ‘void CCallback::ProcessCallbacks()’:
  108. src/CCallback.cpp:19: error: ‘m_CallbackQueue’ was not declared in this scope
  109. src/CCallback.cpp:48: error: request for member ‘empty’ in ‘query->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  110. src/CCallback.cpp:50: error: ‘boost’ has not been declared
  111. src/CCallback.cpp:50: error: expected primary-expression before ‘,’ token
  112. src/CCallback.cpp:50: error: expected primary-expression before ‘>’ token
  113. src/CCallback.cpp:50: error: ‘value’ was not declared in this scope
  114. src/CCallback.cpp:50: error: ‘boost’ has not been declared
  115. src/CCallback.cpp:50: error: request for member ‘top’ in ‘query->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  116. src/CCallback.cpp:51: error: must #include <typeinfo> before using typeid
  117. src/CCallback.cpp:56: error: ‘boost’ has not been declared
  118. src/CCallback.cpp:56: error: expected primary-expression before ‘>’ token
  119. src/CCallback.cpp:61: error: ‘boost’ has not been declared
  120. src/CCallback.cpp:61: error: expected primary-expression before ‘>’ token
  121. src/CCallback.cpp:66: error: ‘boost’ has not been declared
  122. src/CCallback.cpp:66: error: expected primary-expression before ‘>’ token
  123. src/CCallback.cpp:71: error: request for member ‘pop’ in ‘query->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  124. src/CCallback.cpp: At global scope:
  125. src/CCallback.cpp:100: error: ‘boost’ was not declared in this scope
  126. src/CCallback.cpp:100: error: template argument 1 is invalid
  127. src/CCallback.cpp:100: error: template argument 2 is invalid
  128. src/CCallback.cpp: In member function ‘void CCallback::FillCallbackParams(int&, const char*, AMX*, cell*, int)’:
  129. src/CCallback.cpp:117: error: request for member ‘push’ in ‘dest’, which is of non-class type ‘int’
  130. src/CCallback.cpp:122: error: request for member ‘push’ in ‘dest’, which is of non-class type ‘int’
  131. src/CCallback.cpp:125: error: request for member ‘push’ in ‘dest’, which is of non-class type ‘int’
  132. src/CCallback.cpp: In member function ‘void CCallback::ClearByHandle(CMySQLHandle*)’:
  133. src/CCallback.cpp:135: error: ‘m_CallbackQueue’ was not declared in this scope
  134. src/CCallback.cpp:148: error: ‘m_CallbackQueue’ was not declared in this scope
  135. src/CLog.cpp:7:28: error: boost/chrono.hpp: No such file or directory
  136. In file included from src/CLog.cpp:12:
  137. src/CLog.h:6:36: error: boost/lockfree/queue.hpp: No such file or directory
  138. src/CLog.h:7:28: error: boost/atomic.hpp: No such file or directory
  139. src/CLog.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  140. src/CLog.cpp:10: error: ‘boost’ has not been declared
  141. src/CLog.cpp:10: error: ‘chrono’ is not a namespace-name
  142. src/CLog.cpp:10: error: expected namespace-name before ‘;’ token
  143. In file included from src/CLog.cpp:12:
  144. src/CLog.h:10: error: ‘boost’ has not been declared
  145. src/CLog.h:11: error: ‘boost’ has not been declared
  146. src/CLog.h:12: error: ‘boost’ has not been declared
  147. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  148. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  149. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  150. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  151. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  152. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  153. src/CLog.h:109: error: ‘thread’ has not been declared
  154. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  155. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  156. src/CLog.h:111: error: ‘boost’ has not been declared
  157. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  158. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  159. src/CLog.h: In constructor ‘CLog::CLog()’:
  160. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  161. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  162. src/CLog.cpp: In member function ‘void CLog::ProcessLog()’:
  163. src/CLog.cpp:36: error: ‘m_LogThreadAlive’ was not declared in this scope
  164. src/CLog.cpp:39: error: ‘m_LogQueue’ was not declared in this scope
  165. src/CLog.cpp:87: error: ‘this_thread’ has not been declared
  166. src/CLog.cpp:87: error: ‘chrono’ has not been declared
  167. src/CLog.cpp: In member function ‘void CLog::Initialize(const char*)’:
  168. src/CLog.cpp:96: error: ‘strcpy’ was not declared in this scope
  169. src/CLog.cpp:98: error: ‘m_MainThreadID’ was not declared in this scope
  170. src/CLog.cpp:98: error: ‘this_thread’ has not been declared
  171. src/CLog.cpp: In member function ‘void CLog::SetLogType(unsigned int)’:
  172. src/CLog.cpp:116: error: ‘m_LogThread’ was not declared in this scope
  173. src/CLog.cpp:117: error: expected type-specifier before ‘thread’
  174. src/CLog.cpp:117: error: expected ‘;’ before ‘thread’
  175. src/CLog.cpp:124: error: ‘strcpy’ was not declared in this scope
  176. src/CLog.cpp: In member function ‘int CLog::LogFunction(unsigned int, char*, char*, ...)’:
  177. src/CLog.cpp:140: error: ‘this_thread’ has not been declared
  178. src/CLog.cpp:140: error: ‘m_MainThreadID’ was not declared in this scope
  179. src/CLog.cpp:149: error: ‘strlen’ was not declared in this scope
  180. src/CLog.cpp:150: error: ‘strcpy’ was not declared in this scope
  181. src/CLog.cpp:152: error: ‘m_LogQueue’ was not declared in this scope
  182. src/CLog.cpp:165: error: ‘strlen’ was not declared in this scope
  183. src/CLog.cpp: In member function ‘void CLog::StartCallback(const char*)’:
  184. src/CLog.cpp:219: error: ‘strlen’ was not declared in this scope
  185. src/CLog.cpp:222: error: ‘m_LogQueue’ was not declared in this scope
  186. src/CLog.cpp: In member function ‘void CLog::EndCallback()’:
  187. src/CLog.cpp:242: error: ‘m_LogQueue’ was not declared in this scope
  188. src/CLog.cpp: In destructor ‘CLog::~CLog()’:
  189. src/CLog.cpp:248: error: ‘m_LogThread’ was not declared in this scope
  190. src/CLog.cpp:250: error: ‘m_LogThreadAlive’ was not declared in this scope
  191. src/CLog.cpp:253: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
  192. In file included from src/CMySQLConnection.cpp:1:
  193. src/CMySQLConnection.h:7:28: error: boost/atomic.hpp: No such file or directory
  194. src/CMySQLConnection.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  195. src/CMySQLConnection.h:9:41: error: boost/lockfree/spsc_queue.hpp: No such file or directory
  196. src/CMySQLConnection.h:10:30: error: boost/function.hpp: No such file or directory
  197. src/CMySQLConnection.h:11:34: error: boost/thread/mutex.hpp: No such file or directory
  198. In file included from src/CMySQLConnection.cpp:2:
  199. src/CMySQLQuery.h:8:29: error: boost/variant.hpp: No such file or directory
  200. In file included from src/CMySQLResult.h:18,
  201. from src/CMySQLConnection.cpp:3:
  202. src/CLog.h:6:36: error: boost/lockfree/queue.hpp: No such file or directory
  203. src/CMySQLConnection.cpp:7:28: error: boost/chrono.hpp: No such file or directory
  204. In file included from src/CMySQLConnection.cpp:1:
  205. src/CMySQLConnection.h:15: error: ‘boost’ has not been declared
  206. src/CMySQLConnection.h:16: error: ‘boost’ has not been declared
  207. src/CMySQLConnection.h:17: error: ‘boost’ has not been declared
  208. In file included from src/CMySQLConnection.cpp:1:
  209. src/CMySQLConnection.h:70: error: ISO C++ forbids declaration of ‘thread’ with no type
  210. src/CMySQLConnection.h:70: error: expected ‘;’ before ‘*’ token
  211. src/CMySQLConnection.h:71: error: ISO C++ forbids declaration of ‘atomic’ with no type
  212. src/CMySQLConnection.h:71: error: expected ‘;’ before ‘<’ token
  213. src/CMySQLConnection.h:73: error: ‘boost’ has not been declared
  214. src/CMySQLConnection.h:73: error: ISO C++ forbids declaration of ‘spsc_queue’ with no type
  215. src/CMySQLConnection.h:73: error: expected ‘;’ before ‘<’ token
  216. src/CMySQLConnection.h:79: error: ‘boost’ has not been declared
  217. src/CMySQLConnection.h:79: error: ISO C++ forbids declaration of ‘mutex’ with no type
  218. src/CMySQLConnection.h:79: error: expected ‘;’ before ‘m_FuncQueueMtx’
  219. src/CMySQLConnection.h:80: error: ‘function’ was not declared in this scope
  220. src/CMySQLConnection.h:80: error: template argument 1 is invalid
  221. src/CMySQLConnection.h:80: error: template argument 2 is invalid
  222. src/CMySQLConnection.h:80: error: expected unqualified-id before ‘>’ token
  223. src/CMySQLConnection.h: In member function ‘void CMySQLConnection::QueueQuery(CMySQLQuery*)’:
  224. src/CMySQLConnection.h:54: error: ‘m_QueryQueue’ was not declared in this scope
  225. In file included from src/CMySQLConnection.cpp:2:
  226. src/CMySQLQuery.h: At global scope:
  227. src/CMySQLQuery.h:40: error: ‘boost’ was not declared in this scope
  228. src/CMySQLQuery.h:40: error: template argument 1 is invalid
  229. src/CMySQLQuery.h:40: error: template argument 2 is invalid
  230. In file included from src/CMySQLResult.h:18,
  231. from src/CMySQLConnection.cpp:3:
  232. src/CLog.h:10: error: ‘boost’ has not been declared
  233. src/CLog.h:11: error: ‘boost’ has not been declared
  234. src/CLog.h:12: error: ‘boost’ has not been declared
  235. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  236. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  237. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  238. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  239. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  240. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  241. src/CLog.h:109: error: ‘thread’ has not been declared
  242. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  243. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  244. src/CLog.h:111: error: ‘boost’ has not been declared
  245. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  246. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  247. src/CLog.h: In constructor ‘CLog::CLog()’:
  248. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  249. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  250. In file included from src/CMySQLConnection.cpp:4:
  251. src/CCallback.h: At global scope:
  252. src/CCallback.h:29: error: ‘boost’ has not been declared
  253. src/CCallback.h:29: error: ISO C++ forbids declaration of ‘queue’ with no type
  254. src/CCallback.h:29: error: expected ‘;’ before ‘<’ token
  255. src/CCallback.h:52: error: ‘boost’ was not declared in this scope
  256. src/CCallback.h:52: error: template argument 1 is invalid
  257. src/CCallback.h:52: error: template argument 2 is invalid
  258. In file included from src/CMySQLConnection.cpp:4:
  259. src/CCallback.h: In member function ‘void CCallback::QueueQuery(CMySQLQuery*)’:
  260. src/CCallback.h:57: error: ‘m_CallbackQueue’ was not declared in this scope
  261. src/CMySQLConnection.cpp: At global scope:
  262. src/CMySQLConnection.cpp:8: error: ‘boost’ has not been declared
  263. src/CMySQLConnection.cpp:8: error: ‘chrono’ is not a namespace-name
  264. src/CMySQLConnection.cpp:8: error: expected namespace-name before ‘;’ token
  265. src/CMySQLConnection.cpp:9: error: ‘boost’ has not been declared
  266. src/CMySQLConnection.cpp:9: error: ‘this_thread’ is not a namespace-name
  267. src/CMySQLConnection.cpp:9: error: expected namespace-name before ‘;’ token
  268. src/CMySQLConnection.cpp: In constructor ‘CMySQLConnection::CMySQLConnection(std::string&, std::string&, std::string&, std::string&, size_t, bool, bool)’:
  269. src/CMySQLConnection.cpp:26: error: class ‘CMySQLConnection’ does not have any field named ‘m_QueryThreadRunning’
  270. src/CMySQLConnection.cpp:27: error: class ‘CMySQLConnection’ does not have any field named ‘m_QueryThread’
  271. src/CMySQLConnection.cpp:41: error: ‘m_QueryThread’ was not declared in this scope
  272. src/CMySQLConnection.cpp:41: error: expected type-specifier before ‘thread’
  273. src/CMySQLConnection.cpp:41: error: expected ‘;’ before ‘thread’
  274. src/CMySQLConnection.cpp: In destructor ‘CMySQLConnection::~CMySQLConnection()’:
  275. src/CMySQLConnection.cpp:46: error: ‘m_QueryThread’ was not declared in this scope
  276. src/CMySQLConnection.cpp:48: error: ‘m_QueryThreadRunning’ was not declared in this scope
  277. src/CMySQLConnection.cpp:50: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
  278. src/CMySQLConnection.cpp:53: error: ‘m_QueryQueue’ was not declared in this scope
  279. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::Connect()’:
  280. src/CMySQLConnection.cpp:60: error: ‘m_QueryThread’ was not declared in this scope
  281. src/CMySQLConnection.cpp:60: error: ‘this_thread’ has not been declared
  282. src/CMySQLConnection.cpp:62: error: ‘boost’ has not been declared
  283. src/CMySQLConnection.cpp:62: error: ‘boost’ has not been declared
  284. src/CMySQLConnection.cpp:62: error: ‘m_FuncQueueMtx’ was not declared in this scope
  285. src/CMySQLConnection.cpp:62: error: ‘lockguard’ was not declared in this scope
  286. src/CMySQLConnection.cpp:63: error: ‘m_FuncQueue’ was not declared in this scope
  287. src/CMySQLConnection.cpp:63: error: ‘boost’ has not been declared
  288. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::Disconnect()’:
  289. src/CMySQLConnection.cpp:98: error: ‘m_QueryThread’ was not declared in this scope
  290. src/CMySQLConnection.cpp:98: error: ‘this_thread’ has not been declared
  291. src/CMySQLConnection.cpp:100: error: ‘boost’ has not been declared
  292. src/CMySQLConnection.cpp:100: error: ‘boost’ has not been declared
  293. src/CMySQLConnection.cpp:100: error: ‘m_FuncQueueMtx’ was not declared in this scope
  294. src/CMySQLConnection.cpp:100: error: ‘lockguard’ was not declared in this scope
  295. src/CMySQLConnection.cpp:101: error: ‘m_FuncQueue’ was not declared in this scope
  296. src/CMySQLConnection.cpp:101: error: ‘boost’ has not been declared
  297. src/CMySQLConnection.cpp:105: error: ‘m_QueryQueue’ was not declared in this scope
  298. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::EscapeString(const char*, std::string&)’:
  299. src/CMySQLConnection.cpp:125: error: ‘strlen’ was not declared in this scope
  300. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::SetCharset(std::string)’:
  301. src/CMySQLConnection.cpp:138: error: ‘m_QueryThread’ was not declared in this scope
  302. src/CMySQLConnection.cpp:138: error: ‘this_thread’ has not been declared
  303. src/CMySQLConnection.cpp:140: error: ‘boost’ has not been declared
  304. src/CMySQLConnection.cpp:140: error: ‘boost’ has not been declared
  305. src/CMySQLConnection.cpp:140: error: ‘m_FuncQueueMtx’ was not declared in this scope
  306. src/CMySQLConnection.cpp:140: error: ‘lockguard’ was not declared in this scope
  307. src/CMySQLConnection.cpp:141: error: ‘m_FuncQueue’ was not declared in this scope
  308. src/CMySQLConnection.cpp:141: error: ‘boost’ has not been declared
  309. src/CMySQLConnection.cpp: In member function ‘void CMySQLConnection::ProcessQueries()’:
  310. src/CMySQLConnection.cpp:163: error: ‘m_QueryThreadRunning’ was not declared in this scope
  311. src/CMySQLConnection.cpp:165: error: ‘function’ was not declared in this scope
  312. src/CMySQLConnection.cpp:165: error: template argument 1 is invalid
  313. src/CMySQLConnection.cpp:165: error: template argument 2 is invalid
  314. src/CMySQLConnection.cpp:165: error: expected unqualified-id before ‘>’ token
  315. src/CMySQLConnection.cpp:166: error: ‘m_FuncQueueMtx’ was not declared in this scope
  316. src/CMySQLConnection.cpp:167: error: ‘m_FuncQueue’ was not declared in this scope
  317. src/CMySQLConnection.cpp:170: error: ‘tmp_queue’ was not declared in this scope
  318. src/CMySQLConnection.cpp:178: error: ‘m_QueryQueue’ was not declared in this scope
  319. src/CMySQLConnection.cpp:199: error: ‘tmp_queue’ was not declared in this scope
  320. src/CMySQLConnection.cpp:200: error: ‘m_FuncQueue’ was not declared in this scope
  321. src/CMySQLConnection.cpp:203: error: ‘this_thread’ has not been declared
  322. src/CMySQLConnection.cpp:203: error: ‘chrono’ has not been declared
  323. In file included from src/CMySQLHandle.cpp:1:
  324. src/CMySQLHandle.h:7:35: error: boost/unordered_map.hpp: No such file or directory
  325. src/CMySQLHandle.h:9:30: error: boost/function.hpp: No such file or directory
  326. src/CMySQLHandle.h:10:28: error: boost/atomic.hpp: No such file or directory
  327. In file included from src/CMySQLResult.h:18,
  328. from src/CMySQLHandle.cpp:2:
  329. src/CLog.h:6:36: error: boost/lockfree/queue.hpp: No such file or directory
  330. src/CLog.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  331. In file included from src/CMySQLHandle.cpp:3:
  332. src/CMySQLConnection.h:9:41: error: boost/lockfree/spsc_queue.hpp: No such file or directory
  333. src/CMySQLConnection.h:11:34: error: boost/thread/mutex.hpp: No such file or directory
  334. src/CMySQLHandle.cpp:7:28: error: boost/chrono.hpp: No such file or directory
  335. In file included from src/CMySQLHandle.cpp:1:
  336. src/CMySQLHandle.h:13: error: ‘boost’ has not been declared
  337. src/CMySQLHandle.h:15: error: ‘boost’ has not been declared
  338. src/CMySQLHandle.h:16: error: ‘boost’ has not been declared
  339. src/CMySQLHandle.h:36: error: ‘function’ has not been declared
  340. src/CMySQLHandle.h:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  341. src/CMySQLHandle.h:103: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  342. src/CMySQLHandle.h:103: error: expected ‘;’ before ‘<’ token
  343. src/CMySQLHandle.h:106: error: ISO C++ forbids declaration of ‘atomic’ with no type
  344. src/CMySQLHandle.h:106: error: expected ‘;’ before ‘<’ token
  345. src/CMySQLHandle.h:108: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  346. src/CMySQLHandle.h:108: error: expected ‘;’ before ‘<’ token
  347. src/CMySQLHandle.h: In static member function ‘static bool CMySQLHandle::IsValid(unsigned int)’:
  348. src/CMySQLHandle.h:43: error: ‘SQLHandle’ was not declared in this scope
  349. src/CMySQLHandle.h: In static member function ‘static CMySQLHandle* CMySQLHandle::GetHandle(unsigned int)’:
  350. src/CMySQLHandle.h:53: error: ‘SQLHandle’ was not declared in this scope
  351. src/CMySQLHandle.h: In member function ‘unsigned int CMySQLHandle::GetUnprocessedQueryCount() const’:
  352. src/CMySQLHandle.h:63: error: ‘m_QueryCounter’ was not declared in this scope
  353. src/CMySQLHandle.h: In member function ‘bool CMySQLHandle::IsValidResult(unsigned int)’:
  354. src/CMySQLHandle.h:74: error: ‘m_SavedResults’ was not declared in this scope
  355. src/CMySQLHandle.h: In member function ‘void CMySQLHandle::DecreaseQueryCounter()’:
  356. src/CMySQLHandle.h:87: error: ‘m_QueryCounter’ was not declared in this scope
  357. In file included from src/CMySQLResult.h:18,
  358. from src/CMySQLHandle.cpp:2:
  359. src/CLog.h: At global scope:
  360. src/CLog.h:10: error: ‘boost’ has not been declared
  361. src/CLog.h:11: error: ‘boost’ has not been declared
  362. src/CLog.h:12: error: ‘boost’ has not been declared
  363. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  364. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  365. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  366. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  367. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  368. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  369. src/CLog.h:109: error: ‘thread’ has not been declared
  370. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  371. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  372. src/CLog.h:111: error: ‘boost’ has not been declared
  373. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  374. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  375. src/CLog.h: In constructor ‘CLog::CLog()’:
  376. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  377. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  378. In file included from src/CMySQLHandle.cpp:3:
  379. src/CMySQLConnection.h: At global scope:
  380. src/CMySQLConnection.h:15: error: ‘boost’ has not been declared
  381. src/CMySQLConnection.h:16: error: ‘boost’ has not been declared
  382. src/CMySQLConnection.h:17: error: ‘boost’ has not been declared
  383. In file included from src/CMySQLHandle.cpp:3:
  384. src/CMySQLConnection.h:70: error: ISO C++ forbids declaration of ‘thread’ with no type
  385. src/CMySQLConnection.h:70: error: expected ‘;’ before ‘*’ token
  386. src/CMySQLConnection.h:71: error: ISO C++ forbids declaration of ‘atomic’ with no type
  387. src/CMySQLConnection.h:71: error: expected ‘;’ before ‘<’ token
  388. src/CMySQLConnection.h:73: error: ‘boost’ has not been declared
  389. src/CMySQLConnection.h:73: error: ISO C++ forbids declaration of ‘spsc_queue’ with no type
  390. src/CMySQLConnection.h:73: error: expected ‘;’ before ‘<’ token
  391. src/CMySQLConnection.h:79: error: ‘boost’ has not been declared
  392. src/CMySQLConnection.h:79: error: ISO C++ forbids declaration of ‘mutex’ with no type
  393. src/CMySQLConnection.h:79: error: expected ‘;’ before ‘m_FuncQueueMtx’
  394. src/CMySQLConnection.h:80: error: ‘function’ was not declared in this scope
  395. src/CMySQLConnection.h:80: error: template argument 1 is invalid
  396. src/CMySQLConnection.h:80: error: template argument 2 is invalid
  397. src/CMySQLConnection.h:80: error: expected unqualified-id before ‘>’ token
  398. src/CMySQLConnection.h: In member function ‘void CMySQLConnection::QueueQuery(CMySQLQuery*)’:
  399. src/CMySQLConnection.h:54: error: ‘m_QueryQueue’ was not declared in this scope
  400. src/CMySQLHandle.cpp: At global scope:
  401. src/CMySQLHandle.cpp:8: error: ‘boost’ has not been declared
  402. src/CMySQLHandle.cpp:8: error: ‘chrono’ is not a namespace-name
  403. src/CMySQLHandle.cpp:8: error: expected namespace-name before ‘;’ token
  404. src/CMySQLHandle.cpp:11: error: expected constructor, destructor, or type conversion before ‘<’ token
  405. src/CMySQLHandle.cpp: In constructor ‘CMySQLHandle::CMySQLHandle(unsigned int)’:
  406. src/CMySQLHandle.cpp:25: error: class ‘CMySQLHandle’ does not have any field named ‘m_QueryCounter’
  407. src/CMySQLHandle.cpp: In destructor ‘CMySQLHandle::~CMySQLHandle()’:
  408. src/CMySQLHandle.cpp:32: error: ‘unordered_map’ was not declared in this scope
  409. src/CMySQLHandle.cpp:32: error: expected primary-expression before ‘unsigned’
  410. src/CMySQLHandle.cpp:32: error: expected ‘;’ before ‘unsigned’
  411. src/CMySQLHandle.cpp:32: error: ‘it’ was not declared in this scope
  412. src/CMySQLHandle.cpp:32: error: ‘end’ was not declared in this scope
  413. src/CMySQLHandle.cpp:35: error: ‘boost’ has not been declared
  414. src/CMySQLHandle.cpp:35: error: ‘_1’ was not declared in this scope
  415. src/CMySQLHandle.cpp: In static member function ‘static CMySQLHandle* CMySQLHandle::Create(std::string, std::string, std::string, std::string, size_t, size_t, bool)’:
  416. src/CMySQLHandle.cpp:47: error: ‘SQLHandle’ was not declared in this scope
  417. src/CMySQLHandle.cpp:50: error: ‘unordered_map’ was not declared in this scope
  418. src/CMySQLHandle.cpp:50: error: expected primary-expression before ‘unsigned’
  419. src/CMySQLHandle.cpp:50: error: expected ‘;’ before ‘unsigned’
  420. src/CMySQLHandle.cpp:50: error: ‘i’ was not declared in this scope
  421. src/CMySQLHandle.cpp:50: error: ‘end’ was not declared in this scope
  422. src/CMySQLHandle.cpp:65: error: ‘SQLHandle’ was not declared in this scope
  423. src/CMySQLHandle.cpp:67: error: ‘unordered_map’ was not declared in this scope
  424. src/CMySQLHandle.cpp:67: error: expected primary-expression before ‘unsigned’
  425. src/CMySQLHandle.cpp:67: error: expected ‘;’ before ‘unsigned’
  426. src/CMySQLHandle.cpp:70: error: ‘itHandle’ was not declared in this scope
  427. src/CMySQLHandle.cpp:86: error: ‘SQLHandle’ was not declared in this scope
  428. src/CMySQLHandle.cpp:86: error: ‘unordered_map’ was not declared in this scope
  429. src/CMySQLHandle.cpp:86: error: expected primary-expression before ‘unsigned’
  430. src/CMySQLHandle.cpp:86: error: expected primary-expression before ‘*’ token
  431. src/CMySQLHandle.cpp:86: error: expected primary-expression before ‘>’ token
  432. src/CMySQLHandle.cpp:86: error: ‘::value_type’ has not been declared
  433. src/CMySQLHandle.cpp: In member function ‘void CMySQLHandle::Destroy()’:
  434. src/CMySQLHandle.cpp:98: error: ‘SQLHandle’ was not declared in this scope
  435. src/CMySQLHandle.cpp: At global scope:
  436. src/CMySQLHandle.cpp:102: error: variable or field ‘ExecuteOnConnections’ declared void
  437. src/CMySQLHandle.cpp:102: error: ‘function’ was not declared in this scope
  438. src/CMySQLHandle.cpp:102: error: expected primary-expression before ‘void’
  439. src/CMySQLHandle.cpp: In member function ‘void CMySQLHandle::QueueQuery(CMySQLQuery*, bool)’:
  440. src/CMySQLHandle.cpp:120: error: ‘m_QueryCounter’ was not declared in this scope
  441. src/CMySQLHandle.cpp:125: error: ‘m_QueryCounter’ was not declared in this scope
  442. src/CMySQLHandle.cpp: In member function ‘unsigned int CMySQLHandle::SaveActiveResult()’:
  443. src/CMySQLHandle.cpp:144: error: ‘m_SavedResults’ was not declared in this scope
  444. src/CMySQLHandle.cpp:146: error: ‘unordered_map’ was not declared in this scope
  445. src/CMySQLHandle.cpp:146: error: expected primary-expression before ‘unsigned’
  446. src/CMySQLHandle.cpp:146: error: expected ‘;’ before ‘unsigned’
  447. src/CMySQLHandle.cpp:149: error: ‘itHandle’ was not declared in this scope
  448. src/CMySQLHandle.cpp:156: error: ‘m_SavedResults’ was not declared in this scope
  449. src/CMySQLHandle.cpp:156: error: ‘unordered_map’ was not declared in this scope
  450. src/CMySQLHandle.cpp:156: error: expected primary-expression before ‘unsigned’
  451. src/CMySQLHandle.cpp:156: error: expected primary-expression before ‘*’ token
  452. src/CMySQLHandle.cpp:156: error: expected primary-expression before ‘>’ token
  453. src/CMySQLHandle.cpp:156: error: ‘::value_type’ has not been declared
  454. src/CMySQLHandle.cpp: In member function ‘bool CMySQLHandle::DeleteSavedResult(unsigned int)’:
  455. src/CMySQLHandle.cpp:170: error: ‘m_SavedResults’ was not declared in this scope
  456. src/CMySQLHandle.cpp: In member function ‘bool CMySQLHandle::SetActiveResult(unsigned int)’:
  457. src/CMySQLHandle.cpp:193: error: ‘m_SavedResults’ was not declared in this scope
  458. src/CMySQLHandle.cpp: In static member function ‘static void CMySQLHandle::ClearAll()’:
  459. src/CMySQLHandle.cpp:225: error: ‘unordered_map’ was not declared in this scope
  460. src/CMySQLHandle.cpp:225: error: expected primary-expression before ‘unsigned’
  461. src/CMySQLHandle.cpp:225: error: expected ‘;’ before ‘unsigned’
  462. src/CMySQLHandle.cpp:225: error: ‘i’ was not declared in this scope
  463. src/CMySQLHandle.cpp:225: error: ‘SQLHandle’ was not declared in this scope
  464. src/CMySQLHandle.cpp:228: error: ‘SQLHandle’ was not declared in this scope
  465. In file included from src/CMySQLQuery.cpp:1:
  466. src/CMySQLHandle.h:7:35: error: boost/unordered_map.hpp: No such file or directory
  467. src/CMySQLHandle.h:9:30: error: boost/function.hpp: No such file or directory
  468. src/CMySQLHandle.h:10:28: error: boost/atomic.hpp: No such file or directory
  469. In file included from src/CMySQLResult.h:18,
  470. from src/CMySQLQuery.cpp:2:
  471. src/CLog.h:6:36: error: boost/lockfree/queue.hpp: No such file or directory
  472. src/CLog.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  473. In file included from src/CMySQLQuery.cpp:3:
  474. src/CMySQLQuery.h:8:29: error: boost/variant.hpp: No such file or directory
  475. In file included from src/CMySQLQuery.h:14,
  476. from src/CMySQLQuery.cpp:3:
  477. src/CMySQLConnection.h:9:41: error: boost/lockfree/spsc_queue.hpp: No such file or directory
  478. src/CMySQLConnection.h:11:34: error: boost/thread/mutex.hpp: No such file or directory
  479. src/CMySQLQuery.cpp:8:28: error: boost/chrono.hpp: No such file or directory
  480. In file included from src/CMySQLQuery.cpp:1:
  481. src/CMySQLHandle.h:13: error: ‘boost’ has not been declared
  482. src/CMySQLHandle.h:15: error: ‘boost’ has not been declared
  483. src/CMySQLHandle.h:16: error: ‘boost’ has not been declared
  484. src/CMySQLHandle.h:36: error: ‘function’ has not been declared
  485. src/CMySQLHandle.h:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  486. src/CMySQLHandle.h:103: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  487. src/CMySQLHandle.h:103: error: expected ‘;’ before ‘<’ token
  488. src/CMySQLHandle.h:106: error: ISO C++ forbids declaration of ‘atomic’ with no type
  489. src/CMySQLHandle.h:106: error: expected ‘;’ before ‘<’ token
  490. src/CMySQLHandle.h:108: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  491. src/CMySQLHandle.h:108: error: expected ‘;’ before ‘<’ token
  492. src/CMySQLHandle.h: In static member function ‘static bool CMySQLHandle::IsValid(unsigned int)’:
  493. src/CMySQLHandle.h:43: error: ‘SQLHandle’ was not declared in this scope
  494. src/CMySQLHandle.h: In static member function ‘static CMySQLHandle* CMySQLHandle::GetHandle(unsigned int)’:
  495. src/CMySQLHandle.h:53: error: ‘SQLHandle’ was not declared in this scope
  496. src/CMySQLHandle.h: In member function ‘unsigned int CMySQLHandle::GetUnprocessedQueryCount() const’:
  497. src/CMySQLHandle.h:63: error: ‘m_QueryCounter’ was not declared in this scope
  498. src/CMySQLHandle.h: In member function ‘bool CMySQLHandle::IsValidResult(unsigned int)’:
  499. src/CMySQLHandle.h:74: error: ‘m_SavedResults’ was not declared in this scope
  500. src/CMySQLHandle.h: In member function ‘void CMySQLHandle::DecreaseQueryCounter()’:
  501. src/CMySQLHandle.h:87: error: ‘m_QueryCounter’ was not declared in this scope
  502. In file included from src/CMySQLResult.h:18,
  503. from src/CMySQLQuery.cpp:2:
  504. src/CLog.h: At global scope:
  505. src/CLog.h:10: error: ‘boost’ has not been declared
  506. src/CLog.h:11: error: ‘boost’ has not been declared
  507. src/CLog.h:12: error: ‘boost’ has not been declared
  508. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  509. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  510. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  511. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  512. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  513. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  514. src/CLog.h:109: error: ‘thread’ has not been declared
  515. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  516. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  517. src/CLog.h:111: error: ‘boost’ has not been declared
  518. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  519. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  520. src/CLog.h: In constructor ‘CLog::CLog()’:
  521. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  522. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  523. In file included from src/CMySQLQuery.h:14,
  524. from src/CMySQLQuery.cpp:3:
  525. src/CMySQLConnection.h: At global scope:
  526. src/CMySQLConnection.h:15: error: ‘boost’ has not been declared
  527. src/CMySQLConnection.h:16: error: ‘boost’ has not been declared
  528. src/CMySQLConnection.h:17: error: ‘boost’ has not been declared
  529. In file included from src/CMySQLQuery.h:14,
  530. from src/CMySQLQuery.cpp:3:
  531. src/CMySQLConnection.h:70: error: ISO C++ forbids declaration of ‘thread’ with no type
  532. src/CMySQLConnection.h:70: error: expected ‘;’ before ‘*’ token
  533. src/CMySQLConnection.h:71: error: ISO C++ forbids declaration of ‘atomic’ with no type
  534. src/CMySQLConnection.h:71: error: expected ‘;’ before ‘<’ token
  535. src/CMySQLConnection.h:73: error: ‘boost’ has not been declared
  536. src/CMySQLConnection.h:73: error: ISO C++ forbids declaration of ‘spsc_queue’ with no type
  537. src/CMySQLConnection.h:73: error: expected ‘;’ before ‘<’ token
  538. src/CMySQLConnection.h:79: error: ‘boost’ has not been declared
  539. src/CMySQLConnection.h:79: error: ISO C++ forbids declaration of ‘mutex’ with no type
  540. src/CMySQLConnection.h:79: error: expected ‘;’ before ‘m_FuncQueueMtx’
  541. src/CMySQLConnection.h:80: error: ‘function’ was not declared in this scope
  542. src/CMySQLConnection.h:80: error: template argument 1 is invalid
  543. src/CMySQLConnection.h:80: error: template argument 2 is invalid
  544. src/CMySQLConnection.h:80: error: expected unqualified-id before ‘>’ token
  545. src/CMySQLConnection.h: In member function ‘void CMySQLConnection::QueueQuery(CMySQLQuery*)’:
  546. src/CMySQLConnection.h:54: error: ‘m_QueryQueue’ was not declared in this scope
  547. In file included from src/CMySQLQuery.cpp:3:
  548. src/CMySQLQuery.h: At global scope:
  549. src/CMySQLQuery.h:40: error: ‘boost’ was not declared in this scope
  550. src/CMySQLQuery.h:40: error: template argument 1 is invalid
  551. src/CMySQLQuery.h:40: error: template argument 2 is invalid
  552. src/CMySQLQuery.cpp:9: error: ‘boost’ has not been declared
  553. src/CMySQLQuery.cpp:9: error: ‘chrono’ is not a namespace-name
  554. src/CMySQLQuery.cpp:9: error: expected namespace-name before ‘;’ token
  555. src/CMySQLQuery.cpp: In member function ‘bool CMySQLQuery::Execute(MYSQL*)’:
  556. src/CMySQLQuery.cpp:23: error: ‘chrono’ has not been declared
  557. src/CMySQLQuery.cpp:23: error: expected ‘;’ before ‘query_exec’
  558. src/CMySQLQuery.cpp:25: error: ‘chrono’ has not been declared
  559. src/CMySQLQuery.cpp:25: error: expected ‘;’ before ‘query_exec_duration’
  560. src/CMySQLQuery.cpp:30: error: ‘chrono’ has not been declared
  561. src/CMySQLQuery.cpp:30: error: ‘chrono’ has not been declared
  562. src/CMySQLQuery.cpp:30: error: ‘query_exec_duration’ was not declared in this scope
  563. src/CMySQLQuery.cpp:31: error: ‘chrono’ has not been declared
  564. src/CMySQLQuery.cpp:31: error: ‘chrono’ has not been declared
  565. src/CMySQLQuery.cpp:76: error: request for member ‘size’ in ‘((CMySQLQuery*)this)->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  566. src/CMySQLQuery.cpp:77: error: request for member ‘pop’ in ‘((CMySQLQuery*)this)->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  567. src/CMySQLQuery.cpp:80: error: request for member ‘push’ in ‘((CMySQLQuery*)this)->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  568. src/CMySQLQuery.cpp:81: error: request for member ‘push’ in ‘((CMySQLQuery*)this)->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  569. src/CMySQLQuery.cpp:82: error: request for member ‘push’ in ‘((CMySQLQuery*)this)->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  570. src/CMySQLQuery.cpp:83: error: request for member ‘push’ in ‘((CMySQLQuery*)this)->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  571. src/CMySQLQuery.cpp:84: error: request for member ‘push’ in ‘((CMySQLQuery*)this)->CMySQLQuery::Callback.CMySQLQuery::s_Callback::Params’, which is of non-class type ‘int’
  572. src/CMySQLQuery.cpp: In member function ‘bool CMySQLQuery::StoreResult(MYSQL*, MYSQL_RES*)’:
  573. src/CMySQLQuery.cpp:143: error: ‘memcpy’ was not declared in this scope
  574. In file included from src/CMySQLResult.cpp:3:
  575. src/CLog.h:6:36: error: boost/lockfree/queue.hpp: No such file or directory
  576. src/CLog.h:7:28: error: boost/atomic.hpp: No such file or directory
  577. src/CLog.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  578. In file included from src/CMySQLResult.cpp:5:
  579. src/CMySQLHandle.h:7:35: error: boost/unordered_map.hpp: No such file or directory
  580. src/CMySQLHandle.h:9:30: error: boost/function.hpp: No such file or directory
  581. In file included from src/CMySQLResult.cpp:3:
  582. src/CLog.h:10: error: ‘boost’ has not been declared
  583. src/CLog.h:11: error: ‘boost’ has not been declared
  584. src/CLog.h:12: error: ‘boost’ has not been declared
  585. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  586. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  587. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  588. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  589. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  590. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  591. src/CLog.h:109: error: ‘thread’ has not been declared
  592. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  593. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  594. src/CLog.h:111: error: ‘boost’ has not been declared
  595. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  596. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  597. src/CLog.h: In static member function ‘static CLog* CLog::Get()’:
  598. src/CLog.h:42: error: ‘NULL’ was not declared in this scope
  599. src/CLog.h: In constructor ‘CLog::m_SLogData::m_SLogData()’:
  600. src/CLog.h:75: error: ‘NULL’ was not declared in this scope
  601. src/CLog.h: In destructor ‘CLog::m_SLogData::~m_SLogData()’:
  602. src/CLog.h:86: error: ‘free’ was not declared in this scope
  603. src/CLog.h: In constructor ‘CLog::CLog()’:
  604. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  605. src/CLog.h:94: error: ‘NULL’ was not declared in this scope
  606. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  607. In file included from src/CMySQLResult.cpp:5:
  608. src/CMySQLHandle.h: At global scope:
  609. src/CMySQLHandle.h:13: error: ‘boost’ has not been declared
  610. src/CMySQLHandle.h:15: error: ‘boost’ has not been declared
  611. src/CMySQLHandle.h:16: error: ‘boost’ has not been declared
  612. src/CMySQLHandle.h:36: error: ‘function’ has not been declared
  613. src/CMySQLHandle.h:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  614. src/CMySQLHandle.h:103: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  615. src/CMySQLHandle.h:103: error: expected ‘;’ before ‘<’ token
  616. src/CMySQLHandle.h:106: error: ISO C++ forbids declaration of ‘atomic’ with no type
  617. src/CMySQLHandle.h:106: error: expected ‘;’ before ‘<’ token
  618. src/CMySQLHandle.h:108: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  619. src/CMySQLHandle.h:108: error: expected ‘;’ before ‘<’ token
  620. src/CMySQLHandle.h: In static member function ‘static bool CMySQLHandle::IsValid(unsigned int)’:
  621. src/CMySQLHandle.h:43: error: ‘SQLHandle’ was not declared in this scope
  622. src/CMySQLHandle.h: In static member function ‘static CMySQLHandle* CMySQLHandle::GetHandle(unsigned int)’:
  623. src/CMySQLHandle.h:53: error: ‘SQLHandle’ was not declared in this scope
  624. src/CMySQLHandle.h: In member function ‘unsigned int CMySQLHandle::GetUnprocessedQueryCount() const’:
  625. src/CMySQLHandle.h:63: error: ‘m_QueryCounter’ was not declared in this scope
  626. src/CMySQLHandle.h: In member function ‘bool CMySQLHandle::IsValidResult(unsigned int)’:
  627. src/CMySQLHandle.h:74: error: ‘m_SavedResults’ was not declared in this scope
  628. src/CMySQLHandle.h: In member function ‘void CMySQLHandle::DecreaseQueryCounter()’:
  629. src/CMySQLHandle.h:87: error: ‘m_QueryCounter’ was not declared in this scope
  630. src/CMySQLResult.cpp: In member function ‘const char* CMySQLResult::GetRowDataByName(unsigned int, const char*)’:
  631. src/CMySQLResult.cpp:60: error: ‘::strcmp’ has not been declared
  632. src/COrm.cpp:9:42: error: boost/spirit/include/karma.hpp: No such file or directory
  633. In file included from src/COrm.cpp:14:
  634. src/COrm.h:8:35: error: boost/unordered_map.hpp: No such file or directory
  635. src/COrm.h:9:29: error: boost/variant.hpp: No such file or directory
  636. In file included from src/COrm.cpp:15:
  637. src/CLog.h:6:36: error: boost/lockfree/queue.hpp: No such file or directory
  638. src/CLog.h:7:28: error: boost/atomic.hpp: No such file or directory
  639. src/CLog.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  640. In file included from src/COrm.cpp:16:
  641. src/CMySQLHandle.h:9:30: error: boost/function.hpp: No such file or directory
  642. In file included from src/COrm.cpp:18:
  643. src/CMySQLConnection.h:9:41: error: boost/lockfree/spsc_queue.hpp: No such file or directory
  644. src/CMySQLConnection.h:11:34: error: boost/thread/mutex.hpp: No such file or directory
  645. src/COrm.cpp:10: error: ‘boost’ has not been declared
  646. src/COrm.cpp:10: error: ‘karma’ is not a namespace-name
  647. src/COrm.cpp:10: error: expected namespace-name before ‘;’ token
  648. src/COrm.cpp:11: error: ‘karma’ has not been declared
  649. src/COrm.cpp:12: error: ‘karma’ has not been declared
  650. In file included from src/COrm.cpp:14:
  651. src/COrm.h:13: error: ‘boost’ has not been declared
  652. In file included from src/COrm.cpp:14:
  653. src/COrm.h:18: error: ‘boost’ has not been declared
  654. src/COrm.h:18: error: expected initializer before ‘<’ token
  655. src/COrm.h:86: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  656. src/COrm.h:86: error: expected ‘;’ before ‘<’ token
  657. src/COrm.h: In static member function ‘static bool COrm::IsValid(int)’:
  658. src/COrm.h:37: error: ‘OrmHandle’ was not declared in this scope
  659. src/COrm.h: In static member function ‘static COrm* COrm::GetOrm(int)’:
  660. src/COrm.h:41: error: ‘OrmHandle’ was not declared in this scope
  661. In file included from src/COrm.cpp:15:
  662. src/CLog.h: At global scope:
  663. src/CLog.h:10: error: ‘boost’ has not been declared
  664. src/CLog.h:11: error: ‘boost’ has not been declared
  665. src/CLog.h:12: error: ‘boost’ has not been declared
  666. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  667. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  668. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  669. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  670. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  671. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  672. src/CLog.h:109: error: ‘thread’ has not been declared
  673. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  674. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  675. src/CLog.h:111: error: ‘boost’ has not been declared
  676. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  677. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  678. src/CLog.h: In constructor ‘CLog::CLog()’:
  679. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  680. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  681. In file included from src/COrm.cpp:16:
  682. src/CMySQLHandle.h: At global scope:
  683. src/CMySQLHandle.h:13: error: ‘boost’ has not been declared
  684. src/CMySQLHandle.h:15: error: ‘boost’ has not been declared
  685. src/CMySQLHandle.h:16: error: ‘boost’ has not been declared
  686. src/CMySQLHandle.h:36: error: ‘function’ has not been declared
  687. src/CMySQLHandle.h:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  688. src/CMySQLHandle.h:103: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  689. src/CMySQLHandle.h:103: error: expected ‘;’ before ‘<’ token
  690. src/CMySQLHandle.h:106: error: ISO C++ forbids declaration of ‘atomic’ with no type
  691. src/CMySQLHandle.h:106: error: expected ‘;’ before ‘<’ token
  692. src/CMySQLHandle.h:108: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  693. src/CMySQLHandle.h:108: error: expected ‘;’ before ‘<’ token
  694. src/CMySQLHandle.h: In static member function ‘static bool CMySQLHandle::IsValid(unsigned int)’:
  695. src/CMySQLHandle.h:43: error: ‘SQLHandle’ was not declared in this scope
  696. src/CMySQLHandle.h: In static member function ‘static CMySQLHandle* CMySQLHandle::GetHandle(unsigned int)’:
  697. src/CMySQLHandle.h:53: error: ‘SQLHandle’ was not declared in this scope
  698. src/CMySQLHandle.h: In member function ‘unsigned int CMySQLHandle::GetUnprocessedQueryCount() const’:
  699. src/CMySQLHandle.h:63: error: ‘m_QueryCounter’ was not declared in this scope
  700. src/CMySQLHandle.h: In member function ‘bool CMySQLHandle::IsValidResult(unsigned int)’:
  701. src/CMySQLHandle.h:74: error: ‘m_SavedResults’ was not declared in this scope
  702. src/CMySQLHandle.h: In member function ‘void CMySQLHandle::DecreaseQueryCounter()’:
  703. src/CMySQLHandle.h:87: error: ‘m_QueryCounter’ was not declared in this scope
  704. In file included from src/COrm.cpp:18:
  705. src/CMySQLConnection.h: At global scope:
  706. src/CMySQLConnection.h:15: error: ‘boost’ has not been declared
  707. src/CMySQLConnection.h:16: error: ‘boost’ has not been declared
  708. src/CMySQLConnection.h:17: error: ‘boost’ has not been declared
  709. In file included from src/COrm.cpp:18:
  710. src/CMySQLConnection.h:70: error: ISO C++ forbids declaration of ‘thread’ with no type
  711. src/CMySQLConnection.h:70: error: expected ‘;’ before ‘*’ token
  712. src/CMySQLConnection.h:71: error: ISO C++ forbids declaration of ‘atomic’ with no type
  713. src/CMySQLConnection.h:71: error: expected ‘;’ before ‘<’ token
  714. src/CMySQLConnection.h:73: error: ‘boost’ has not been declared
  715. src/CMySQLConnection.h:73: error: ISO C++ forbids declaration of ‘spsc_queue’ with no type
  716. src/CMySQLConnection.h:73: error: expected ‘;’ before ‘<’ token
  717. src/CMySQLConnection.h:79: error: ‘boost’ has not been declared
  718. src/CMySQLConnection.h:79: error: ISO C++ forbids declaration of ‘mutex’ with no type
  719. src/CMySQLConnection.h:79: error: expected ‘;’ before ‘m_FuncQueueMtx’
  720. src/CMySQLConnection.h:80: error: ‘function’ was not declared in this scope
  721. src/CMySQLConnection.h:80: error: template argument 1 is invalid
  722. src/CMySQLConnection.h:80: error: template argument 2 is invalid
  723. src/CMySQLConnection.h:80: error: expected unqualified-id before ‘>’ token
  724. src/CMySQLConnection.h: In member function ‘void CMySQLConnection::QueueQuery(CMySQLQuery*)’:
  725. src/CMySQLConnection.h:54: error: ‘m_QueryQueue’ was not declared in this scope
  726. src/COrm.cpp: At global scope:
  727. src/COrm.cpp:23: error: expected constructor, destructor, or type conversion before ‘<’ token
  728. src/COrm.cpp: In static member function ‘static unsigned int COrm::Create(const char*, CMySQLHandle*)’:
  729. src/COrm.cpp:37: error: ‘OrmHandle’ was not declared in this scope
  730. src/COrm.cpp:39: error: ‘unordered_map’ was not declared in this scope
  731. src/COrm.cpp:39: error: expected primary-expression before ‘unsigned’
  732. src/COrm.cpp:39: error: expected ‘;’ before ‘unsigned’
  733. src/COrm.cpp:42: error: ‘itHandle’ was not declared in this scope
  734. src/COrm.cpp:53: error: ‘OrmHandle’ was not declared in this scope
  735. src/COrm.cpp:53: error: ‘unordered_map’ was not declared in this scope
  736. src/COrm.cpp:53: error: expected primary-expression before ‘int’
  737. src/COrm.cpp:53: error: expected primary-expression before ‘*’ token
  738. src/COrm.cpp:53: error: expected primary-expression before ‘>’ token
  739. src/COrm.cpp:53: error: ‘::value_type’ has not been declared
  740. src/COrm.cpp: In member function ‘void COrm::Destroy()’:
  741. src/COrm.cpp:61: error: ‘OrmHandle’ was not declared in this scope
  742. src/COrm.cpp: In member function ‘bool COrm::GenerateSelectQuery(std::string&)’:
  743. src/COrm.cpp:154: error: ‘VarType’ was not declared in this scope
  744. src/COrm.cpp:154: error: expected ‘;’ before ‘key_value’
  745. src/COrm.cpp:163: error: ‘key_value’ was not declared in this scope
  746. src/COrm.cpp:166: error: ‘key_value’ was not declared in this scope
  747. src/COrm.cpp:169: error: ‘key_value’ was not declared in this scope
  748. src/COrm.cpp:172: error: ‘karma’ has not been declared
  749. src/COrm.cpp:173: error: ‘lit’ was not declared in this scope
  750. src/COrm.cpp:173: error: ‘karma’ has not been declared
  751. src/COrm.cpp:173: error: ‘auto_’ was not declared in this scope
  752. src/COrm.cpp:174: error: ‘key_value’ was not declared in this scope
  753. src/COrm.cpp: In member function ‘bool COrm::GenerateInsertQuery(std::string&)’:
  754. src/COrm.cpp:280: error: ‘VarType’ was not declared in this scope
  755. src/COrm.cpp:280: error: template argument 1 is invalid
  756. src/COrm.cpp:280: error: template argument 2 is invalid
  757. src/COrm.cpp:280: error: invalid type in declaration before ‘;’ token
  758. src/COrm.cpp:288: error: request for member ‘push_back’ in ‘vars’, which is of non-class type ‘int’
  759. src/COrm.cpp:291: error: request for member ‘push_back’ in ‘vars’, which is of non-class type ‘int’
  760. src/COrm.cpp:298: error: request for member ‘push_back’ in ‘vars’, which is of non-class type ‘int’
  761. src/COrm.cpp:304: error: ‘karma’ has not been declared
  762. src/COrm.cpp:305: error: ‘lit’ was not declared in this scope
  763. src/COrm.cpp:305: error: ‘karma’ has not been declared
  764. src/COrm.cpp:305: error: ‘auto_’ was not declared in this scope
  765. src/COrm.cpp: In member function ‘short unsigned int COrm::GenerateSaveQuery(std::string&)’:
  766. src/COrm.cpp:367: error: ‘strlen’ was not declared in this scope
  767. In file included from src/CScripting.cpp:4:
  768. src/CMySQLHandle.h:7:35: error: boost/unordered_map.hpp: No such file or directory
  769. src/CMySQLHandle.h:9:30: error: boost/function.hpp: No such file or directory
  770. src/CMySQLHandle.h:10:28: error: boost/atomic.hpp: No such file or directory
  771. In file included from src/CMySQLResult.h:18,
  772. from src/CScripting.cpp:5:
  773. src/CLog.h:6:36: error: boost/lockfree/queue.hpp: No such file or directory
  774. src/CLog.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  775. In file included from src/CScripting.cpp:6:
  776. src/CMySQLQuery.h:8:29: error: boost/variant.hpp: No such file or directory
  777. In file included from src/CMySQLQuery.h:14,
  778. from src/CScripting.cpp:6:
  779. src/CMySQLConnection.h:9:41: error: boost/lockfree/spsc_queue.hpp: No such file or directory
  780. src/CMySQLConnection.h:11:34: error: boost/thread/mutex.hpp: No such file or directory
  781. In file included from src/CScripting.cpp:4:
  782. src/CMySQLHandle.h:13: error: ‘boost’ has not been declared
  783. src/CMySQLHandle.h:15: error: ‘boost’ has not been declared
  784. src/CMySQLHandle.h:16: error: ‘boost’ has not been declared
  785. src/CMySQLHandle.h:36: error: ‘function’ has not been declared
  786. src/CMySQLHandle.h:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  787. src/CMySQLHandle.h:103: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  788. src/CMySQLHandle.h:103: error: expected ‘;’ before ‘<’ token
  789. src/CMySQLHandle.h:106: error: ISO C++ forbids declaration of ‘atomic’ with no type
  790. src/CMySQLHandle.h:106: error: expected ‘;’ before ‘<’ token
  791. src/CMySQLHandle.h:108: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  792. src/CMySQLHandle.h:108: error: expected ‘;’ before ‘<’ token
  793. src/CMySQLHandle.h: In static member function ‘static bool CMySQLHandle::IsValid(unsigned int)’:
  794. src/CMySQLHandle.h:43: error: ‘SQLHandle’ was not declared in this scope
  795. src/CMySQLHandle.h: In static member function ‘static CMySQLHandle* CMySQLHandle::GetHandle(unsigned int)’:
  796. src/CMySQLHandle.h:53: error: ‘SQLHandle’ was not declared in this scope
  797. src/CMySQLHandle.h: In member function ‘unsigned int CMySQLHandle::GetUnprocessedQueryCount() const’:
  798. src/CMySQLHandle.h:63: error: ‘m_QueryCounter’ was not declared in this scope
  799. src/CMySQLHandle.h: In member function ‘bool CMySQLHandle::IsValidResult(unsigned int)’:
  800. src/CMySQLHandle.h:74: error: ‘m_SavedResults’ was not declared in this scope
  801. src/CMySQLHandle.h: In member function ‘void CMySQLHandle::DecreaseQueryCounter()’:
  802. src/CMySQLHandle.h:87: error: ‘m_QueryCounter’ was not declared in this scope
  803. In file included from src/CMySQLResult.h:18,
  804. from src/CScripting.cpp:5:
  805. src/CLog.h: At global scope:
  806. src/CLog.h:10: error: ‘boost’ has not been declared
  807. src/CLog.h:11: error: ‘boost’ has not been declared
  808. src/CLog.h:12: error: ‘boost’ has not been declared
  809. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  810. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  811. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  812. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  813. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  814. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  815. src/CLog.h:109: error: ‘thread’ has not been declared
  816. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  817. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  818. src/CLog.h:111: error: ‘boost’ has not been declared
  819. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  820. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  821. src/CLog.h: In constructor ‘CLog::CLog()’:
  822. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  823. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  824. In file included from src/CMySQLQuery.h:14,
  825. from src/CScripting.cpp:6:
  826. src/CMySQLConnection.h: At global scope:
  827. src/CMySQLConnection.h:15: error: ‘boost’ has not been declared
  828. src/CMySQLConnection.h:16: error: ‘boost’ has not been declared
  829. src/CMySQLConnection.h:17: error: ‘boost’ has not been declared
  830. In file included from src/CMySQLQuery.h:14,
  831. from src/CScripting.cpp:6:
  832. src/CMySQLConnection.h:70: error: ISO C++ forbids declaration of ‘thread’ with no type
  833. src/CMySQLConnection.h:70: error: expected ‘;’ before ‘*’ token
  834. src/CMySQLConnection.h:71: error: ISO C++ forbids declaration of ‘atomic’ with no type
  835. src/CMySQLConnection.h:71: error: expected ‘;’ before ‘<’ token
  836. src/CMySQLConnection.h:73: error: ‘boost’ has not been declared
  837. src/CMySQLConnection.h:73: error: ISO C++ forbids declaration of ‘spsc_queue’ with no type
  838. src/CMySQLConnection.h:73: error: expected ‘;’ before ‘<’ token
  839. src/CMySQLConnection.h:79: error: ‘boost’ has not been declared
  840. src/CMySQLConnection.h:79: error: ISO C++ forbids declaration of ‘mutex’ with no type
  841. src/CMySQLConnection.h:79: error: expected ‘;’ before ‘m_FuncQueueMtx’
  842. src/CMySQLConnection.h:80: error: ‘function’ was not declared in this scope
  843. src/CMySQLConnection.h:80: error: template argument 1 is invalid
  844. src/CMySQLConnection.h:80: error: template argument 2 is invalid
  845. src/CMySQLConnection.h:80: error: expected unqualified-id before ‘>’ token
  846. src/CMySQLConnection.h: In member function ‘void CMySQLConnection::QueueQuery(CMySQLQuery*)’:
  847. src/CMySQLConnection.h:54: error: ‘m_QueryQueue’ was not declared in this scope
  848. In file included from src/CScripting.cpp:6:
  849. src/CMySQLQuery.h: At global scope:
  850. src/CMySQLQuery.h:40: error: ‘boost’ was not declared in this scope
  851. src/CMySQLQuery.h:40: error: template argument 1 is invalid
  852. src/CMySQLQuery.h:40: error: template argument 2 is invalid
  853. In file included from src/CScripting.cpp:8:
  854. src/CCallback.h:29: error: ‘boost’ has not been declared
  855. src/CCallback.h:29: error: ISO C++ forbids declaration of ‘queue’ with no type
  856. src/CCallback.h:29: error: expected ‘;’ before ‘<’ token
  857. src/CCallback.h:52: error: ‘boost’ was not declared in this scope
  858. src/CCallback.h:52: error: template argument 1 is invalid
  859. src/CCallback.h:52: error: template argument 2 is invalid
  860. In file included from src/CScripting.cpp:8:
  861. src/CCallback.h: In member function ‘void CCallback::QueueQuery(CMySQLQuery*)’:
  862. src/CCallback.h:57: error: ‘m_CallbackQueue’ was not declared in this scope
  863. In file included from src/CScripting.cpp:9:
  864. src/COrm.h: At global scope:
  865. src/COrm.h:13: error: ‘boost’ has not been declared
  866. src/COrm.h:18: error: ‘boost’ has not been declared
  867. src/COrm.h:18: error: expected initializer before ‘<’ token
  868. src/COrm.h:86: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  869. src/COrm.h:86: error: expected ‘;’ before ‘<’ token
  870. src/COrm.h: In static member function ‘static bool COrm::IsValid(int)’:
  871. src/COrm.h:37: error: ‘OrmHandle’ was not declared in this scope
  872. src/COrm.h: In static member function ‘static COrm* COrm::GetOrm(int)’:
  873. src/COrm.h:41: error: ‘OrmHandle’ was not declared in this scope
  874. src/CScripting.cpp: In function ‘cell Native::orm_select(AMX*, cell*)’:
  875. src/CScripting.cpp:84: error: ‘strlen’ was not declared in this scope
  876. src/CScripting.cpp: In function ‘cell Native::orm_insert(AMX*, cell*)’:
  877. src/CScripting.cpp:157: error: ‘strlen’ was not declared in this scope
  878. src/CScripting.cpp: In function ‘cell Native::orm_save(AMX*, cell*)’:
  879. src/CScripting.cpp:235: error: ‘strlen’ was not declared in this scope
  880. src/CScripting.cpp: In function ‘cell Native::mysql_connect(AMX*, cell*)’:
  881. src/CScripting.cpp:702: error: ‘boost’ has not been declared
  882. src/CScripting.cpp:702: error: ‘_1’ was not declared in this scope
  883. src/CScripting.cpp: In function ‘cell Native::mysql_close(AMX*, cell*)’:
  884. src/CScripting.cpp:719: error: ‘boost’ has not been declared
  885. src/CScripting.cpp:719: error: ‘_1’ was not declared in this scope
  886. src/CScripting.cpp: In function ‘cell Native::mysql_reconnect(AMX*, cell*)’:
  887. src/CScripting.cpp:738: error: ‘boost’ has not been declared
  888. src/CScripting.cpp:738: error: ‘_1’ was not declared in this scope
  889. src/CScripting.cpp:739: error: ‘boost’ has not been declared
  890. src/CScripting.cpp: In function ‘cell Native::mysql_pquery(AMX*, cell*)’:
  891. src/CScripting.cpp:818: error: ‘strlen’ was not declared in this scope
  892. src/CScripting.cpp: In function ‘cell Native::mysql_tquery(AMX*, cell*)’:
  893. src/CScripting.cpp:861: error: ‘strlen’ was not declared in this scope
  894. src/CScripting.cpp: In function ‘cell Native::mysql_format(AMX*, cell*)’:
  895. src/CScripting.cpp:1024: error: ‘strlen’ was not declared in this scope
  896. src/CScripting.cpp:1035: error: ‘memcpy’ was not declared in this scope
  897. src/CScripting.cpp:1049: error: ‘strlen’ was not declared in this scope
  898. src/CScripting.cpp:1052: error: ‘memcpy’ was not declared in this scope
  899. src/CScripting.cpp:1067: error: ‘floor’ was not declared in this scope
  900. src/CScripting.cpp:1070: error: ‘strlen’ was not declared in this scope
  901. src/CScripting.cpp:1088: error: ‘memcpy’ was not declared in this scope
  902. src/CScripting.cpp:1108: error: ‘memcpy’ was not declared in this scope
  903. src/CScripting.cpp:1126: error: ‘memcpy’ was not declared in this scope
  904. src/CScripting.cpp:1135: error: ‘memset’ was not declared in this scope
  905. src/CScripting.cpp:1138: error: ‘strlen’ was not declared in this scope
  906. src/CScripting.cpp:1155: error: ‘memset’ was not declared in this scope
  907. src/CScripting.cpp:1158: error: ‘strlen’ was not declared in this scope
  908. src/CScripting.cpp:1161: error: ‘memcpy’ was not declared in this scope
  909. src/CScripting.cpp:1170: error: ‘memset’ was not declared in this scope
  910. src/CScripting.cpp:1173: error: ‘strlen’ was not declared in this scope
  911. src/CScripting.cpp:1176: error: ‘memcpy’ was not declared in this scope
  912. src/CScripting.cpp: In function ‘cell Native::mysql_set_charset(AMX*, cell*)’:
  913. src/CScripting.cpp:1215: error: ‘boost’ has not been declared
  914. src/CScripting.cpp:1215: error: ‘_1’ was not declared in this scope
  915. src/CScripting.cpp: In function ‘cell Native::mysql_escape_string(AMX*, cell*)’:
  916. src/CScripting.cpp:1261: error: ‘strlen’ was not declared in this scope
  917. In file included from src/main.cpp:3:
  918. src/CMySQLHandle.h:7:35: error: boost/unordered_map.hpp: No such file or directory
  919. src/CMySQLHandle.h:9:30: error: boost/function.hpp: No such file or directory
  920. src/CMySQLHandle.h:10:28: error: boost/atomic.hpp: No such file or directory
  921. In file included from src/main.cpp:4:
  922. src/CCallback.h:8:29: error: boost/variant.hpp: No such file or directory
  923. src/CCallback.h:10:36: error: boost/lockfree/queue.hpp: No such file or directory
  924. In file included from src/main.cpp:5:
  925. src/CLog.h:8:35: error: boost/thread/thread.hpp: No such file or directory
  926. In file included from src/main.cpp:3:
  927. src/CMySQLHandle.h:13: error: ‘boost’ has not been declared
  928. src/CMySQLHandle.h:15: error: ‘boost’ has not been declared
  929. src/CMySQLHandle.h:16: error: ‘boost’ has not been declared
  930. src/CMySQLHandle.h:36: error: ‘function’ has not been declared
  931. src/CMySQLHandle.h:36: error: expected ‘,’ or ‘...’ before ‘<’ token
  932. src/CMySQLHandle.h:103: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  933. src/CMySQLHandle.h:103: error: expected ‘;’ before ‘<’ token
  934. src/CMySQLHandle.h:106: error: ISO C++ forbids declaration of ‘atomic’ with no type
  935. src/CMySQLHandle.h:106: error: expected ‘;’ before ‘<’ token
  936. src/CMySQLHandle.h:108: error: ISO C++ forbids declaration of ‘unordered_map’ with no type
  937. src/CMySQLHandle.h:108: error: expected ‘;’ before ‘<’ token
  938. src/CMySQLHandle.h: In static member function ‘static bool CMySQLHandle::IsValid(unsigned int)’:
  939. src/CMySQLHandle.h:43: error: ‘SQLHandle’ was not declared in this scope
  940. src/CMySQLHandle.h: In static member function ‘static CMySQLHandle* CMySQLHandle::GetHandle(unsigned int)’:
  941. src/CMySQLHandle.h:53: error: ‘SQLHandle’ was not declared in this scope
  942. src/CMySQLHandle.h: In member function ‘unsigned int CMySQLHandle::GetUnprocessedQueryCount() const’:
  943. src/CMySQLHandle.h:63: error: ‘m_QueryCounter’ was not declared in this scope
  944. src/CMySQLHandle.h: In member function ‘bool CMySQLHandle::IsValidResult(unsigned int)’:
  945. src/CMySQLHandle.h:74: error: ‘m_SavedResults’ was not declared in this scope
  946. src/CMySQLHandle.h: In member function ‘void CMySQLHandle::DecreaseQueryCounter()’:
  947. src/CMySQLHandle.h:87: error: ‘m_QueryCounter’ was not declared in this scope
  948. In file included from src/main.cpp:4:
  949. src/CCallback.h: At global scope:
  950. src/CCallback.h:29: error: ‘boost’ has not been declared
  951. src/CCallback.h:29: error: ISO C++ forbids declaration of ‘queue’ with no type
  952. src/CCallback.h:29: error: expected ‘;’ before ‘<’ token
  953. src/CCallback.h:52: error: ‘boost’ was not declared in this scope
  954. src/CCallback.h:52: error: template argument 1 is invalid
  955. src/CCallback.h:52: error: template argument 2 is invalid
  956. In file included from src/main.cpp:4:
  957. src/CCallback.h: In member function ‘void CCallback::QueueQuery(CMySQLQuery*)’:
  958. src/CCallback.h:57: error: ‘m_CallbackQueue’ was not declared in this scope
  959. In file included from src/main.cpp:5:
  960. src/CLog.h: At global scope:
  961. src/CLog.h:10: error: ‘boost’ has not been declared
  962. src/CLog.h:11: error: ‘boost’ has not been declared
  963. src/CLog.h:12: error: ‘boost’ has not been declared
  964. src/CLog.h:12: error: ‘this_thread’ is not a namespace-name
  965. src/CLog.h:12: error: expected namespace-name before ‘;’ token
  966. src/CLog.h:107: error: ISO C++ forbids declaration of ‘thread’ with no type
  967. src/CLog.h:107: error: expected ‘;’ before ‘*’ token
  968. src/CLog.h:108: error: ISO C++ forbids declaration of ‘atomic’ with no type
  969. src/CLog.h:108: error: expected ‘;’ before ‘<’ token
  970. src/CLog.h:109: error: ‘thread’ has not been declared
  971. src/CLog.h:109: error: ISO C++ forbids declaration of ‘id’ with no type
  972. src/CLog.h:109: error: expected ‘;’ before ‘m_MainThreadID’
  973. src/CLog.h:111: error: ‘boost’ has not been declared
  974. src/CLog.h:111: error: ISO C++ forbids declaration of ‘queue’ with no type
  975. src/CLog.h:111: error: expected ‘;’ before ‘<’ token
  976. src/CLog.h: In constructor ‘CLog::CLog()’:
  977. src/CLog.h:94: error: class ‘CLog’ does not have any field named ‘m_LogThread’
  978. src/CLog.h:95: error: class ‘CLog’ does not have any field named ‘m_LogThreadAlive’
  979. src/misc.cpp:6:39: error: boost/spirit/include/qi.hpp: No such file or directory
  980. src/misc.cpp:7:42: error: boost/spirit/include/karma.hpp: No such file or directory
  981. src/misc.cpp:9: error: ‘boost’ has not been declared
  982. src/misc.cpp:9: error: ‘spirit’ is not a namespace-name
  983. src/misc.cpp:9: error: expected namespace-name before ‘;’ token
  984. src/misc.cpp: In function ‘bool ConvertStrToInt(const char*, int&)’:
  985. src/misc.cpp:21: error: ‘qi’ has not been declared
  986. src/misc.cpp:21: error: ‘qi’ has not been declared
  987. src/misc.cpp: In function ‘bool ConvertStrToFloat(const char*, float&)’:
  988. src/misc.cpp:33: error: ‘qi’ has not been declared
  989. src/misc.cpp:33: error: ‘qi’ has not been declared
  990. src/misc.cpp: In function ‘bool ConvertIntToStr(int, char*)’:
  991. src/misc.cpp:40: error: ‘karma’ has not been declared
  992. src/misc.cpp:40: error: ‘karma’ has not been declared
  993. src/misc.cpp:40: error: expected primary-expression before ‘int’
  994. src/misc.cpp:40: error: expected primary-expression before ‘)’ token
  995. src/misc.cpp: In function ‘bool ConvertIntToStr(int, char*)’:
  996. src/misc.cpp:54: error: ‘karma’ has not been declared
  997. src/misc.cpp:54: error: ‘karma’ has not been declared
  998. src/misc.cpp:54: error: expected primary-expression before ‘int’
  999. src/misc.cpp: In function ‘bool ConvertFloatToStr(float, char*)’:
  1000. src/misc.cpp:64: error: ‘karma’ has not been declared
  1001. src/misc.cpp:64: error: ‘double_’ was not declared in this scope
  1002. make: *** [compile] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement