Mellnik

Untitled

Jun 9th, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. In file included from src/CCallback.cpp:1:
  2. src/main.h:7:25: error: sdk/amx/amx.h: No such file or directory
  3. src/main.h:8:30: error: sdk/plugincommon.h: No such file or directory
  4. In file included from src/CMySQLQuery.h:14,
  5. from src/CCallback.cpp:4:
  6. src/CMySQLConnection.h:24:26: error: mysql/mysql.h: No such file or directory
  7. In file included from src/CCallback.cpp:2:
  8. src/CCallback.h:35: error: ‘AMX’ was not declared in this scope
  9. src/CCallback.h:35: error: template argument 1 is invalid
  10. src/CCallback.h:35: error: template argument 2 is invalid
  11. src/CCallback.h:35: error: template argument 3 is invalid
  12. src/CCallback.h:52: error: ‘cell’ was not declared in this scope
  13. src/CCallback.h:52: error: template argument 1 is invalid
  14. src/CCallback.h:52: error: template argument 1 is invalid
  15. src/CCallback.h:52: error: template argument 2 is invalid
  16. src/CCallback.h:52: error: ‘AMX’ has not been declared
  17. src/CCallback.h:52: error: ‘cell’ has not been declared
  18. In file included from src/CCallback.cpp:2:
  19. src/CCallback.h:60: error: ‘AMX’ has not been declared
  20. src/CCallback.h:64: error: ‘AMX’ has not been declared
  21. src/CCallback.h: In member function ‘void CCallback::AddAmx(int*)’:
  22. src/CCallback.h:62: error: request for member ‘insert’ in ‘((CCallback*)this)->CCallback::m_AmxList’, which is of non-class type ‘int’
  23. src/CCallback.h: In member function ‘void CCallback::EraseAmx(int*)’:
  24. src/CCallback.h:66: error: request for member ‘erase’ in ‘((CCallback*)this)->CCallback::m_AmxList’, which is of non-class type ‘int’
  25. In file included from src/CMySQLQuery.h:14,
  26. from src/CCallback.cpp:4:
  27. src/CMySQLConnection.h: At global scope:
  28. src/CMySQLConnection.h:47: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  29. src/CMySQLConnection.h:47: error: ‘MYSQL’ declared as an ‘inline’ field
  30. src/CMySQLConnection.h:47: error: expected ‘;’ before ‘*’ token
  31. src/CMySQLConnection.h:52: error: expected ‘;’ before ‘inline’
  32. src/CMySQLConnection.h:98: error: ISO C++ forbids declaration of ‘MYSQL’ with no type
  33. src/CMySQLConnection.h:98: error: expected ‘;’ before ‘*’ token
  34. In file included from src/CCallback.cpp:4:
  35. src/CMySQLQuery.h:25: error: ‘MYSQL’ has not been declared
  36. src/CMySQLQuery.h:25: error: ‘MYSQL_RES’ has not been declared
  37. src/CMySQLQuery.h:28: error: ‘MYSQL’ has not been declared
  38. src/CMySQLQuery.h:40: error: ‘cell’ was not declared in this scope
  39. src/CMySQLQuery.h:40: error: template argument 1 is invalid
  40. src/CMySQLQuery.h:40: error: template argument 1 is invalid
  41. src/CMySQLQuery.h:40: error: template argument 2 is invalid
  42. In file included from src/CCallback.cpp:5:
  43. src/CMySQLResult.h:27: error: ‘my_ulonglong’ does not name a type
  44. src/CMySQLResult.h:42: error: ‘my_ulonglong’ does not name a type
  45. src/CMySQLResult.h:47: error: ‘my_ulonglong’ does not name a type
  46. src/CMySQLResult.h:74: error: ‘my_ulonglong’ does not name a type
Advertisement
Add Comment
Please, Sign In to add comment