• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Windows 8.1 Cmake error compile Vs2012 - (2013) Trinitycore 4.3.4

Status
Not open for further replies.

vxea

Respected Member
Ok so i've meet up with this damn error for that past 3 hours, looking for a solution, and i've tried nearly every tip that everyone has given, but i still can't find a way to fix it, I've tried to put in quite much details as i can (just repliey and ill give you any information you want)


- Cmake version: 2.8.12.2.
- All required packages installed Look at quote for more information.
- Trinitycore version 4.3.4.
- Fresh compiled Error Logs.
- Running windows version: 8.1



1. Does Cmake support windows 8.1?

2. I've installed everything i can (Even tried to have a look through this one www.emudevs.com/showthread.php/2499-How-to-CMake?p=23657#post23657)

3. Trinitycore 4.3.4 Wow (Not phases)


I also got all of these

Software to Install

World of Warcraft Client 4.3.4 (Cata)
GitExtensions
Visual C++
MySQL Server Community Edition
HeidiSQL (or whatever MySQL UI editor you prefer)
.NET Framework 3.5 or above
CMake
OpenSSL
Logs.
Output.log text - The system is: Windows - 6.2 - AMD64

Error log. - http://textuploader.com/0ier
(Duration before 0ier get's removed: 363 days 23hours 55 minutes)

Make 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
Found OpenSSL library: C:/OpenSSL-Win32/lib/ssleay32.lib;C:/OpenSSL-Win32/lib/libeay32.lib
Found OpenSSL headers: C:/OpenSSL-Win32/include
Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib
Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include
Found git binary : C:/Program Files (x86)/Git/cmd/git.exe

* TrinityCore revision : 18b6a6450bff 2014-06-09 03:27:53 +0200 (4.3.4 branch)

* Install core to : C:/Program Files (x86)/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 MySQL sourcetree : No
* Use GIT revision hash : Yes

SCRIPT PREPARATIONS
-> Prepared: Spells
-> Prepared: Commands
-> Prepared: Examples
-> 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 incomplete, errors occurred!
See also "D:/a/Build/CMakeFiles/CMakeOutput.log".
See also "D:/a/Build/CMakeFiles/CMakeError.log".
 
Last edited:

vxea

Respected Member
I find this very confusing, but thats probably becuse i havnt sleept for the last 54 hours, also tell me if you got a hard time reading this, and i will try to make it readible
 

Tommy

Founder
Ok so i've meet up with this damn error for that past 3 hours, looking for a solution, and i've tried nearly every tip that everyone has given, but i still can't find a way to fix it, I've tried to put in quite much details as i can (just repliey and ill give you any information you want)


- Cmake version: 2.8.12.2.
- All required packages installed Look at quote for more information.
- Trinitycore version 4.3.4.
- Fresh compiled Error Logs.
- Running windows version: 8.1



1. Does Cmake support windows 8.1?

2. I've installed everything i can (Even tried to have a look through this one www.emudevs.com/showthread.php/2499-How-to-CMake?p=23657#post23657)

3. Trinitycore 4.3.4 Wow (Not phases)


I also got all of these


Logs.
Output.log text - The system is: Windows - 6.2 - AMD64

Error log. - http://textuploader.com/0ier
(Duration before 0ier get's removed: 363 days 23hours 55 minutes)

To me, the errors aren't that informative. That's CMake error reports, not you. I can rarely comprehend most of their error text, but in this case all I can say is:

As far as I know TrinityCore team updated CMake to only support VS 2013. It will throw errors for VS 2012 or below because it isn't setup anymore in TrinityCore. Also, I think if CMake didn't support Windows 8+, you wouldn't be able to launch CMake itself or would receive runtime errors IF you could run it. Not entirely sure what your issue is here. Can you take a Screenshot of the error once you configure?
 

vxea

Respected Member
This is what i get when i configure

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
Found OpenSSL library: C:/OpenSSL-Win32/lib/ssleay32.lib;C:/OpenSSL-Win32/lib/libeay32.lib
Found OpenSSL headers: C:/OpenSSL-Win32/include
Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib
Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include
Found git binary : C:/Program Files (x86)/Git/cmd/git.exe

* TrinityCore revision : 18b6a6450bff 2014-06-09 03:27:53 +0200 (4.3.4 branch)

* Install core to : C:/Program Files (x86)/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 MySQL sourcetree : No
* Use GIT revision hash : Yes

SCRIPT PREPARATIONS
-> Prepared: Spells
-> Prepared: Commands
-> Prepared: Examples
-> 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 incomplete, errors occurred!
See also "D:/a/Build/CMakeFiles/CMakeOutput.log".
See also "D:/a/Build/CMakeFiles/CMakeError.log".
 

Tommy

Founder
I saw that in your post. As I said, it isn't a very informative error report (TO ME). Though, I think I may know why it errors.

Are you sure you have the Redistributable packages for VS 2013 AND service packages for Windows 8.0+?
 
Status
Not open for further replies.
Top