Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake ..
- -- Building for: Visual Studio 17 2022
- -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
- -- The C compiler identification is MSVC 19.35.32217.1
- -- The CXX compiler identification is MSVC 19.35.32217.1
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- 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
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- 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
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - not found
- -- Found Threads: TRUE
- -- CMAKE_SYSTEM_PROCESSOR: AMD64
- -- x86 detected
- -- Configuring done (4.4s)
- -- Generating done (0.0s)
- -- Build files have been written to: C:/git/_moreReposLmao/stable-diffusion.cpp/build
- C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake --build . --config Release
- MSBuild version 17.5.1+f6fdcf537 for .NET Framework
- Checking Build System
- Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/ggml/src/CMakeLists.txt
- ggml.c
- ggml.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\ggml\src\Release\ggml.lib
- Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
- stable-diffusion.cpp
- C:\git\_moreReposLmao\stable-diffusion.cpp\stable-diffusion.cpp(417,48): warning C4267: 'argument': conversion from 'size_t' to '_Ty', poss
- ible loss of data [C:\git\_moreReposLmao\stable-diffusion.cpp\build\stable-diffusion.vcxproj]
- with
- [
- _Ty=int
- ]
- C:\git\_moreReposLmao\stable-diffusion.cpp\stable-diffusion.cpp(419,49): warning C4267: 'argument': conversion from 'size_t' to '_Ty', poss
- ible loss of data [C:\git\_moreReposLmao\stable-diffusion.cpp\build\stable-diffusion.vcxproj]
- with
- [
- _Ty=int
- ]
- C:\git\_moreReposLmao\stable-diffusion.cpp\stable-diffusion.cpp(422,64): warning C4244: 'argument': conversion from 'double' to 'float', po
- ssible loss of data [C:\git\_moreReposLmao\stable-diffusion.cpp\build\stable-diffusion.vcxproj]
- stable-diffusion.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\Release\stable-diffusion.lib
- Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/examples/CMakeLists.txt
- main.cpp
- C:\git\_moreReposLmao\stable-diffusion.cpp\examples\stb_image_write.h(776,13): warning C4996: 'sprintf': This function or variable may be u
- nsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\git\_moreRep
- osLmao\stable-diffusion.cpp\build\examples\sd.vcxproj]
- sd.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\bin\Release\sd.exe
- Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
- C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake .. -DGGML_OPENBLAS=ON
- -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
- -- CMAKE_SYSTEM_PROCESSOR: AMD64
- -- x86 detected
- CMake Warning at ggml/src/CMakeLists.txt:177 (message):
- OpenBLAS not found
- -- Configuring done (0.3s)
- -- Generating done (0.0s)
- -- Build files have been written to: C:/git/_moreReposLmao/stable-diffusion.cpp/build
- C:\git\_moreReposLmao\stable-diffusion.cpp\build>cmake --build . --config Release
- MSBuild version 17.5.1+f6fdcf537 for .NET Framework
- Checking Build System
- ggml.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\ggml\src\Release\ggml.lib
- Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
- stable-diffusion.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\Release\stable-diffusion.lib
- sd.vcxproj -> C:\git\_moreReposLmao\stable-diffusion.cpp\build\bin\Release\sd.exe
- Building Custom Rule C:/git/_moreReposLmao/stable-diffusion.cpp/CMakeLists.txt
- C:\git\_moreReposLmao\stable-diffusion.cpp\build>
Advertisement
Add Comment
Please, Sign In to add comment