Jump to content

Error with Cmake


L2PGames

Recommended Posts

CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES)
Call Stack (most recent call first):
C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:186 (find_package_handle_standard_args)
CMakeLists.txt:54 (find_package)

 

Configuring incomplete, errors occurred!

See also "C:/SkyFireEMU/Build/CMakeFiles/CMakeOutput.log".

 

File CMakeOutput.log

 

The system is: Windows - 6.1 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:  
Build flags: 
Id flags: 
 
The output was:
0
Microsoft ® Build Engine version 12.0.21005.1
[Microsoft .NET Framework, version 4.0.30319.18444]
Copyright © Microsoft Corporation. All rights reserved.
 
Build started 6/25/2014 10:03:25 AM.
Project "C:SkyFireEMUBuildCMakeFiles3.0.0CompilerIdCCompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
  Creating directory "Debug".
  Creating directory "DebugCompilerIdC.tlog".
InitializeBuildStatus:
  Creating "DebugCompilerIdC.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug" /Fd"Debugvc120.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
  CMakeCCompilerId.c
Link:
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.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:X64 DebugCMakeCCompilerId.obj
  CompilerIdC.vcxproj -> C:SkyFireEMUBuildCMakeFiles3.0.0CompilerIdC.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.0VCbinx86_amd64cl.exe
FinalizeBuildStatus:
  Deleting file "DebugCompilerIdC.tlogunsuccessfulbuild".
  Touching "DebugCompilerIdC.tlogCompilerIdC.lastbuildstate".
Done Building Project "C:SkyFireEMUBuildCMakeFiles3.0.0CompilerIdCCompilerIdC.vcxproj" (default targets).
 
Build succeeded.
    0 Warning(s)
    0 Error(s)
 
Time Elapsed 00:00:00.59
 
 
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:/SkyFireEMU/Build/CMakeFiles/3.0.0/CompilerIdC/CompilerIdC.exe"
 
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:  
Build flags: 
Id flags: 
 
The output was:
0
Microsoft ® Build Engine version 12.0.21005.1
[Microsoft .NET Framework, version 4.0.30319.18444]
Copyright © Microsoft Corporation. All rights reserved.
 
Build started 6/25/2014 10:03:26 AM.
Project "C:SkyFireEMUBuildCMakeFiles3.0.0CompilerIdCXXCompilerIdCXX.vcxproj" on node 1 (default targets).
PrepareForBuild:
  Creating directory "Debug".
  Creating directory "DebugCompilerIdCXX.tlog".
InitializeBuildStatus:
  Creating "DebugCompilerIdCXX.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug" /Fd"Debugvc120.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
  CMakeCXXCompilerId.cpp
Link:
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.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:X64 DebugCMakeCXXCompilerId.obj
  CompilerIdCXX.vcxproj -> C:SkyFireEMUBuildCMakeFiles3.0.0CompilerIdCXX.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.0VCbinx86_amd64cl.exe
FinalizeBuildStatus:
  Deleting file "DebugCompilerIdCXX.tlogunsuccessfulbuild".
  Touching "DebugCompilerIdCXX.tlogCompilerIdCXX.lastbuildstate".
Done Building Project "C:SkyFireEMUBuildCMakeFiles3.0.0CompilerIdCXXCompilerIdCXX.vcxproj" (default targets).
 
Build succeeded.
    0 Warning(s)
    0 Error(s)
 
Time Elapsed 00:00:00.48
 
 
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:/SkyFireEMU/Build/CMakeFiles/3.0.0/CompilerIdCXX/CompilerIdCXX.exe"
 
Determining if the C compiler works passed with the following output:
Change Dir: C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp
 
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec2146187063.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft ® Build Engine version 12.0.21005.1
 
[Microsoft .NET Framework, version 4.0.30319.18444]
 
Copyright © Microsoft Corporation. All rights reserved.
 
 
 
Build started 6/25/2014 10:03:26 AM.
 
Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec2146187063.vcxproj" on node 1 (default targets).
 
PrepareForBuild:
 
  Creating directory "cmTryCompileExec2146187063.dirDebug".
 
  Creating directory "C:SkyFireEMUBuildCMakeFilesCMakeTmpDebug".
 
  Creating directory "cmTryCompileExec2146187063.dirDebugcmTryCom.6BC28888.tlog".
 
InitializeBuildStatus:
 
  Creating "cmTryCompileExec2146187063.dirDebugcmTryCom.6BC28888.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
 
