Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. The C compiler identification is MSVC 18.0.31101.0
  2. The CXX compiler identification is MSVC 18.0.31101.0
  3. Check for working C compiler using: Visual Studio 12 2013 Win64
  4. Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Check for working CXX compiler using: Visual Studio 12 2013 Win64
  8. Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
  9. Detecting CXX compiler ABI info
  10. Detecting CXX compiler ABI info - done
  11. Try C++11 flag = [ ]
  12. Performing Test CXX11_FLAG_DETECTED
  13. Performing Test CXX11_FLAG_DETECTED - Success
  14. Found CXX11:
  15. Found OpenGL: opengl32
  16. Jansson >=2.5 not found, building bundled version
  17. Looking for include file sys/types.h
  18. Looking for include file sys/types.h - found
  19. Looking for include file inttypes.h
  20. Looking for include file inttypes.h - found
  21. Looking for include file stdint.h
  22. Looking for include file stdint.h - found
  23. Looking for stddef.h
  24. Looking for stddef.h - found
  25. Check size of __int64
  26. Check size of __int64 - done
  27. Check size of int64_t
  28. Check size of int64_t - done
  29. Check size of long long
  30. Check size of long long - done
  31. Check size of int32_t
  32. Check size of int32_t - done
  33. Check size of __int32
  34. Check size of __int32 - done
  35. Check size of long
  36. Check size of long - done
  37. Check size of int
  38. Check size of int - done
  39. Check size of ssize_t
  40. Check size of ssize_t - failed
  41. Check size of SSIZE_T
  42. Check size of SSIZE_T - failed
  43. Looking for strtoll
  44. Looking for strtoll - found
  45. Looking for strtoq
  46. Looking for strtoq - not found
  47. Looking for _strtoi64
  48. Looking for _strtoi64 - found
  49. Looking for include file locale.h
  50. Looking for include file locale.h - found
  51. Looking for localeconv
  52. Looking for localeconv - found
  53. Looking for setlocale
  54. Looking for setlocale - found
  55. Performing Test HAVE_INLINE
  56. Performing Test HAVE_INLINE - Failed
  57. Performing Test HAVE___INLINE
  58. Performing Test HAVE___INLINE - Success
  59. Performing Test HAVE___INLINE__
  60. Performing Test HAVE___INLINE__ - Failed
  61. Looking for snprintf
  62. Looking for snprintf - not found
  63. Looking for _snprintf
  64. Looking for _snprintf - found
  65. Looking for include file pthread.h
  66. Looking for include file pthread.h - not found
  67. Found Threads: TRUE
  68. Found FFMpeg: J:/Compilation/Open Brodcast Software/FFMPEG/64/include/../lib/avformat.lib (found version "56.19.100") found components: avformat avutil swscale swresample avcodec
  69. Using libavcodec for image loading in libobs
  70. CMake Error at obs/CMakeLists.txt:28 (find_package):
  71. By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  72. has asked CMake to find a package configuration file provided by
  73. "Qt5Widgets", but CMake did not find one.
  74.  
  75. Could not find a package configuration file provided by "Qt5Widgets" with
  76. any of the following names:
  77.  
  78. Qt5WidgetsConfig.cmake
  79. qt5widgets-config.cmake
  80.  
  81. Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  82. "Qt5Widgets_DIR" to a directory containing one of the above files. If
  83. "Qt5Widgets" provides a separate development package or SDK, be sure it has
  84. been installed.
  85.  
  86.  
  87. Configuring incomplete, errors occurred!
  88. See also "J:/Compilation/Open Brodcast Software/obs-studio/CMakeFiles/CMakeOutput.log".
  89. See also "J:/Compilation/Open Brodcast Software/obs-studio/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement