Jump to content
TrinityCore

Frøøzen

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Frøøzen

  1. Hello !

    I have extract dbc/db2, maps, vmaps and when I run the command "vmap4assembler.exe Buildings vmaps", I have an error with the common.dll and the libeay32.dll so I put the files in the WoW folder and I restart vmap4assembler.exe and I have this error : "The application was unable to start correctly (0xc000007b). Click OK to close the application."

    [SOLVED] : I pasted the OpenSSL 32bits dll and not the OpenSLL 64bits dll
     

  2. Hello !

    I have a problem to compile my sources.

    Here's the error log :

    • LINK : fatal error LNK1181: cannot open input file 'C:\MySQL\lib_64\debug.obj'
    • LINK : fatal error LNK1181: cannot open input file '..\database\Release\database.lib'
    • LINK : fatal error LNK1181: cannot open input file '..\shared\Release\shared.lib'
    • LINK : fatal error LNK1181: cannot open input file '..\shared\Release\shared.lib'
    • LINK : fatal error LNK1181: cannot open input file '..\game\Release\game.lib'

    CMake Config :

    .CMakeConfig.png

    Config :

    • Visual Studio Entreprise 2015
    • CMake 3.6.3 (32bits)
    • Boost 1.60.0 (64bits / 32bits)
    • OpenSSL 1.0.2j (64bits / 32bits)
    • WampServer 64 Bits 3.0.6
      • MySQL 5.7.14
  3. Visual Studio 12 (Visual Studio 2013)

     

    Configuration :

     

    Windows 7 (64bits)

    Visual Studio 2013

    CMake 2.8.12 (32bits)

    GitExtension (2.47.03) > GitVersion 1.8.3 > KDiff3

    .NET Framework 4.5 and 4.5.1 (+ SDK)

    Visual C++ 2008 (x86)

    Visual C++ 2010 (x86 & x64)

    Visual C++ 2012 (x86 & x64)

    Openssl 1.0.1g (32bits)

    Microsoft Windows SDK for Windows 7(7.1)

    Microsoft Visual C++ Compilers 2010 SP1 (x86 & x64)

    WampServer 2.4

  4. Nop... doesn't work :(

    CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
      execute_process given COMMAND argument with no value.
    Call Stack (most recent call first):
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID)
      CMakeLists.txt:12 (project)
    
    
    The C compiler identification is unknown
    CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
      execute_process given COMMAND argument with no value.
    Call Stack (most recent call first):
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake:127 (CMAKE_DETERMINE_COMPILER_ID)
      CMakeLists.txt:12 (project)
    
    
    The CXX compiler identification is unknown
    
  5. visual studio 2013 is required, afaik.

     

    Same error with Visual Studio 2013 (I've choose Visual Studio 12 on CMake)

    CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
      execute_process given COMMAND argument with no value.
    Call Stack (most recent call first):
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID)
      CMakeLists.txt:12 (project)
     
     
    The C compiler identification is unknown
    CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
      execute_process given COMMAND argument with no value.
    Call Stack (most recent call first):
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
      C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake:127 (CMAKE_DETERMINE_COMPILER_ID)
      CMakeLists.txt:12 (project)
    
    Configuration :
     
    Windows 8.1
    CMake 2.8.12.2
    Visual Studio 2012 - Visual Studio 2013
    Openssl 1.0.1g
×
×
  • Create New...