ClCompile:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2146187063.dirDebug" /Fd"cmTryCompileExec2146187063.dirDebugvc120.pdb" /Gd /TC /errorReport:queue testCCompiler.c
 
  Microsoft ® C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
 
  Copyright © Microsoft Corporation.  All rights reserved.
 
  
 
  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2146187063.dirDebug" /Fd"cmTryCompileExec2146187063.dirDebugvc120.pdb" /Gd /TC /errorReport:queue testCCompiler.c
 
  
 
  testCCompiler.c
 
Link:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.exe /ERRORREPORT:QUEUE /OUT:"C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec2146187063.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:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2146187063.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2146187063.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec2146187063.dirDebugtestCCompiler.obj
 
  cmTryCompileExec2146187063.vcxproj -> C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec2146187063.exe
 
FinalizeBuildStatus:
 
  Deleting file "cmTryCompileExec2146187063.dirDebugcmTryCom.6BC28888.tlogunsuccessfulbuild".
 
  Touching "cmTryCompileExec2146187063.dirDebugcmTryCom.6BC28888.tlogcmTryCompileExec2146187063.lastbuildstate".
 
Done Building Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec2146187063.vcxproj" (default targets).
 
 
 
Build succeeded.
 
    0 Warning(s)
 
    0 Error(s)
 
 
 
Time Elapsed 00:00:00.52
 
 
 
Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp
 
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec1256500728.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft ® Build Engine version 12.0.21005.1
 
[Microsoft .NET Framework, version 4.0.30319.18444]
 
Copyright © Microsoft Corporation. All rights reserved.
 
 
 
Build started 6/25/2014 10:03:27 AM.
 
Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec1256500728.vcxproj" on node 1 (default targets).
 
PrepareForBuild:
 
  Creating directory "cmTryCompileExec1256500728.dirDebug".
 
  Creating directory "C:SkyFireEMUBuildCMakeFilesCMakeTmpDebug".
 
  Creating directory "cmTryCompileExec1256500728.dirDebugcmTryCom.C04B2047.tlog".
 
InitializeBuildStatus:
 
  Creating "cmTryCompileExec1256500728.dirDebugcmTryCom.C04B2047.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
 
ClCompile:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1256500728.dirDebug" /Fd"cmTryCompileExec1256500728.dirDebugvc120.pdb" /Gd /TC /errorReport:queue "C:Program Files (x86)CMakesharecmake-3.0ModulesCMakeCCompilerABI.c"
 
  Microsoft ® C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
 
  Copyright © Microsoft Corporation.  All rights reserved.
 
  
 
  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1256500728.dirDebug" /Fd"cmTryCompileExec1256500728.dirDebugvc120.pdb" /Gd /TC /errorReport:queue "C:Program Files (x86)CMakesharecmake-3.0ModulesCMakeCCompilerABI.c"
 
  
 
  CMakeCCompilerABI.c
 
Link:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.exe /ERRORREPORT:QUEUE /OUT:"C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec1256500728.exe" /INCREMENTAL /NOLOGO /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1256500728.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1256500728.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec1256500728.dirDebugCMakeCCompilerABI.obj
 
  cmTryCompileExec1256500728.vcxproj -> C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec1256500728.exe
 
FinalizeBuildStatus:
 
  Deleting file "cmTryCompileExec1256500728.dirDebugcmTryCom.C04B2047.tlogunsuccessfulbuild".
 
  Touching "cmTryCompileExec1256500728.dirDebugcmTryCom.C04B2047.tlogcmTryCompileExec1256500728.lastbuildstate".
 
Done Building Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec1256500728.vcxproj" (default targets).
 
 
 
Build succeeded.
 
    0 Warning(s)
 
    0 Error(s)
 
 
 
Time Elapsed 00:00:00.51
 
 
 
Determining if the CXX compiler works passed with the following output:
Change Dir: C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp
 
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec4205433875.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft ® Build Engine version 12.0.21005.1
 
[Microsoft .NET Framework, version 4.0.30319.18444]
 
Copyright © Microsoft Corporation. All rights reserved.
 
 
 
Build started 6/25/2014 10:03:28 AM.
 
Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec4205433875.vcxproj" on node 1 (default targets).
 
PrepareForBuild:
 
  Creating directory "cmTryCompileExec4205433875.dirDebug".
 
  Creating directory "C:SkyFireEMUBuildCMakeFilesCMakeTmpDebug".
 
  Creating directory "cmTryCompileExec4205433875.dirDebugcmTryCom.8BEB329B.tlog".
 
InitializeBuildStatus:
 
  Creating "cmTryCompileExec4205433875.dirDebugcmTryCom.8BEB329B.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
 
