Advertisement
holmbergfan

Untitled

Aug 13th, 2022
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 11.13 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: server64, Configuration: Release x64 ------
  2. 1>  otpch.cpp
  3. 1>  actions.cpp
  4. 1>  admin.cpp
  5. 1>  allocator.cpp
  6. 1>  ban.cpp
  7. 1>  baseevents.cpp
  8. 1>  beds.cpp
  9. 1>  chat.cpp
  10. 1>  combat.cpp
  11. 1>  condition.cpp
  12. 1>  configmanager.cpp
  13. 1>  container.cpp
  14. 1>  connection.cpp
  15. 1>  creature.cpp
  16. 1>  creatureevent.cpp
  17. 1>  cylinder.cpp
  18. 1>  database.cpp
  19. 1>  databasemysql.cpp
  20. 1>  databaseodbc.cpp
  21. 1>  databasepgsql.cpp
  22. 1>  databasesqlite.cpp
  23. 1>  depot.cpp
  24. 1>  exception.cpp
  25. 1>  fileloader.cpp
  26. 1>  game.cpp
  27. 1>  globalevent.cpp
  28. 1>  guild.cpp
  29. 1>  house.cpp
  30. 1>  housetile.cpp
  31. 1>  ioaccount.cpp
  32. 1>  iomapotbm.cpp
  33. 1>  iomapserialize.cpp
  34. 1>  ioplayer.cpp
  35. 1>  item.cpp
  36. 1>  items.cpp
  37. 1>  logger.cpp
  38. 1>  luascript.cpp
  39. 1>  mailbox.cpp
  40. 1>  map.cpp
  41. 1>  md5.cpp
  42. 1>  monster.cpp
  43. 1>  monsters.cpp
  44. 1>  movement.cpp
  45. 1>  networkmessage.cpp
  46. 1>  npc.cpp
  47. 1>  otserv.cpp
  48. 1>  outputmessage.cpp
  49. 1>  party.cpp
  50. 1>  player.cpp
  51. 1>  position.cpp
  52. 1>  protocol.cpp
  53. 1>  protocolgame.cpp
  54. 1>  protocollogin.cpp
  55. 1>  raids.cpp
  56. 1>  rsa.cpp
  57. 1>  scheduler.cpp
  58. 1>  scriptmanager.cpp
  59. 1>  server.cpp
  60. 1>  sha1.cpp
  61. 1>  spawn.cpp
  62. 1>  spells.cpp
  63. 1>  status.cpp
  64. 1>  talkaction.cpp
  65. 1>  tasks.cpp
  66. 1>  teleport.cpp
  67. 1>  thing.cpp
  68. 1>  tile.cpp
  69. 1>  tools.cpp
  70. 1>  trashholder.cpp
  71. 1>  vocation.cpp
  72. 1>  waitlist.cpp
  73. 1>  weapons.cpp
  74. 1>actions.obj : error LNK2001: unresolved external symbol lua_pushnumber
  75. 1>admin.obj : error LNK2001: unresolved external symbol xmlParseMemory
  76. 1>admin.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
  77. 1>admin.obj : error LNK2001: unresolved external symbol xmlStrcmp
  78. 1>admin.obj : error LNK2001: unresolved external symbol xmlParseFile
  79. 1>admin.obj : error LNK2001: unresolved external symbol xmlStrEqual
  80. 1>admin.obj : error LNK2001: unresolved external symbol xmlFreeDoc
  81. 1>ban.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ)
  82. 1>combat.obj : error LNK2001: unresolved external symbol lua_gettop
  83. 1>combat.obj : error LNK2001: unresolved external symbol lua_pcall
  84. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_close
  85. 1>configmanager.obj : error LNK2001: unresolved external symbol luaL_newstate
  86. 1>configmanager.obj : error LNK2001: unresolved external symbol luaL_loadfile
  87. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_getfield
  88. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_isstring
  89. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_settop
  90. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_objlen
  91. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_tolstring
  92. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_isnumber
  93. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_tonumber
  94. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_type
  95. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_toboolean
  96. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_pushnil
  97. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_pushboolean
  98. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_pushlstring
  99. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_createtable
  100. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_next
  101. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_pushvalue
  102. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_insert
  103. 1>configmanager.obj : error LNK2001: unresolved external symbol lua_settable
  104. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_insert_id
  105. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_init
  106. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_options
  107. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_real_connect
  108. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_error
  109. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_close
  110. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_rollback
  111. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_commit
  112. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_real_query
  113. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_errno
  114. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_store_result
  115. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_free_result
  116. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_real_escape_string
  117. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_fetch_lengths
  118. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_fetch_row
  119. 1>databasemysql.obj : error LNK2001: unresolved external symbol mysql_fetch_field
  120. 1>house.obj : error LNK2001: unresolved external symbol "public: bool __cdecl boost::re_detail::perl_matcher<char const *,class std::allocator<struct boost::sub_match<char const *> >,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::match(void)" (?match@?$perl_matcher@PEBDV?$allocator@U?$sub_match@PEBD@boost@@@std@@U?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@re_detail@boost@@QEAA_NXZ)
  121. 1>house.obj : error LNK2001: unresolved external symbol "private: class boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > > & __cdecl boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::do_assign(char const *,char const *,unsigned int)" (?do_assign@?$basic_regex@DU?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@boost@@AEAAAEAV12@PEBD0I@Z)
  122. 1>house.obj : error LNK2001: unresolved external symbol "private: void __cdecl boost::re_detail::perl_matcher<char const *,class std::allocator<struct boost::sub_match<char const *> >,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >::construct_init(class boost::basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > > const &,enum boost::regex_constants::_match_flags)" (?construct_init@?$perl_matcher@PEBDV?$allocator@U?$sub_match@PEBD@boost@@@std@@U?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@re_detail@boost@@AEAAXAEBV?$basic_regex@DU?$regex_traits@DV?$w32_regex_traits@D@boost@@@boost@@@3@W4_match_flags@regex_constants@3@@Z)
  123. 1>luascript.obj : error LNK2001: unresolved external symbol lua_typename
  124. 1>luascript.obj : error LNK2001: unresolved external symbol lua_topointer
  125. 1>luascript.obj : error LNK2001: unresolved external symbol luaL_loadbuffer
  126. 1>luascript.obj : error LNK2001: unresolved external symbol lua_rawset
  127. 1>luascript.obj : error LNK2001: unresolved external symbol lua_setfield
  128. 1>luascript.obj : error LNK2001: unresolved external symbol lua_rawget
  129. 1>luascript.obj : error LNK2001: unresolved external symbol lua_remove
  130. 1>luascript.obj : error LNK2001: unresolved external symbol luaopen_base
  131. 1>luascript.obj : error LNK2001: unresolved external symbol luaopen_table
  132. 1>luascript.obj : error LNK2001: unresolved external symbol luaopen_os
  133. 1>luascript.obj : error LNK2001: unresolved external symbol luaopen_string
  134. 1>luascript.obj : error LNK2001: unresolved external symbol luaopen_math
  135. 1>luascript.obj : error LNK2001: unresolved external symbol luaopen_debug
  136. 1>luascript.obj : error LNK2001: unresolved external symbol luaL_unref
  137. 1>luascript.obj : error LNK2001: unresolved external symbol lua_rawgeti
  138. 1>luascript.obj : error LNK2001: unresolved external symbol lua_pushinteger
  139. 1>luascript.obj : error LNK2001: unresolved external symbol lua_call
  140. 1>luascript.obj : error LNK2001: unresolved external symbol lua_pushcclosure
  141. 1>luascript.obj : error LNK2001: unresolved external symbol lua_pushstring
  142. 1>luascript.obj : error LNK2001: unresolved external symbol lua_gettable
  143. 1>luascript.obj : error LNK2001: unresolved external symbol luaL_ref
  144. 1>luascript.obj : error LNK2001: unresolved external symbol luaL_register
  145. 1>otpch.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAAEBVerror_category@12@XZ)
  146. 1>otserv.obj : error LNK2001: unresolved external symbol "public: void __cdecl boost::thread::detach(void)" (?detach@thread@boost@@QEAAXXZ)
  147. 1>otserv.obj : error LNK2001: unresolved external symbol "bool __cdecl boost::this_thread::interruptible_wait(void *,struct boost::detail::timeout)" (?interruptible_wait@this_thread@boost@@YA_NPEAXUtimeout@detail@2@@Z)
  148. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_set
  149. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_init2
  150. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_clear
  151. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_set_str
  152. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_sub_ui
  153. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_invert
  154. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_mod
  155. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_mul
  156. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_init
  157. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_set_ui
  158. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_import
  159. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_powm
  160. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_sizeinbase
  161. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_export
  162. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_sub
  163. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_cmp_si
  164. 1>rsa.obj : error LNK2001: unresolved external symbol __gmpz_add
  165. 1>scheduler.obj : error LNK2001: unresolved external symbol "public: __cdecl boost::thread::thread(void)" (??0thread@boost@@QEAA@XZ)
  166. 1>scheduler.obj : error LNK2001: unresolved external symbol "public: void __cdecl boost::thread::join(void)" (?join@thread@boost@@QEAAXXZ)
  167. 1>scheduler.obj : error LNK2001: unresolved external symbol "private: void __cdecl boost::thread::start_thread(void)" (?start_thread@thread@boost@@AEAAXXZ)
  168. 1>status.obj : error LNK2001: unresolved external symbol xmlSetProp
  169. 1>status.obj : error LNK2001: unresolved external symbol xmlNewDoc
  170. 1>status.obj : error LNK2001: unresolved external symbol xmlNewDocNode
  171. 1>status.obj : error LNK2001: unresolved external symbol xmlNewNode
  172. 1>status.obj : error LNK2001: unresolved external symbol xmlAddChild
  173. 1>status.obj : error LNK2001: unresolved external symbol xmlNewTextChild
  174. 1>status.obj : error LNK2001: unresolved external symbol xmlDocDumpMemory
  175. 1>status.obj : error LNK2001: unresolved external symbol __imp_xmlFree
  176. 1>tools.obj : error LNK2001: unresolved external symbol xmlGetProp
  177. 1>tools.obj : error LNK2001: unresolved external symbol UTF8Toisolat1
  178. 1>tools.obj : error LNK2001: unresolved external symbol xmlNodeGetContent
  179. 1>C:\Users\holmb\OneDrive\Desktop\Projects\Oldschool Tibia\server64\x64\Release\server64.exe : fatal error LNK1120: 105 unresolved externals
  180. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
  181.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement