Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. C:\Users\Nikos\Documents\Programming_Stuff\C++\kodi\kodi-build>cmake -G "Visual Studio 14" ..
  2. -- Warning: Did not find file Compiler/MSVC-ASM
  3. -- Source directory: C:/Users/Nikos/Documents/Programming_Stuff/C++/kodi
  4. -- Build directory: C:/Users/Nikos/Documents/Programming_Stuff/C++/kodi/kodi-build
  5. -- Generator: Multi-configuration (Visual Studio 14 2015)
  6. -- CMake Version: 3.7.2
  7. -- System type: Windows
  8. -- Core system type: windows
  9. -- Platform:
  10. -- CPU: AMD64, ARCH: win32
  11. -- Cross-Compiling: FALSE
  12. -- Execute build artefacts on host: TRUE
  13. -- Depends based build:
  14. -- Could not find hardware support for SSE3 (missing: _SSE3_TRUE _SSE3_OK)
  15. -- Could not find hardware support for SSSE3 (missing: _SSSE3_TRUE _SSSE3_OK)
  16. -- Could not find hardware support for SSE4.1 (missing: _SSE41_TRUE _SSE41_OK)
  17. -- Could not find hardware support for SSE4.2 (missing: _SSE42_TRUE _SSE42_OK)
  18. -- Could not find hardware support for AVX (missing: _AVX_TRUE _AVX_OK)
  19. -- Could not find hardware support for AVX2 (missing: _AVX2_TRUE _AVX2_OK)
  20. addons/script.module.pycryptodome/addon.xml: needs update
  21. addons/skin.estuary/xml/Home.xml: needs update
  22. xbmc/utils/XBMCTinyXML.cpp: needs update
  23. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  24. -- Could NOT find CDIO (missing: CDIO_LIBRARY)
  25. -- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
  26. -- Could NOT find Avahi (missing: AVAHI_CLIENT_LIBRARY AVAHI_COMMON_LIBRARY AVAHI_CLIENT_INCLUDE_DIR AVAHI_COMMON_INCLUDE_DIR)
  27. -- Could NOT find Bluetooth (missing: BLUETOOTH_LIBRARY BLUETOOTH_INCLUDE_DIR)
  28. -- Could NOT find CAP (missing: CAP_LIBRARY CAP_INCLUDE_DIR)
  29. -- Could NOT find CCACHE (missing: CCACHE_PROGRAM)
  30. -- Could NOT find DBus (missing: DBUS_LIBRARY DBUS_ARCH_INCLUDE_DIR)
  31. -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY)
  32. -- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_MAINLOOP_LIBRARY PULSEAUDIO_INCLUDE_DIR) (Required is at least version "2.0.0")
  33. -- Could NOT find SmbClient (missing: SMBCLIENT_LIBRARY SMBCLIENT_INCLUDE_DIR)
  34. -- Could NOT find UDEV (missing: UDEV_LIBRARY UDEV_INCLUDE_DIR)
  35. -- Could NOT find VAAPI (missing: VAAPI_libva_LIBRARY VAAPI_libva-x11_LIBRARY VAAPI_libva-drm_LIBRARY VAAPI_INCLUDE_DIR) (Required is at least version "0.38.0")
  36. -- Could NOT find VDPAU (missing: VDPAU_LIBRARY VDPAU_INCLUDE_DIR)
  37. -- Could NOT find LIBUSB (missing: LIBUSB_LIBRARY LIBUSB_INCLUDE_DIR)
  38. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  39. -- #---- CONFIGURATION ----#
  40. -- -- PATH config --
  41. -- Prefix: C:/Program Files (x86)/kodi
  42. -- Libdir: C:/Program Files (x86)/kodi/lib
  43. -- Bindir: C:/Program Files (x86)/kodi/bin
  44. -- Includedir: C:/Program Files (x86)/kodi/include
  45. -- Datarootdir: C:/Program Files (x86)/kodi/share
  46. -- Datadir: C:/Program Files (x86)/kodi/share
  47. -- ALSA enabled: No
  48. -- AVAHI enabled: No
  49. -- BLUETOOTH enabled: No
  50. -- CAP enabled: No
  51. -- CCACHE enabled: No
  52. -- DBUS enabled: No
  53. -- LCMS2 enabled: No
  54. -- MDNS enabled: Yes
  55. -- MICROHTTPD enabled: Yes
  56. -- MYSQLCLIENT enabled: Yes
  57. -- PULSEAUDIO enabled: No
  58. -- PYTHON enabled: Yes
  59. -- SMBCLIENT enabled: No
  60. -- SSH enabled: Yes
  61. -- UDEV enabled: No
  62. -- VAAPI enabled: No
  63. -- VDPAU enabled: No
  64. -- XSLT enabled: Yes
  65. -- LIBUSB enabled: No
  66. -- BLURAY enabled: Yes
  67. -- CEC enabled: Yes
  68. -- NFS enabled: Yes
  69. -- PLIST enabled: Yes
  70. -- Configuring done
  71. -- Generating done
  72. -- Build files have been written to: C:/Users/Nikos/Documents/Programming_Stuff/C++/kodi/kodi-build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement