Advertisement
Guest User

New Build Error

a guest
Nov 14th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. Error 1 error LNK2019: unresolved external symbol _mysql_server_init@12 referenced in function "public: static void __cdecl MySQL::Library_Init(void)" (?Library_Init@MySQL@@SAXXZ) F:\ElunaBuild\src\server\authserver\Main.obj authserver
  2. Error 2 error LNK2019: unresolved external symbol _mysql_server_end@0 referenced in function "public: static void __cdecl MySQL::Library_End(void)" (?Library_End@MySQL@@SAXXZ) F:\ElunaBuild\src\server\authserver\Main.obj authserver
  3. Error 3 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "private: virtual bool __thiscall PingOperation::Execute(void)" (?Execute@PingOperation@@EAE_NXZ) F:\ElunaBuild\src\server\authserver\Main.obj authserver
  4. Error 4 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) F:\ElunaBuild\src\server\authserver\Main.obj authserver
  5. Error 5 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "private: bool __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class LoginDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@AAE_NW4InternalIndex@1@E@Z) F:\ElunaBuild\src\server\authserver\Main.obj authserver
  6. Error 6 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) F:\ElunaBuild\src\server\authserver\Main.obj authserver
  7. Error 7 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: __thiscall ResultSet::~ResultSet(void)" (??1ResultSet@@QAE@XZ) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  8. Error 8 error LNK2001: unresolved external symbol _mysql_free_result@4 F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  9. Error 9 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  10. Error 10 error LNK2019: unresolved external symbol _mysql_fetch_field@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  11. Error 11 error LNK2019: unresolved external symbol _mysql_stmt_fetch@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  12. Error 12 error LNK2019: unresolved external symbol _mysql_stmt_store_result@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  13. Error 13 error LNK2019: unresolved external symbol _mysql_stmt_bind_result@8 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  14. Error 14 error LNK2019: unresolved external symbol _mysql_stmt_free_result@4 referenced in function "private: void __thiscall PreparedResultSet::CleanUp(void)" (?CleanUp@PreparedResultSet@@AAEXXZ) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  15. Error 15 error LNK2019: unresolved external symbol _mysql_stmt_error@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  16. Error 16 error LNK2001: unresolved external symbol _mysql_stmt_error@4 F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  17. Error 17 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(QueryResult.obj) authserver
  18. Error 18 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  19. Error 19 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  20. Error 20 error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  21. Error 21 error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  22. Error 22 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  23. Error 23 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  24. Error 24 error LNK2019: unresolved external symbol _mysql_thread_id@4 referenced in function "private: bool __thiscall MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AAE_NI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  25. Error 25 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  26. Error 26 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  27. Error 27 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  28. Error 28 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  29. Error 29 error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  30. Error 30 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  31. Error 31 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  32. Error 32 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  33. Error 33 error LNK2019: unresolved external symbol _mysql_stmt_init@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  34. Error 34 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  35. Error 35 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  36. Error 36 error LNK2019: unresolved external symbol _mysql_stmt_bind_param@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  37. Error 37 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  38. Error 38 error LNK2001: unresolved external symbol _mysql_stmt_close@4 F:\ElunaBuild\src\server\authserver\shared.lib(PreparedStatement.obj) authserver
  39. Error 39 error LNK2019: unresolved external symbol _mysql_stmt_result_metadata@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  40. Error 40 error LNK2019: unresolved external symbol _mysql_stmt_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  41. Error 41 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  42. Error 42 error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  43. Error 43 error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  44. Error 44 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ) F:\ElunaBuild\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
  45. Error 45 error LNK2019: unresolved external symbol _mysql_stmt_param_count@4 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(PreparedStatement.obj) authserver
  46. Error 46 error LNK2019: unresolved external symbol _mysql_stmt_attr_set@12 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) F:\ElunaBuild\src\server\authserver\shared.lib(PreparedStatement.obj) authserver
  47. Error 47 error LNK1120: 42 unresolved externals F:\ElunaBuild\bin\Release\authserver.exe authserver
  48. Error 48 error C2664: 'Unit *ObjectAccessor::GetUnit(const WorldObject &,ObjectGuid)' : cannot convert argument 2 from 'uint64' to 'ObjectGuid' F:\ElunaCore\src\server\scripts\Commands\cs_gobject.cpp 408 1 scripts
  49. Error 49 error C3861: 'IS_PLAYER_GUID': identifier not found F:\ElunaCore\src\server\scripts\Commands\cs_gobject.cpp 409 1 scripts
  50. Error 50 error C2664: 'void ChatHandler::PSendSysMessage(uint32,...)' : cannot convert argument 1 from 'TrinityStrings' to 'const char *' F:\ElunaCore\src\server\scripts\Commands\cs_gobject.cpp 411 1 scripts
  51. Error 51 error C3861: 'GUID_LOPART': identifier not found F:\ElunaCore\src\server\scripts\Commands\cs_gobject.cpp 411 1 scripts
  52. Error 52 error C2143: syntax error : missing '}' before 'do' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 429 1 game
  53. Error 53 error C2064: term does not evaluate to a function taking 1 arguments F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 429 1 game
  54. Error 54 error C2143: syntax error : missing ')' before 'do' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 429 1 game
  55. Error 55 error C2065: '_player' : undeclared identifier F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 433 1 game
  56. Error 56 error C2227: left of '->GetBattlegroundQueueIndex' must point to class/struct/union/generic type F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 433 1 game
  57. Error 57 error C2065: 'bgQueueTypeId' : undeclared identifier F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 433 1 game
  58. Error 58 error C2059: syntax error : 'if' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 435 1 game
  59. Error 59 error C2143: syntax error : missing ';' before '{' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 436 1 game
  60. Error 60 error C2447: '{' : missing function header (old-style formal list?) F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 436 1 game
  61. Error 61 error C2059: syntax error : 'else' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 477 1 game
  62. Error 62 error C2143: syntax error : missing ';' before '{' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 478 1 game
  63. Error 63 error C2447: '{' : missing function header (old-style formal list?) F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 478 1 game
  64. Error 64 error C2059: syntax error : '}' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 502 1 game
  65. Error 65 error C2143: syntax error : missing ';' before '}' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 502 1 game
  66. Error 66 error C2143: syntax error : missing ';' before '{' F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 505 1 game
  67. Error 67 error C2447: '{' : missing function header (old-style formal list?) F:\ElunaCore\src\server\game\Handlers\BattleGroundHandler.cpp 505 1 game
  68. Error 68 error LNK1181: cannot open input file '..\game\Release\game.lib' F:\ElunaBuild\src\server\worldserver\LINK worldserver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement