Jump to content
TrinityCore

Ingmar

Plebs
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Ingmar

  1. Change ZMQ_LIBRARY to C:/Program Files (x86)/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib

     

    You also need to change MYSQL_LIBRARY to C:/Program Files (x86)/MySQL/MySQL Server 5.5/lib/libmysql.lib

     

    Notes: Since you are compiling in 32 bits mode ("Detected 32-bit platform") you need to link with 32 bits / x86 libraries.

    Linking is always done with .lib, not directories.

    Thanks for the quik reply! There were so many .lib files I didn't knew which one I should've picked. So I just choosed the directory instead by manually typing the folder location at Cmake because the program didn't allow me to choose it from the menu that popped to select the .lib in hope that it would pick the right one automatically.

  2. I am getting an error when trying to build the binaries with the 6.x.x version. the 4.3.4 version went fine however but this time it won't. I've tried fixing it by myself but with no succes. So I came here:)

     

    ______________________________________________________________________

    Detected 32-bit platform

    MSVC: Enabled large address awareness

    MSVC: Enabled SSE2 support

    MSVC: Disabled Safe Exception Handlers for debug builds

    MSVC: Overloaded standard names

    MSVC: Disabled NON-SECURE warnings

    MSVC: Disabled POSIX warnings

    MSVC: Disabled generic compiletime warnings

    Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib

    Found OpenSSL headers: C:/OpenSSL-Win32/include

    Found ZMQ library: C:/Program Files/ZeroMQ 4.0.4/lib

    Found ZMQ headers: C:/Program Files/ZeroMQ 4.0.4

    Boost version: 1.57.0

    Found the following Boost libraries:

    system

    filesystem

    thread

    program_options

    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM

    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed

    Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib

    Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.5/include

    Found git binary : D:/WoW Programming/Software/Git/cmd/git.exe

    * TrinityCore revision : b7f254db3df5 2015-01-06 14:25:23 +0100 (6.x branch)

    * Install core to : C:/Program Files/TrinityCore

    * Build world/auth : Yes (default)

    * Build with scripts : Yes (default)

    * Build map/vmap tools : Yes

    * Build core w/PCH : Yes (default)

    * Build scripts w/PCH : Yes (default)

    * Show compile-warnings : No (default)

    * Use coreside debug : No (default)

    * Use GIT revision hash : Yes

    SCRIPT PREPARATIONS

    -> Prepared: Spells

    -> Prepared: Commands

    -> Prepared: Custom

    -> Prepared: World

    -> Prepared: Outdoor PVP Zones

    -> Prepared: Eastern Kingdoms

    -> Prepared: Kalimdor

    -> Prepared: Outland

    -> Prepared: Northrend

    -> Prepared: The Maelstrom

    -> Prepared: Events

    -> Prepared: Pet

    SCRIPT PREPARATION COMPLETE

    Configuring done

    WARNING: Target "bnetserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    WARNING: Target "bnetserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    WARNING: Target "bnetserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    WARNING: Target "bnetserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    WARNING: Target "worldserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    WARNING: Target "worldserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    WARNING: Target "worldserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    WARNING: Target "worldserver" requests linking to directory "C:/Program Files/ZeroMQ 4.0.4/lib". Targets may link only to libraries. CMake is dropping the item.

    Generating done

×
×
  • Create New...