remghoost

sd.cpp build log

Aug 21st, 2023
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake ..
  2. -- Building for: Visual Studio 17 2022
  3. -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
  4. -- The C compiler identification is MSVC 19.35.32217.1
  5. -- The CXX compiler identification is MSVC 19.35.32217.1
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  17. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  18. -- Looking for pthread_create in pthreads
  19. -- Looking for pthread_create in pthreads - not found
  20. -- Looking for pthread_create in pthread
  21. -- Looking for pthread_create in pthread - not found
  22. -- Found Threads: TRUE
  23. -- CMAKE_SYSTEM_PROCESSOR: AMD64
  24. -- x86 detected
  25. -- Configuring done (4.4s)
  26. -- Generating done (0.0s)
  27. -- Build files have been written to: C:/git/_moreReposLmao/stable-diffusion.cpp/build
  28.  
  29. C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake --build . --config Release
  30. MSBuild version 17.5.1+f6fdcf537 for .NET Framework
  31.  
  32. Checking Build System
  33. Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/ggml/src/CMakeLists.txt
  34. ggml.c
  35. ggml.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\ggml\src\Release\ggml.lib
  36. Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
  37. stable-diffusion.cpp
  38. C:\git\_moreReposLmao\stable-diffusion.cpp\stable-diffusion.cpp(417,48): warning C4267: 'argument': conversion from 'size_t' to '_Ty', poss
  39. ible loss of data [C:\git\_moreReposLmao\stable-diffusion.cpp\build\stable-diffusion.vcxproj]
  40. with
  41. [
  42. _Ty=int
  43. ]
  44. C:\git\_moreReposLmao\stable-diffusion.cpp\stable-diffusion.cpp(419,49): warning C4267: 'argument': conversion from 'size_t' to '_Ty', poss
  45. ible loss of data [C:\git\_moreReposLmao\stable-diffusion.cpp\build\stable-diffusion.vcxproj]
  46. with
  47. [
  48. _Ty=int
  49. ]
  50. C:\git\_moreReposLmao\stable-diffusion.cpp\stable-diffusion.cpp(422,64): warning C4244: 'argument': conversion from 'double' to 'float', po
  51. ssible loss of data [C:\git\_moreReposLmao\stable-diffusion.cpp\build\stable-diffusion.vcxproj]
  52. stable-diffusion.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\Release\stable-diffusion.lib
  53. Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/examples/CMakeLists.txt
  54. main.cpp
  55. C:\git\_moreReposLmao\stable-diffusion.cpp\examples\stb_image_write.h(776,13): warning C4996: 'sprintf': This function or variable may be u
  56. nsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\git\_moreRep
  57. osLmao\stable-diffusion.cpp\build\examples\sd.vcxproj]
  58. sd.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\bin\Release\sd.exe
  59. Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
  60.  
  61. C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake .. -DGGML_OPENBLAS=ON
  62. -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
  63. -- CMAKE_SYSTEM_PROCESSOR: AMD64
  64. -- x86 detected
  65. CMake Warning at ggml/src/CMakeLists.txt:177 (message):
  66. OpenBLAS not found
  67.  
  68.  
  69. -- Configuring done (0.3s)
  70. -- Generating done (0.0s)
  71. -- Build files have been written to: C:/git/_moreReposLmao/stable-diffusion.cpp/build
  72.  
  73. C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake --build . --config Release
  74. MSBuild version 17.5.1+f6fdcf537 for .NET Framework
  75.  
  76. Checking Build System
  77. ggml.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\ggml\src\Release\ggml.lib
  78. Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
  79. stable-diffusion.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\Release\stable-diffusion.lib
  80. sd.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\bin\Release\sd.exe
  81. Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
  82.  
  83. C:\git\_moreReposLmao\stable-diffusion.cpp\build>
Advertisement
Add Comment
Please, Sign In to add comment