Jump to content
TrinityCore

shoro2

Plebs
  • Posts

    8
  • Joined

  • Last visited

Posts posted by shoro2

  1. Error while compiling in visual studio 2017:

     

    1:

    23>LINK : fatal error LNK1181: Eingabedatei "..\..\..\dep\g3dlite\RelWithDebInfo\g3dlib.lib" kann nicht geöffnet werden.
    23>Die Erstellung des Projekts "worldserver.vcxproj" ist abgeschlossen -- FEHLER.
     

     

     

    Schweregrad    Code    Beschreibung    Projekt    Datei    Zeile    Unterdrückungszustand


    Fehler    LNK1181    Eingabedatei "..\..\..\dep\g3dlite\RelWithDebInfo\g3dlib.lib" kann nicht geöffnet werden.    authserver    C:\Build\src\server\authserver\LINK    1    

    *could not open "..\..\..\dep\g3dlite\RelWithDebInfo\g3dlib.lib"

     

     

     

    Schweregrad    Code    Beschreibung    Projekt    Datei    Zeile    Unterdrückungszustand
    Fehler    LNK1181    Eingabedatei "..\..\..\dep\g3dlite\RelWithDebInfo\g3dlib.lib" kann nicht geöffnet werden.    worldserver    C:\Build\src\server\worldserver\LINK    1    

     

  2. in the cmake text i think the only "issue" is the missing  pthread.. but since i cant compile the generated project there have to be sth wrong, or?

    The tutorial says: 

    "7. Make sure Tools is checked already.
    This will compile the map extractors
    needed later in the setup.
    (in master branch, this will also
    generate connection_patcher.exe) "

    But it wasnt checkted after configured

  3. cmake:

     

     

    The C compiler identification is MSVC 19.10.25019.0

    The CXX compiler identification is MSVC 19.10.25019.0

    Check for working C compiler: E:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x64/cl.exe

    Check for working C compiler: E:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x64/cl.exe -- works

    Detecting C compiler ABI info

    Detecting C compiler ABI info - done

    Check for working CXX compiler: E:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x64/cl.exe

    Check for working CXX compiler: E:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x64/cl.exe -- works

    Detecting CXX compiler ABI info

    Detecting CXX compiler ABI info - done

    Detecting CXX compile features

    Detecting CXX compile features - done

    Detected 64-bit platform

    MSVC: 64-bit platform, enforced -D_WIN64 parameter

    MSVC: Enabled increased number of sections in object files

    MSVC: Overloaded standard names

    MSVC: Disabled NON-SECURE warnings

    MSVC: Disabled POSIX warnings

    MSVC: Disabled generic compiletime warnings

    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 MySQL executable: C:/Program Files/MySQL/MySQL Server 5.5/bin/mysql.exe

    Found git binary : E:/Program Files (x86)/Git/cmd/git.exe

     

    * TrinityCore revision : 8c6952f10347 2017-04-29 19:10:37 +0200 (Blood branch)

     

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

     

    * Build world/auth : Yes (default)

    * Build with scripts : Yes (static)

    * Build Eluna LuaEngine : Yes (default)

    * Build map/vmap tools : No (default)

    * Build core w/PCH : Yes (default)

    * Build scripts w/PCH : Yes (default)

    * Show compile-warnings : No (default)

    * Use coreside debug : No (default)

    * Show source tree : Yes (hierarchical)

    * Use GIT revision hash : Yes (default)

     

    Looking for pthread.h

    Looking for pthread.h - not found

    Found Threads: TRUE

    "Boost version: 1.63.0

    Found the following Boost libraries:

    system

    filesystem

    thread

    program_options

    iostreams

    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM

    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success

    Looking for open

    Looking for open - found

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

    Found OpenSSL headers: E:/OpenSSL-Win64/include

     

    * Script configuration (static):
    |

    +- worldserver

    | +- Commands

    | +- Custom

    | +- EasternKingdoms

    | +- Events

    | +- Kalimdor

    | +- Northrend

    | +- OutdoorPvP

    | +- Outland

    | +- Pet

    | +- Spells

    | +- World

    |

     

    Configuring done"

     

    Error while compiling;

    Schweregrad    Code    Beschreibung    Projekt    Datei    Zeile    Unterdrückungszustand


    Fehler    LNK1181    Eingabedatei "..\..\..\dep\g3dlite\RelWithDebInfo\g3dlib.lib" kann nicht geöffnet werden.    authserver    C:\Build\src\server\authserver\LINK    1    

    *could not open "..\..\..\dep\g3dlite\RelWithDebInfo\g3dlib.lib"

  4. "* Show source tree : Yes (hierarchical)

    * Use GIT revision hash : Yes (default)

     

    Looking for pthread.h

    Looking for pthread.h - not found

    Found Threads: TRUE

    Boost version: 1.63.0

    Found the following Boost libraries:

    system

    filesystem

    thread

    program_options

    iostreams"

     

    i think this causes the problems

  5. CMake (with boot 1.63.0 installed):

    "Looking for pthread.h

    Looking for pthread.h - not found

    Found Threads: TRUE

    Boost version: 1.63.0

    Found the following Boost libraries:

    system

    filesystem

    thread

    program_options

    iostreams

    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM"

     

    no error pop up but the tools box is not checked

     

    i tried to compile it but it results in 6 errors in vs

  6. CMake:

    Looking for pthread.h

    Looking for pthread.h - not found

    Found Threads: TRUE

    CMake Error at cmake/macros/FindBoost.cmake:1185 (message):
    Unable to find the requested Boost libraries.

    Boost version: 1.64.0

    Boost include path: C:/local/boost_1_64_0

    Could not find the following static Boost libraries:

    boost_system
    boost_filesystem
    boost_thread
    boost_program_options
    boost_iostreams

    No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
    directory containing Boost libraries or BOOST_ROOT to the location of
    Boost. If you still have problems search on forum for TCE00020.
    Call Stack (most recent call first):
    dep/boost/CMakeLists.txt:29 (find_package)

     

    i installed boost 1.64.0 and set BOOST_ROOT to C:\local\boost_1_64_0 (its location) but still get this error :( (tried .63 too, nearly same error)

    I also tried BOOST_LIBRARYDIR to the libs folder

×
×
  • Create New...