What's new

Why am I too retarded to compile Trinity?

DragonKyn

Banned User
25
2015
0
I've tried following the Trinity guide. I followed it EXACTLY. Word for word, I checked, double checked and triple checked that I was following it as the guide states. I am then faced with Cmake errors and configuration problems. Can't resolve them, no idea what I'm doing wrong. I really don't want to use a repack and I have absolutely no idea where to go from here. Maybe WoW emu's just aren't for me...

Frustration level is over 9,000.
 

Lingx

Epic Member
438
2014
6
Location
:thinking:
Wow man, don't you think you're being a little hard on yourself? Elaborate a bit on your problems maybe I or others can help you out. That's what a community is for, right?
 

DragonKyn

Banned User
25
2015
0
Wow man, don't you think you're being a little hard on yourself? Elaborate a bit on your problems maybe I or others can help you out. That's what a community is for, right?

I'm not really sure, I've followed it exactly, I used C:\Trinity as the source folder and created one called Build in C:\ as well. When I hit configure it throws errors. Hard on myself or not, its exceedingly frustrating when you try and follow 4 DIFFERENT guides to get this going and ZERO luck with any of them. Wasted the last 4 hours of my life..

Anyways heres a Copy+paste from the error output.
The output was:
0
Microsoft (R) Build Engine version 12.0.31101.0
[Microsoft .NET Framework, version 4.0.30319.18444]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 4/2/2015 8:55:04 PM.
Project "C:\Build\CMakeFiles\3.1.3\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdC.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCCompilerId.obj
CompilerIdC.vcxproj -> C:\Build\CMakeFiles\3.1.3\CompilerIdC\.\CompilerIdC.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "C:\Build\CMakeFiles\3.1.3\CompilerIdC\CompilerIdC.vcxproj" (default targets).

Build succeeded.
0 Warning(s)
0 Error(s)

Time Elapsed 00:00:04.88


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

The C compiler identification is MSVC, found in "C:/Build/CMakeFiles/3.1.3/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags:
Id flags:

The output was:
0
Microsoft (R) Build Engine version 12.0.31101.0
[Microsoft .NET Framework, version 4.0.30319.18444]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 4/2/2015 8:55:09 PM.
Project "C:\Build\CMakeFiles\3.1.3\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdCXX.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj
CompilerIdCXX.vcxproj -> C:\Build\CMakeFiles\3.1.3\CompilerIdCXX\.\CompilerIdCXX.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "C:\Build\CMakeFiles\3.1.3\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).

Build succeeded.
0 Warning(s)
0 Error(s)

Time Elapsed 00:00:01.10


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

The CXX compiler identification is MSVC, found in "C:/Build/CMakeFiles/3.1.3/CompilerIdCXX/CompilerIdCXX.exe"

Determining if the C compiler works passed with the following output:
Change Dir: C:/Build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec3374989740.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4/2/2015 8:55:10 PM.

Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3374989740.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTryCompileExec3374989740.dir\Debug\".

Creating directory "C:\Build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTryCompileExec3374989740.dir\Debug\cmTryCom.E313F1C9.tlog\".

InitializeBuildStatus:

Creating "cmTryCompileExec3374989740.dir\Debug\cmTryCom.E313F1C9.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3374989740.dir\Debug\\" /Fd"cmTryCompileExec3374989740.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\testCCompiler.c

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3374989740.dir\Debug\\" /Fd"cmTryCompileExec3374989740.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\testCCompiler.c



testCCompiler.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3374989740.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3374989740.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3374989740.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec3374989740.dir\Debug\testCCompiler.obj

cmTryCompileExec3374989740.vcxproj -> C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3374989740.exe

FinalizeBuildStatus:

Deleting file "cmTryCompileExec3374989740.dir\Debug\cmTryCom.E313F1C9.tlog\unsuccessfulbuild".

Touching "cmTryCompileExec3374989740.dir\Debug\cmTryCom.E313F1C9.tlog\cmTryCompileExec3374989740.lastbuildstate".

Done Building Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3374989740.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:01.40



Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/Build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec2614145181.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4/2/2015 8:55:12 PM.

Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec2614145181.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTryCompileExec2614145181.dir\Debug\".

Creating directory "C:\Build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTryCompileExec2614145181.dir\Debug\cmTryCom.581FD34E.tlog\".

InitializeBuildStatus:

Creating "cmTryCompileExec2614145181.dir\Debug\cmTryCom.581FD34E.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2614145181.dir\Debug\\" /Fd"cmTryCompileExec2614145181.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.1\Modules\CMakeCCompilerABI.c"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2614145181.dir\Debug\\" /Fd"cmTryCompileExec2614145181.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.1\Modules\CMakeCCompilerABI.c"



