Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.23 KB | None | 0 0
  1. root@pc:~/Desktop/core# make -j4
  2. [ 2%] Built target zlib
  3. [ 4%] Built target sockets
  4. [ 8%] Built target g3dlite
  5. [ 13%] Built target shared
  6. Linking CXX executable logonserver
  7. CMakeFiles/logonserver.dir/Main.cpp.o: In function `MySQLConnection::Ping()':
  8. Main.cpp:(.text._ZN15MySQLConnection4PingEv[MySQLConnection::Ping()]+0x10): undefined reference to `mysql_ping'
  9. CMakeFiles/logonserver.dir/Main.cpp.o: In function `DatabaseWorkerPool<LoginDatabaseConnection>::DatabaseWorkerPool()':
  10. Main.cpp:(.text._ZN18DatabaseWorkerPoolI23LoginDatabaseConnectionEC1Ev[DatabaseWorkerPool<LoginDatabaseConnection>::DatabaseWorkerPool()]+0x1a7): undefined reference to `mysql_server_init'
  11. Main.cpp:(.text._ZN18DatabaseWorkerPoolI23LoginDatabaseConnectionEC1Ev[DatabaseWorkerPool<LoginDatabaseConnection>::DatabaseWorkerPool()]+0x1ac): undefined reference to `mysql_thread_safe'
  12. CMakeFiles/logonserver.dir/Main.cpp.o: In function `DatabaseWorkerPool<LoginDatabaseConnection>::~DatabaseWorkerPool()':
  13. Main.cpp:(.text._ZN18DatabaseWorkerPoolI23LoginDatabaseConnectionED1Ev[DatabaseWorkerPool<LoginDatabaseConnection>::~DatabaseWorkerPool()]+0x32): undefined reference to `mysql_server_end'
  14. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::~MySQLConnection()':
  15. MySQLConnection.cpp:(.text+0x3b7): undefined reference to `mysql_close'
  16. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::~MySQLConnection()':
  17. MySQLConnection.cpp:(.text+0x507): undefined reference to `mysql_close'
  18. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::Open()':
  19. MySQLConnection.cpp:(.text+0x5a9): undefined reference to `mysql_init'
  20. MySQLConnection.cpp:(.text+0x603): undefined reference to `mysql_options'
  21. MySQLConnection.cpp:(.text+0x641): undefined reference to `mysql_options'
  22. MySQLConnection.cpp:(.text+0x718): undefined reference to `mysql_real_connect'
  23. MySQLConnection.cpp:(.text+0x731): undefined reference to `mysql_get_client_info'
  24. MySQLConnection.cpp:(.text+0x75a): undefined reference to `mysql_get_server_info'
  25. MySQLConnection.cpp:(.text+0x783): undefined reference to `mysql_get_server_version'
  26. MySQLConnection.cpp:(.text+0x78a): undefined reference to `mysql_get_client_version'
  27. MySQLConnection.cpp:(.text+0x7ea): undefined reference to `mysql_autocommit'
  28. MySQLConnection.cpp:(.text+0x866): undefined reference to `mysql_options'
  29. MySQLConnection.cpp:(.text+0x8ad): undefined reference to `mysql_error'
  30. MySQLConnection.cpp:(.text+0x8ea): undefined reference to `mysql_close'
  31. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::Execute(char const*)':
  32. MySQLConnection.cpp:(.text+0x925): undefined reference to `mysql_query'
  33. MySQLConnection.cpp:(.text+0x958): undefined reference to `mysql_error'
  34. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::Execute(PreparedStatement*)':
  35. MySQLConnection.cpp:(.text+0xa68): undefined reference to `mysql_stmt_bind_param'
  36. MySQLConnection.cpp:(.text+0xa7c): undefined reference to `mysql_stmt_error'
  37. MySQLConnection.cpp:(.text+0xad2): undefined reference to `mysql_stmt_execute'
  38. MySQLConnection.cpp:(.text+0xae6): undefined reference to `mysql_stmt_error'
  39. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::_Query(PreparedStatement*, st_mysql_res**, unsigned long long*, unsigned int*)':
  40. MySQLConnection.cpp:(.text+0xc2a): undefined reference to `mysql_stmt_bind_param'
  41. MySQLConnection.cpp:(.text+0xc3e): undefined reference to `mysql_stmt_error'
  42. MySQLConnection.cpp:(.text+0xc97): undefined reference to `mysql_stmt_execute'
  43. MySQLConnection.cpp:(.text+0xcab): undefined reference to `mysql_stmt_error'
  44. MySQLConnection.cpp:(.text+0xd0c): undefined reference to `mysql_stmt_result_metadata'
  45. MySQLConnection.cpp:(.text+0xd1c): undefined reference to `mysql_stmt_num_rows'
  46. MySQLConnection.cpp:(.text+0xd2f): undefined reference to `mysql_stmt_field_count'
  47. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::_Query(char const*, st_mysql_res**, st_mysql_field**, unsigned long long*, unsigned int*)':
  48. MySQLConnection.cpp:(.text+0xe5a): undefined reference to `mysql_query'
  49. MySQLConnection.cpp:(.text+0xe8d): undefined reference to `mysql_error'
  50. MySQLConnection.cpp:(.text+0xec0): undefined reference to `mysql_store_result'
  51. MySQLConnection.cpp:(.text+0xed3): undefined reference to `mysql_affected_rows'
  52. MySQLConnection.cpp:(.text+0xee9): undefined reference to `mysql_field_count'
  53. MySQLConnection.cpp:(.text+0xf19): undefined reference to `mysql_free_result'
  54. MySQLConnection.cpp:(.text+0xf2d): undefined reference to `mysql_fetch_fields'
  55. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::PrepareStatement(unsigned int, char const*)':
  56. MySQLConnection.cpp:(.text+0x1039): undefined reference to `mysql_stmt_init'
  57. MySQLConnection.cpp:(.text+0x1073): undefined reference to `mysql_error'
  58. MySQLConnection.cpp:(.text+0x10bb): undefined reference to `mysql_stmt_prepare'
  59. MySQLConnection.cpp:(.text+0x10f2): undefined reference to `mysql_stmt_error'
  60. MySQLConnection.cpp:(.text+0x1118): undefined reference to `mysql_stmt_close'
  61. ../../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::Query(PreparedStatement*)':
  62. MySQLConnection.cpp:(.text+0x11ed): undefined reference to `mysql_more_results'
  63. MySQLConnection.cpp:(.text+0x1204): undefined reference to `mysql_next_result'
  64. ../../shared/libshared.a(PreparedStatement.cpp.o): In function `MySQLPreparedStatement::MySQLPreparedStatement(st_mysql_stmt*)':
  65. PreparedStatement.cpp:(.text+0xc6c): undefined reference to `mysql_stmt_param_count'
  66. PreparedStatement.cpp:(.text+0xcf1): undefined reference to `mysql_stmt_attr_set'
  67. ../../shared/libshared.a(PreparedStatement.cpp.o): In function `MySQLPreparedStatement::MySQLPreparedStatement(st_mysql_stmt*)':
  68. PreparedStatement.cpp:(.text+0xd4c): undefined reference to `mysql_stmt_param_count'
  69. PreparedStatement.cpp:(.text+0xdd1): undefined reference to `mysql_stmt_attr_set'
  70. ../../shared/libshared.a(PreparedStatement.cpp.o): In function `MySQLPreparedStatement::~MySQLPreparedStatement()':
  71. PreparedStatement.cpp:(.text+0xe19): undefined reference to `mysql_stmt_close'
  72. ../../shared/libshared.a(PreparedStatement.cpp.o): In function `MySQLPreparedStatement::~MySQLPreparedStatement()':
  73. PreparedStatement.cpp:(.text+0xe87): undefined reference to `mysql_stmt_close'
  74. ../../shared/libshared.a(QueryResult.cpp.o): In function `PreparedResultSet::PreparedResultSet(st_mysql_stmt*, st_mysql_res*, unsigned long long, unsigned int)':
  75. QueryResult.cpp:(.text+0x432): undefined reference to `mysql_stmt_store_result'
  76. QueryResult.cpp:(.text+0x449): undefined reference to `mysql_stmt_error'
  77. QueryResult.cpp:(.text+0x579): undefined reference to `mysql_fetch_field'
  78. QueryResult.cpp:(.text+0x5a3): undefined reference to `mysql_stmt_bind_result'
  79. QueryResult.cpp:(.text+0x5be): undefined reference to `mysql_stmt_error'
  80. QueryResult.cpp:(.text+0x640): undefined reference to `mysql_stmt_num_rows'
  81. ../../shared/libshared.a(QueryResult.cpp.o): In function `PreparedResultSet::PreparedResultSet(st_mysql_stmt*, st_mysql_res*, unsigned long long, unsigned int)':
  82. QueryResult.cpp:(.text+0xb30): undefined reference to `mysql_stmt_store_result'
  83. QueryResult.cpp:(.text+0xb47): undefined reference to `mysql_stmt_error'
  84. QueryResult.cpp:(.text+0xc77): undefined reference to `mysql_fetch_field'
  85. QueryResult.cpp:(.text+0xca1): undefined reference to `mysql_stmt_bind_result'
  86. QueryResult.cpp:(.text+0xcbc): undefined reference to `mysql_stmt_error'
  87. QueryResult.cpp:(.text+0xd3e): undefined reference to `mysql_stmt_num_rows'
  88. ../../shared/libshared.a(QueryResult.cpp.o): In function `ResultSet::NextRow()':
  89. QueryResult.cpp:(.text+0x121d): undefined reference to `mysql_fetch_row'
  90. ../../shared/libshared.a(QueryResult.cpp.o): In function `PreparedResultSet::_NextRow()':
  91. QueryResult.cpp:(.text+0x132d): undefined reference to `mysql_stmt_fetch'
  92. ../../shared/libshared.a(QueryResult.cpp.o): In function `ResultSet::CleanUp()':
  93. QueryResult.cpp:(.text+0x13d3): undefined reference to `mysql_free_result'
  94. ../../shared/libshared.a(QueryResult.cpp.o): In function `PreparedResultSet::CleanUp()':
  95. QueryResult.cpp:(.text+0x1402): undefined reference to `mysql_free_result'
  96. QueryResult.cpp:(.text+0x141b): undefined reference to `mysql_stmt_free_result'
  97. ../../shared/libshared.a(Log.cpp.o): In function `DatabaseWorkerPool<LoginDatabaseConnection>::escape_string(char*, char const*, unsigned long)':
  98. Log.cpp:(.text._ZN18DatabaseWorkerPoolI23LoginDatabaseConnectionE13escape_stringEPcPKcm[DatabaseWorkerPool<LoginDatabaseConnection>::escape_string(char*, char const*, unsigned long)]+0x51): undefined reference to `mysql_real_escape_string'
  99. ../../shared/libshared.a(Threading.cpp.o): In function `ACE_Thread::keycreate(unsigned int*, void (*)(void*), void*)':
  100. Threading.cpp:(.text._ZN10ACE_Thread9keycreateEPjPFvPvES1_[ACE_Thread::keycreate(unsigned int*, void (*)(void*), void*)]+0x1b): undefined reference to `ACE_OS::thr_keycreate(unsigned int*, void (*)(void*), void*)'
  101. ../../shared/libshared.a(Threading.cpp.o): In function `ACE_TSS<ACE_Based::Thread>::~ACE_TSS()':
  102. Threading.cpp:(.text._ZN7ACE_TSSIN9ACE_Based6ThreadEED1Ev[ACE_TSS<ACE_Based::Thread>::~ACE_TSS()]+0x59): undefined reference to `ACE_OS::thr_key_detach(unsigned int, void*)'
  103. ../../shared/libshared.a(Threading.cpp.o): In function `ACE_TSS<ACE_Based::Thread>::~ACE_TSS()':
  104. Threading.cpp:(.text._ZN7ACE_TSSIN9ACE_Based6ThreadEED0Ev[ACE_TSS<ACE_Based::Thread>::~ACE_TSS()]+0x59): undefined reference to `ACE_OS::thr_key_detach(unsigned int, void*)'
  105. ../../shared/libshared.a(Util.cpp.o): In function `ACE_TSS<MTRand>::~ACE_TSS()':
  106. Util.cpp:(.text._ZN7ACE_TSSI6MTRandED1Ev[ACE_TSS<MTRand>::~ACE_TSS()]+0x59): undefined reference to `ACE_OS::thr_key_detach(unsigned int, void*)'
  107. ../../shared/libshared.a(Util.cpp.o): In function `ACE_TSS<MTRand>::~ACE_TSS()':
  108. Util.cpp:(.text._ZN7ACE_TSSI6MTRandED0Ev[ACE_TSS<MTRand>::~ACE_TSS()]+0x59): undefined reference to `ACE_OS::thr_key_detach(unsigned int, void*)'
  109. collect2: ld returned 1 exit status
  110. make[2]: *** [src/server/logon/logonserver] Fehler 1
  111. make[1]: *** [src/server/logon/CMakeFiles/logonserver.dir/all] Fehler 2
  112. make[1]: *** Warte auf noch nicht beendete Prozesse...
  113. ^Cmake[1]: *** [src/main/CMakeFiles/main.dir/all] Interrupt
  114. make: *** [all] Interrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement