Jump to content
TrinityCore

bumbummen99

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

2127 profile views

bumbummen99's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Fixed by deleting buildfolder and rerunning cmake
  2. Hey guys, i just got my new labtop and i've tried to build trinitycore on it without success. I have followed the Confluence page windows-requirements and done exactly as on my two primary machines. On compiling, im getting an Warning for every file. As im new to c++, not programming and computers at all, i don't know how to resolve this problem on my own because i don't get what's the problem. While compiling it looks as the following: After it has finished, i get the following errors: Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\common.lib(Log.obj) 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\common.lib(StartProcess.obj) 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\common.lib(AppenderFile.obj) 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\shared.lib(Realm.obj) 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\shared.lib(ByteBuffer.obj) 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\database.lib(databasePCH.obj) 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\common.lib(Config.obj) 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\authPCH.obj 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\Main.obj 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\AuthSession.obj 1 Fehler LNK2001 Nicht aufgelöstes externes Symbol ""void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z)". authserver G:\Workspace\TrinityCore\Build\src\server\authserver\shared.lib(RealmList.obj) 1 Fehler LNK1120 1 nicht aufgelöste Externe authserver G:\Workspace\TrinityCore\Build\bin\Release\authserver.exe 1 I tought the problem is caused by setting up boost in first so i double checked every step in the guide. Did someone has similiar issues and could give me a clue on what's wrong with my setup? thanks anyway
×
×
  • Create New...