CMakeCCompilerABI.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2614145181.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2614145181.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2614145181.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec2614145181.dir\Debug\CMakeCCompilerABI.obj

cmTryCompileExec2614145181.vcxproj -> C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2614145181.exe

FinalizeBuildStatus:

Deleting file "cmTryCompileExec2614145181.dir\Debug\cmTryCom.581FD34E.tlog\unsuccessfulbuild".

Touching "cmTryCompileExec2614145181.dir\Debug\cmTryCom.581FD34E.tlog\cmTryCompileExec2614145181.lastbuildstate".

Done Building Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec2614145181.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:01.09



Determining if the CXX compiler works passed with the following output:
Change Dir: C:/Build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec357496357.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4/2/2015 8:55:13 PM.

Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec357496357.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTryCompileExec357496357.dir\Debug\".

Creating directory "C:\Build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTryCompileExec357496357.dir\Debug\cmTryCom.3F9B35D5.tlog\".

InitializeBuildStatus:

Creating "cmTryCompileExec357496357.dir\Debug\cmTryCom.3F9B35D5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec357496357.dir\Debug\\" /Fd"cmTryCompileExec357496357.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec357496357.dir\Debug\\" /Fd"cmTryCompileExec357496357.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx



testCXXCompiler.cxx

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec357496357.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec357496357.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec357496357.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec357496357.dir\Debug\testCXXCompiler.obj

cmTryCompileExec357496357.vcxproj -> C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec357496357.exe

FinalizeBuildStatus:

Deleting file "cmTryCompileExec357496357.dir\Debug\cmTryCom.3F9B35D5.tlog\unsuccessfulbuild".

Touching "cmTryCompileExec357496357.dir\Debug\cmTryCom.3F9B35D5.tlog\cmTryCompileExec357496357.lastbuildstate".

Done Building Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec357496357.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:01.09



Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/Build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec844688743.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 4/2/2015 8:55:15 PM.

Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec844688743.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTryCompileExec844688743.dir\Debug\".

Creating directory "C:\Build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTryCompileExec844688743.dir\Debug\cmTryCom.8786E975.tlog\".

InitializeBuildStatus:

Creating "cmTryCompileExec844688743.dir\Debug\cmTryCom.8786E975.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec844688743.dir\Debug\\" /Fd"cmTryCompileExec844688743.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.1\Modules\CMakeCXXCompilerABI.cpp"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec844688743.dir\Debug\\" /Fd"cmTryCompileExec844688743.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.1\Modules\CMakeCXXCompilerABI.cpp"



CMakeCXXCompilerABI.cpp

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec844688743.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec844688743.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec844688743.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec844688743.dir\Debug\CMakeCXXCompilerABI.obj

cmTryCompileExec844688743.vcxproj -> C:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec844688743.exe

FinalizeBuildStatus:

Deleting file "cmTryCompileExec844688743.dir\Debug\cmTryCom.8786E975.tlog\unsuccessfulbuild".

Touching "cmTryCompileExec844688743.dir\Debug\cmTryCom.8786E975.tlog\cmTryCompileExec844688743.lastbuildstate".

Done Building Project "C:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec844688743.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:01.09
 

ExO

Admin
5,119
2014
1,639
Well yeah things as these can be frustrating.

Anyhow, once you run cmake and click on the configure button you see all the text / log below, could you possibly copy and paste that text/log instead of the full cmake log so that it's easier to get sorted out?
Thanks.
 

DragonKyn

Banned User
25
2015
0
I have OpenSSL installed (64 bit) and its outputting this error:

Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
Found OpenSSL headers: C:/OpenSSL-Win32/include
CMake Error at cmake/macros/FindOpenSSL.cmake:200 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:201 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:203 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:210 (math):
math cannot parse the expression: " + 96": syntax error, unexpected
exp_PLUS, expecting exp_OPENPARENT or exp_NUMBER (2)
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:214 (string):
string Character with code does not exist.
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)


CMake Error at cmake/macros/EnsureVersion.cmake:76 (MATH):
math cannot parse the expression: "..*10000 + ..*100 + 0": syntax error,
unexpected exp_TIMES, expecting exp_OPENPARENT or exp_NUMBER (3)
Call Stack (most recent call first):
cmake/macros/EnsureVersion.cmake:95 (NORMALIZE_VERSION)
cmake/macros/FindOpenSSL.cmake:221 (ENSURE_VERSION)
CMakeLists.txt:57 (find_package)


CMake Error at cmake/macros/FindOpenSSL.cmake:223 (message):
TrinityCore needs OpenSSL version 1.0.0 but found version ..
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)


Configuring incomplete, errors occurred!
See also "C:/Build/CMakeFiles/CMakeOutput.log".
 
Top