Advertisement
Guest User

Untitled

a guest
Jun 24th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.42 KB | None | 0 0
  1. Compiling plugin..
  2. In file included from src/CMySQLQuery.h:14,
  3. from src/CCallback.cpp:4:
  4. src/CMySQLConnection.h:24:26: error: mysql/mysql.h: No such file or directory
  5. In file included from src/CMySQLQuery.h:14,
  6. from src/CCallback.cpp:4:
  7. src/CMySQLConnection.h:47: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  8. src/CMySQLConnection.h:47: error: ‘MYSQL’ declared as an ‘inline’ field
  9. src/CMySQLConnection.h:47: error: expected ‘;’ before ‘*’ token
  10. src/CMySQLConnection.h:52: error: expected ‘;’ before ‘inline’
  11. src/CMySQLConnection.h:98: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  12. src/CMySQLConnection.h:98: error: expected ‘;’ before ‘*’ token
  13. In file included from src/CCallback.cpp:4:
  14. src/CMySQLQuery.h:25: error: ‘MYSQL’ has not been declared
  15. src/CMySQLQuery.h:25: error: ‘MYSQL_RES’ has not been declared
  16. src/CMySQLQuery.h:28: error: ‘MYSQL’ has not been declared
  17. In file included from src/CCallback.cpp:5:
  18. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  19. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  20. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  21. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
  22. src/CMySQLResult.h:79: error: ‘my_ulonglong’ does not name a type
  23. In file included from src/CMySQLConnection.cpp:1:
  24. src/CMySQLConnection.h:24:26: error: mysql/mysql.h: No such file or directory
  25. In file included from src/CMySQLConnection.cpp:1:
  26. src/CMySQLConnection.h:47: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  27. src/CMySQLConnection.h:47: error: ‘MYSQL’ declared as an ‘inline’ field
  28. src/CMySQLConnection.h:47: error: expected ‘;’ before ‘*’ token
  29. src/CMySQLConnection.h:52: error: expected ‘;’ before ‘inline’
  30. src/CMySQLConnection.h:98: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  31. src/CMySQLConnection.h:98: error: expected ‘;’ before ‘*’ token
  32. In file included from src/CMySQLConnection.cpp:2:
  33. src/CMySQLQuery.h:25: error: ‘MYSQL’ has not been declared
  34. src/CMySQLQuery.h:25: error: ‘MYSQL_RES’ has not been declared
  35. src/CMySQLQuery.h:28: error: ‘MYSQL’ has not been declared
  36. In file included from src/CMySQLConnection.cpp:3:
  37. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  38. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  39. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  40. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
  41. src/CMySQLResult.h:79: error: ‘my_ulonglong’ does not name a type
  42. src/CMySQLConnection.cpp: In constructor ‘CMySQLConnection::CMySQLConnection(std::string&, std::string&, std::string&, std::string&, size_t, bool, bool)’:
  43. src/CMySQLConnection.cpp:38: error: class ‘CMySQLConnection’ does not have any field named ‘m_Connection’
  44. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::Connect()’:
  45. src/CMySQLConnection.cpp:69: error: ‘m_Connection’ was not declared in this scope
  46. src/CMySQLConnection.cpp:71: error: ‘mysql_init’ was not declared in this scope
  47. src/CMySQLConnection.cpp:76: error: ‘m_Connection’ was not declared in this scope
  48. src/CMySQLConnection.cpp:76: error: ‘CLIENT_MULTI_RESULTS’ was not declared in this scope
  49. src/CMySQLConnection.cpp:76: error: ‘mysql_real_connect’ was not declared in this scope
  50. src/CMySQLConnection.cpp:78: error: ‘mysql_errno’ was not declared in this scope
  51. src/CMySQLConnection.cpp:78: error: ‘mysql_error’ was not declared in this scope
  52. src/CMySQLConnection.cpp:86: error: ‘my_bool’ was not declared in this scope
  53. src/CMySQLConnection.cpp:86: error: expected ‘;’ before ‘reconnect’
  54. src/CMySQLConnection.cpp:87: error: ‘MYSQL_OPT_RECONNECT’ was not declared in this scope
  55. src/CMySQLConnection.cpp:87: error: ‘reconnect’ was not declared in this scope
  56. src/CMySQLConnection.cpp:87: error: ‘mysql_options’ was not declared in this scope
  57. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::Disconnect()’:
  58. src/CMySQLConnection.cpp:108: error: ‘m_Connection’ was not declared in this scope
  59. src/CMySQLConnection.cpp:112: error: ‘mysql_close’ was not declared in this scope
  60. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::EscapeString(const char*, std::string&)’:
  61. src/CMySQLConnection.cpp:128: error: ‘m_Connection’ was not declared in this scope
  62. src/CMySQLConnection.cpp:128: error: ‘mysql_real_escape_string’ was not declared in this scope
  63. src/CMySQLConnection.cpp: In member function ‘bool CMySQLConnection::SetCharset(std::string)’:
  64. src/CMySQLConnection.cpp:148: error: ‘m_Connection’ was not declared in this scope
  65. src/CMySQLConnection.cpp:148: error: ‘mysql_set_character_set’ was not declared in this scope
  66. src/CMySQLConnection.cpp:152: error: ‘mysql_error’ was not declared in this scope
  67. src/CMySQLConnection.cpp: In member function ‘void CMySQLConnection::ProcessQueries()’:
  68. src/CMySQLConnection.cpp:162: error: ‘mysql_thread_init’ was not declared in this scope
  69. src/CMySQLConnection.cpp:180: error: ‘m_Connection’ was not declared in this scope
  70. src/CMySQLConnection.cpp:182: error: ‘mysql_errno’ was not declared in this scope
  71. src/CMySQLConnection.cpp:186: error: ‘MYSQL_RES’ was not declared in this scope
  72. src/CMySQLConnection.cpp:186: error: ‘mysql_result’ was not declared in this scope
  73. src/CMySQLConnection.cpp:187: error: ‘mysql_store_result’ was not declared in this scope
  74. src/CMySQLConnection.cpp:188: error: ‘mysql_free_result’ was not declared in this scope
  75. src/CMySQLConnection.cpp:205: error: ‘mysql_thread_end’ was not declared in this scope
  76. In file included from src/CMySQLHandle.cpp:2:
  77. src/CMySQLResult.h:16:26: error: mysql/mysql.h: No such file or directory
  78. In file included from src/CMySQLHandle.cpp:2:
  79. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  80. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  81. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  82. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
  83. src/CMySQLResult.h:79: error: ‘my_ulonglong’ does not name a type
  84. In file included from src/CMySQLHandle.cpp:3:
  85. src/CMySQLConnection.h:47: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  86. src/CMySQLConnection.h:47: error: ‘MYSQL’ declared as an ‘inline’ field
  87. src/CMySQLConnection.h:47: error: expected ‘;’ before ‘*’ token
  88. src/CMySQLConnection.h:52: error: expected ‘;’ before ‘inline’
  89. src/CMySQLConnection.h:98: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  90. src/CMySQLConnection.h:98: error: expected ‘;’ before ‘*’ token
  91. In file included from src/CMySQLQuery.cpp:2:
  92. src/CMySQLResult.h:16:26: error: mysql/mysql.h: No such file or directory
  93. In file included from src/CMySQLQuery.cpp:2:
  94. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  95. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  96. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  97. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
  98. src/CMySQLResult.h:79: error: ‘my_ulonglong’ does not name a type
  99. In file included from src/CMySQLQuery.h:14,
  100. from src/CMySQLQuery.cpp:3:
  101. src/CMySQLConnection.h:47: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  102. src/CMySQLConnection.h:47: error: ‘MYSQL’ declared as an ‘inline’ field
  103. src/CMySQLConnection.h:47: error: expected ‘;’ before ‘*’ token
  104. src/CMySQLConnection.h:52: error: expected ‘;’ before ‘inline’
  105. src/CMySQLConnection.h:98: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  106. src/CMySQLConnection.h:98: error: expected ‘;’ before ‘*’ token
  107. In file included from src/CMySQLQuery.cpp:3:
  108. src/CMySQLQuery.h:25: error: ‘MYSQL’ has not been declared
  109. src/CMySQLQuery.h:25: error: ‘MYSQL_RES’ has not been declared
  110. src/CMySQLQuery.h:28: error: ‘MYSQL’ has not been declared
  111. src/CMySQLQuery.cpp:12: error: ‘bool CMySQLQuery::Execute’ is not a static member of ‘class CMySQLQuery’
  112. src/CMySQLQuery.cpp:12: error: ‘MYSQL’ was not declared in this scope
  113. src/CMySQLQuery.cpp:12: error: ‘mysql_connection’ was not declared in this scope
  114. src/CMySQLQuery.cpp:13: error: expected ‘,’ or ‘;’ before ‘{’ token
  115. In file included from src/CMySQLResult.cpp:4:
  116. src/CMySQLResult.h:16:26: error: mysql/mysql.h: No such file or directory
  117. In file included from src/CMySQLResult.cpp:4:
  118. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  119. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  120. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  121. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
  122. src/CMySQLResult.h:79: error: ‘my_ulonglong’ does not name a type
  123. src/CMySQLResult.cpp: In member function ‘const char* CMySQLResult::GetRowData(unsigned int, unsigned int)’:
  124. src/CMySQLResult.cpp:24: error: ‘m_Rows’ was not declared in this scope
  125. src/CMySQLResult.cpp: In member function ‘const char* CMySQLResult::GetRowDataByName(unsigned int, const char*)’:
  126. src/CMySQLResult.cpp:46: error: ‘m_Rows’ was not declared in this scope
  127. src/CMySQLResult.cpp: In constructor ‘CMySQLResult::CMySQLResult()’:
  128. src/CMySQLResult.cpp:79: error: class ‘CMySQLResult’ does not have any field named ‘m_Rows’
  129. src/CMySQLResult.cpp:83: error: class ‘CMySQLResult’ does not have any field named ‘m_InsertID’
  130. src/CMySQLResult.cpp:84: error: class ‘CMySQLResult’ does not have any field named ‘m_AffectedRows’
  131. In file included from src/COrm.cpp:17:
  132. src/CMySQLResult.h:16:26: error: mysql/mysql.h: No such file or directory
  133. In file included from src/COrm.cpp:17:
  134. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  135. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  136. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  137. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
  138. src/CMySQLResult.h:79: error: ‘my_ulonglong’ does not name a type
  139. In file included from src/COrm.cpp:18:
  140. src/CMySQLConnection.h:47: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  141. src/CMySQLConnection.h:47: error: ‘MYSQL’ declared as an ‘inline’ field
  142. src/CMySQLConnection.h:47: error: expected ‘;’ before ‘*’ token
  143. src/CMySQLConnection.h:52: error: expected ‘;’ before ‘inline’
  144. src/CMySQLConnection.h:98: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  145. src/CMySQLConnection.h:98: error: expected ‘;’ before ‘*’ token
  146. src/COrm.cpp: In member function ‘bool COrm::ApplyActiveResult(unsigned int)’:
  147. src/COrm.cpp:83: error: ‘class CMySQLResult’ has no member named ‘GetRowCount’
  148. src/COrm.cpp: In member function ‘void COrm::ApplySelectResult(CMySQLResult*)’:
  149. src/COrm.cpp:181: error: ‘class CMySQLResult’ has no member named ‘GetRowCount’
  150. src/COrm.cpp: In member function ‘void COrm::ApplyInsertResult(CMySQLResult*)’:
  151. src/COrm.cpp:313: error: ‘class CMySQLResult’ has no member named ‘InsertID’
  152. src/COrm.cpp:323: error: ‘class CMySQLResult’ has no member named ‘InsertID’
  153. In file included from src/CScripting.cpp:5:
  154. src/CMySQLResult.h:16:26: error: mysql/mysql.h: No such file or directory
  155. In file included from src/CScripting.cpp:5:
  156. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  157. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  158. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  159. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
  160. src/CMySQLResult.h:79: error: ‘my_ulonglong’ does not name a type
  161. In file included from src/CMySQLQuery.h:14,
  162. from src/CScripting.cpp:6:
  163. src/CMySQLConnection.h:47: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  164. src/CMySQLConnection.h:47: error: ‘MYSQL’ declared as an ‘inline’ field
  165. src/CMySQLConnection.h:47: error: expected ‘;’ before ‘*’ token
  166. src/CMySQLConnection.h:52: error: expected ‘;’ before ‘inline’
  167. src/CMySQLConnection.h:98: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  168. src/CMySQLConnection.h:98: error: expected ‘;’ before ‘*’ token
  169. In file included from src/CScripting.cpp:6:
  170. src/CMySQLQuery.h:25: error: ‘MYSQL’ has not been declared
  171. src/CMySQLQuery.h:25: error: ‘MYSQL_RES’ has not been declared
  172. src/CMySQLQuery.h:28: error: ‘MYSQL’ has not been declared
  173. src/CScripting.cpp: In function ‘cell Native::cache_affected_rows(AMX*, cell*)’:
  174. src/CScripting.cpp:366: error: ‘class CMySQLResult’ has no member named ‘AffectedRows’
  175. src/CScripting.cpp: In function ‘cell Native::cache_insert_id(AMX*, cell*)’:
  176. src/CScripting.cpp:392: error: ‘class CMySQLResult’ has no member named ‘InsertID’
  177. src/CScripting.cpp: In function ‘cell Native::cache_get_row_count(AMX*, cell*)’:
  178. src/CScripting.cpp:462: error: ‘class CMySQLResult’ has no member named ‘GetRowCount’
  179. src/CScripting.cpp: In function ‘cell Native::cache_get_data(AMX*, cell*)’:
  180. src/CScripting.cpp:492: error: ‘const class CMySQLResult’ has no member named ‘GetRowCount’
  181. src/CScripting.cpp: In function ‘cell Native::mysql_query(AMX*, cell*)’:
  182. src/CScripting.cpp:907: error: ‘class CMySQLConnection’ has no member named ‘GetMysqlPtr’
  183. src/CScripting.cpp: In function ‘cell Native::mysql_get_charset(AMX*, cell*)’:
  184. src/CScripting.cpp:1230: error: ‘class CMySQLConnection’ has no member named ‘GetMysqlPtr’
  185. src/CScripting.cpp:1230: error: ‘mysql_character_set_name’ was not declared in this scope
  186. src/CScripting.cpp: In function ‘cell Native::mysql_stat(AMX*, cell*)’:
  187. src/CScripting.cpp:1283: error: ‘class CMySQLConnection’ has no member named ‘GetMysqlPtr’
  188. src/CScripting.cpp: In function ‘cell Native::mysql_errno(AMX*, cell*)’:
  189. src/CScripting.cpp:1302: error: ‘class CMySQLConnection’ has no member named ‘GetMysqlPtr’
  190. src/main.cpp:11:26: error: mysql/mysql.h: No such file or directory
  191. src/main.cpp: In function ‘bool Load(void**)’:
  192. src/main.cpp:29: error: ‘mysql_library_init’ was not declared in this scope
  193. src/main.cpp: In function ‘void Unload()’:
  194. src/main.cpp:47: error: ‘mysql_library_end’ was not declared in this scope
  195. make: *** [compile] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement