Hola buenas, soy nuevo en el foro y necesito ayuda con el siguiente problema.
Bueno, la verdad es que ya tengo experiencia compilando Trinity Core con Scripts y todo, el tema es que ahora, con la última actualización del Core quise compilar el nuevo servidor, el tema es que al llegar al paso del Cmake me lanza los siguientes errores, he buscado variadas maneras de solucionarlo pero no hay caso:
[COLOR=rgb(255,0,0)]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
Detected 32-bit platform
Using supplied MySQL sources
Found OpenSSL library: C:/OpenSSL-Win32/lib/ssleay32.lib;C:/OpenSSL-Win32/lib/libeay32.lib
Found OpenSSL headers: C:/OpenSSL-Win32/include
Looking for include file pthread.h
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for include file pthread.h - not found
Found Threads: TRUE
Found git binary : C:/Program Files (x86)/Git/cmd/git.cmd
-
TrinityCore revision : 8fcfabe78479+ 2014-01-10 22:39:08 +0100 (master branch)
-
Install core to : C:/Program Files (x86)/TrinityCore
-
Build world/auth : Yes (default)
-
Build with scripts : 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)
-
Use MySQL sourcetree : Yes (default)
-
Use GIT revision hash : Yes
Looking for IPPROTO_IPV6
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for IPPROTO_IPV6 - not found
Looking for IPV6_V6ONLY
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for IPV6_V6ONLY - not found
Looking for S_IROTH
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for S_IROTH - not found
Looking for _S_IREAD
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
[…]
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Check size of unsigned long - failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:44 (message):
no suitable type found
Call Stack (most recent call first):
dep/mysqllite/configure.cmake:522 (TEST_BIG_ENDIAN)
dep/mysqllite/CMakeLists.txt:48 (include)
Configuring incomplete, errors occurred!
See also “C:/Trinity Core/Build/CMakeFiles/CMakeOutput.log”.
See also “C:/Trinity Core/Build/CMakeFiles/CMakeError.log”.
Y luego arroja el siguiente mensaje: Error in configuration process, project files may be invalid.
Estoy creando la configuración con Visual Basic 10, lo tengo instalado al igual que el Visual C++ 2008, 2010 y 2012. También he probado con la versión 2008 y pasa el mismo error.
Necesito ayuda, estoy siguiendo tal cual los pasos como se explica en el Wiki de Trinity Core y este error no deja de aparecer.
De ante-mano, gracias. Saludos.