ClCompile:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /Zi /W3 /WX- /Od /Ob0 /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"cmTryCompileExec4205433875.dirDebug" /Fd"cmTryCompileExec4205433875.dirDebugvc120.pdb" /Gd /TP /errorReport:queue testCXXCompiler.cxx
 
  Microsoft ® C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
 
  Copyright © Microsoft Corporation.  All rights reserved.
 
  
 
  cl /c /Zi /W3 /WX- /Od /Ob0 /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"cmTryCompileExec4205433875.dirDebug" /Fd"cmTryCompileExec4205433875.dirDebugvc120.pdb" /Gd /TP /errorReport:queue testCXXCompiler.cxx
 
  
 
  testCXXCompiler.cxx
 
Link:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.exe /ERRORREPORT:QUEUE /OUT:"C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec4205433875.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:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4205433875.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4205433875.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec4205433875.dirDebugtestCXXCompiler.obj
 
  cmTryCompileExec4205433875.vcxproj -> C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec4205433875.exe
 
FinalizeBuildStatus:
 
  Deleting file "cmTryCompileExec4205433875.dirDebugcmTryCom.8BEB329B.tlogunsuccessfulbuild".
 
  Touching "cmTryCompileExec4205433875.dirDebugcmTryCom.8BEB329B.tlogcmTryCompileExec4205433875.lastbuildstate".
 
Done Building Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec4205433875.vcxproj" (default targets).
 
 
 
Build succeeded.
 
    0 Warning(s)
 
    0 Error(s)
 
 
 
Time Elapsed 00:00:00.58
 
 
 
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp
 
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec3442141002.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft ® Build Engine version 12.0.21005.1
 
[Microsoft .NET Framework, version 4.0.30319.18444]
 
Copyright © Microsoft Corporation. All rights reserved.
 
 
 
Build started 6/25/2014 10:03:29 AM.
 
Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec3442141002.vcxproj" on node 1 (default targets).
 
PrepareForBuild:
 
  Creating directory "cmTryCompileExec3442141002.dirDebug".
 
  Creating directory "C:SkyFireEMUBuildCMakeFilesCMakeTmpDebug".
 
  Creating directory "cmTryCompileExec3442141002.dirDebugcmTryCom.3E156FE6.tlog".
 
InitializeBuildStatus:
 
  Creating "cmTryCompileExec3442141002.dirDebugcmTryCom.3E156FE6.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
 
ClCompile:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /Zi /W3 /WX- /Od /Ob0 /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"cmTryCompileExec3442141002.dirDebug" /Fd"cmTryCompileExec3442141002.dirDebugvc120.pdb" /Gd /TP /errorReport:queue "C:Program Files (x86)CMakesharecmake-3.0ModulesCMakeCXXCompilerABI.cpp"
 
  Microsoft ® C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
 
  Copyright © Microsoft Corporation.  All rights reserved.
 
  
 
  cl /c /Zi /W3 /WX- /Od /Ob0 /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"cmTryCompileExec3442141002.dirDebug" /Fd"cmTryCompileExec3442141002.dirDebugvc120.pdb" /Gd /TP /errorReport:queue "C:Program Files (x86)CMakesharecmake-3.0ModulesCMakeCXXCompilerABI.cpp"
 
  
 
  CMakeCXXCompilerABI.cpp
 
Link:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64link.exe /ERRORREPORT:QUEUE /OUT:"C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec3442141002.exe" /INCREMENTAL /NOLOGO /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3442141002.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3442141002.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec3442141002.dirDebugCMakeCXXCompilerABI.obj
 
  cmTryCompileExec3442141002.vcxproj -> C:SkyFireEMUBuildCMakeFilesCMakeTmpDebugcmTryCompileExec3442141002.exe
 
FinalizeBuildStatus:
 
  Deleting file "cmTryCompileExec3442141002.dirDebugcmTryCom.3E156FE6.tlogunsuccessfulbuild".
 
  Touching "cmTryCompileExec3442141002.dirDebugcmTryCom.3E156FE6.tlogcmTryCompileExec3442141002.lastbuildstate".
 
Done Building Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec3442141002.vcxproj" (default targets).
 
 
 
Build succeeded.
 
    0 Warning(s)
 
    0 Error(s)
 
 
 
Time Elapsed 00:00:00.50
 
 
 
Link to comment
Share on other sites

Yeah, that fixed it, thanks, i have another issue let me know if you want to log files

 

CMake Error at cmake/macros/FindGit.cmake:26 (message):


Git was NOT FOUND on your system - did you forget to install a recent version, or setting the path to it?
Observe that for revision hash/date to work you need at least version 1.7
Call Stack (most recent call first):
CMakeLists.txt:68 (find_package).

 

The Error log:

