Advertisement
Guest User

Cmake Log Hifi Windows 20171026-0336

a guest
Oct 26th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.32 KB | None | 0 0
  1. **********************************************************************
  2. ** Visual Studio 2017 Developer Command Prompt v15.4.1
  3. ** Copyright (c) 2017 Microsoft Corporation
  4. **********************************************************************
  5.  
  6. C:\Program Files (x86)\Microsoft Visual Studio\2017\Community>cd C:/git/hifi
  7.  
  8. C:\git\hifi>cd build
  9. The system cannot find the path specified.
  10.  
  11. C:\git\hifi>mkdir build
  12.  
  13. C:\git\hifi>cd build
  14.  
  15. C:\git\hifi\build>cmake .. -G "Visual Studio 15 Win64"
  16. -- Selecting Windows SDK version 10.0.16299.0 to target Windows 10.0.15063.
  17. -- The C compiler identification is MSVC 19.11.25547.0
  18. -- The CXX compiler identification is MSVC 19.11.25547.0
  19. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
  20. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
  21. -- Detecting C compiler ABI info
  22. -- Detecting C compiler ABI info - done
  23. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
  24. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
  25. -- Detecting CXX compiler ABI info
  26. -- Detecting CXX compiler ABI info - done
  27. -- Detecting CXX compile features
  28. -- Detecting CXX compile features - done
  29. -- The discovered Windows SDK path is C:/Program Files (x86)/Windows Kits/10/Lib/10.0.16299.0/x64
  30. -- Build server:    ON
  31. -- Build client:    ON
  32. -- Build tests:     ON
  33. -- Build tools:     ON
  34. -- Build installer: ON
  35. -- The Qt build in use is: "C:/Qt/5.9.2/msvc2017_64"
  36. -- Looking for pthread.h
  37. -- Looking for pthread.h - not found
  38. -- Found Threads: TRUE
  39. -- The BUILD_BRANCH variable is:
  40. -- The BRANCH environment variable is:
  41. -- The RELEASE_TYPE variable is:
  42. -- The BUILD_GLOBAL_SERVICES variable is: DEVELOPMENT
  43. -- The USE_STABLE_GLOBAL_SERVICES variable is: 0
  44. -- Found GLM: C:/git/hifi/build/ext/vc14/glm/project/include
  45. -- Performing Test COMPILER_SUPPORTS_AVX512
  46. -- Performing Test COMPILER_SUPPORTS_AVX512 - Success
  47. -- Found ZLIB: optimized;C:/git/hifi/build/ext/vc14/zlib/project/lib/zlib.lib;debug;C:/git/hifi/build/ext/vc14/zlib/project/lib/zlibd.lib
  48. -- Could NOT find NSIGHT (missing: NSIGHT_INCLUDE_DIRS NSIGHT_LIBRARIES)
  49. -- debug me: C:\git\vcpkg/installed/x64-windows
  50. -- debug me more: C:/git/vcpkg/installed/x64-windows/include
  51. CMake Error at C:/Program Files/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  52.   Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  53.   system variable OPENSSL_ROOT_DIR (missing: OPENSSL_DLL_PATH) (found version
  54.   "1.0.2l")
  55. Call Stack (most recent call first):
  56.   C:/Program Files/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  57.   cmake/modules/FindOpenSSL.cmake:162 (find_package_handle_standard_args)
  58.   cmake/macros/TargetOpenSSL.cmake:19 (find_package)
  59.   libraries/networking/CMakeLists.txt:5 (target_openssl)
  60.  
  61.  
  62. -- Configuring incomplete, errors occurred!
  63. See also "C:/git/hifi/build/CMakeFiles/CMakeOutput.log".
  64. See also "C:/git/hifi/build/CMakeFiles/CMakeError.log".
  65.  
  66. C:\git\hifi\build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement