Jump to content
TrinityCore

Frøøzen

Members
  • Posts

    18
  • Joined

  • Last visited

Frøøzen's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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. [SOLVED] I haven't set the full path for MySQL lib and MySQL.exe
  3. 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 : . 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
  4. Doesn't work with CMake 2.8.11.2, and the others older versions doesn't build with Visual Studio 12 What is your configuration ? Can you try to compile the basics sources with your configuration ?
  5. 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
  6. 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
  7. Yep ! I have install all the software (cmake 2.8.12, VS 2013, openssl, etc..) but when I try to build the solution, I have a cmake error : "The C compiler identification is unknow"... WTF ?
  8. Hello, I just would know how i can build TrinityCore on windows 7 because he require Visual Studio 2013 and VS 2013 is juste available on Win 8 Help me
  9. 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
  10. Hi ! I have restore my computer today and reinstalled all the software for build trinitycore but today CMake will not build the source. I have build with new sources from the trintycore repository and here's the CMake logs : http://pastebin.com/6c6NSb6h Configuration : Windows 8.1 CMake 2.8.12.2 Visual Studio 2012 Openssl 1.0.1g
×
×
  • Create New...