Determining if files pthread.h exist failed with the following output:
Change Dir: C:/SkyFireEMU/Build/CMakeFiles/CMakeTmp
 
Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec656320924.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
Microsoft ® Build Engine version 12.0.21005.1
 
[Microsoft .NET Framework, version 4.0.30319.18444]
 
Copyright © Microsoft Corporation. All rights reserved.
 
 
 
Build started 6/26/2014 10:06:05 PM.
 
Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec656320924.vcxproj" on node 1 (default targets).
 
PrepareForBuild:
 
  Creating directory "cmTryCompileExec656320924.dirDebug".
 
  Creating directory "C:SkyFireEMUBuildCMakeFilesCMakeTmpDebug".
 
  Creating directory "cmTryCompileExec656320924.dirDebugcmTryCom.81CDC38F.tlog".
 
InitializeBuildStatus:
 
  Creating "cmTryCompileExec656320924.dirDebugcmTryCom.81CDC38F.tlogunsuccessfulbuild" because "AlwaysCreate" was specified.
 
ClCompile:
 
  C:Program Files (x86)Microsoft Visual Studio 12.0VCbinx86_amd64CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec656320924.dirDebug" /Fd"cmTryCompileExec656320924.dirDebugvc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4820 /wd4986 /wd4514 /wd4710 /wd4668 /wd4365 /wd4005 /wd4640 /wd4242 /wd4711 /wd4738 /wd4625 /wd4626 /wd4061 /wd4100 /wd4265 /errorReport:queue CheckIncludeFiles.c
 
  Microsoft ® C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
 
  Copyright © Microsoft Corporation.  All rights reserved.
 
  
 
  cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec656320924.dirDebug" /Fd"cmTryCompileExec656320924.dirDebugvc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4820 /wd4986 /wd4514 /wd4710 /wd4668 /wd4365 /wd4005 /wd4640 /wd4242 /wd4711 /wd4738 /wd4625 /wd4626 /wd4061 /wd4100 /wd4265 /errorReport:queue CheckIncludeFiles.c
 
  
 
  CheckIncludeFiles.c
 
CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec656320924.vcxproj]
 
Done Building Project "C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec656320924.vcxproj" (default targets) -- FAILED.
 
 
 
Build FAILED.
 
 
 
"C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec656320924.vcxproj" (default target) (1) ->
 
(ClCompile target) -> 
 
  CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:SkyFireEMUBuildCMakeFilesCMakeTmpcmTryCompileExec656320924.vcxproj]
 
 
 
    0 Warning(s)
 
    1 Error(s)
 
 
 
Time Elapsed 00:00:00.41
 
 
Source:
/* */
#include <pthread.h>
 
 
int main(){return 0;}
Link to comment
Share on other sites

  • 2 weeks later...

can anyone help me with this error "Git was NOT FOUND on your system - did you forget to install a recent version, or setting the path to it?

Observe that for revision hash/date to work you need at least version 1.7
Call Stack (most recent call first):
CMakeLists.txt:68 (find_package)"
 and i get this in a message box "Error in configuration process, project files may be invalid." it cant be my Git as it says as i have version 1.9.4 of git and have re-installed for good measure.

Link to comment
Share on other sites

  • 2 weeks later...

I get an other error by trying o compile the 5xxx version for 5.4.8. MOP release

 

Cmake version 3

Git : Installed 2.0

Openssl : 1.0.0

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIB_EAY_DEBUG (ADVANCED)
    linked by target "libmysql" in directory C:/Users/XXX/Downloads/wowEmu/Core/dep/mysqllite
    linked by target "authserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/authserver
    linked by target "worldserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/worldserver
LIB_EAY_RELEASE (ADVANCED)
    linked by target "libmysql" in directory C:/Users/XXX/Downloads/wowEmu/Core/dep/mysqllite
    linked by target "authserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/authserver
    linked by target "worldserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/worldserver
SSL_EAY_DEBUG (ADVANCED)
    linked by target "libmysql" in directory C:/Users/XXX/Downloads/wowEmu/Core/dep/mysqllite
    linked by target "authserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/authserver
    linked by target "worldserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/worldserver
SSL_EAY_RELEASE (ADVANCED)
    linked by target "libmysql" in directory C:/Users/XXX/Downloads/wowEmu/Core/dep/mysqllite
    linked by target "authserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/authserver
    linked by target "worldserver" in directory C:/Users/XXX/Downloads/wowEmu/Core/src/server/worldserver

Link to comment
Share on other sites

  • 1 month later...

Download everything, install everything then restart the computer. A restart seems to sort a lot of the problems out, it's as though stuff installs but isn't registered until a restart of the system, I might be wrong but that's about the only other thing that I did and cmake etc all decided to work properly.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.