Skip to content

vulkan - windows #2090

@jwijffels

Description

@jwijffels

I'm trying to install llama-cpp-python with vulkan support. I'm running a Windows 11 machine with NVIDIA RTX 4090, installed the latest vulkan SDK from https://vulkan.lunarg.com/sdk/home such that it's at C:/VulkanSDK/1.4.328.1

This is my installation log when trying to compile the package which apparently failed. Is there something about these vulkan shaders that I need to install or configure?

PS C:\Users\jwijf> $env:CMAKE_ARGS = "-DGGML_VULKAN=on"
PS C:\Users\jwijf> pip install llama-cpp-python        
WARNING: Ignoring invalid distribution ~lackbar (C:\Users\jwijf\AppData\Local\Programs\Python\Python312\Lib\site-packages)
Collecting llama-cpp-python
  Using cached llama_cpp_python-0.3.16.tar.gz (50.7 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: typing-extensions>=4.5.0 in c:\users\jwijf\appdata\local\programs\python\python312\lib\site-packages (from llama-cpp-python) (4.14.0)
Requirement already satisfied: numpy>=1.20.0 in c:\users\jwijf\appdata\local\programs\python\python312\lib\site-packages (from llama-cpp-python) (2.2.6)
Requirement already satisfied: diskcache>=5.6.1 in c:\users\jwijf\appdata\local\programs\python\python312\lib\site-packages (from llama-cpp-python) (5.6.3)
Requirement already satisfied: jinja2>=2.11.3 in c:\users\jwijf\appdata\local\programs\python\python312\lib\site-packages (from llama-cpp-python) (3.1.6)
Requirement already satisfied: MarkupSafe>=2.0 in c:\users\jwijf\appdata\local\programs\python\python312\lib\site-packages (from jinja2>=2.11.3->llama-cpp-python) (3.0.2)
Building wheels for collected packages: llama-cpp-python
  Building wheel for llama-cpp-python (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for llama-cpp-python (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [327 lines of output]
      *** scikit-build-core 0.11.6 using CMake 4.1.2 (wheel)
      *** Configuring CMake...
      2025-11-13 10:59:59,332 - scikit_build_core - WARNING - Can't find a Python library, got libdir=None, ldlibrary=None, multiarch=None, masd=None
      loading initial cache file C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeInit.txt
      -- Building for: Visual Studio 17 2022
      -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.26100.
      -- The C compiler identification is MSVC 19.41.34120.0
      -- The CXX compiler identification is MSVC 19.41.34120.0
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.41.34120/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/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.41.34120/bin/Hostx64/x64/cl.exe - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      CMAKE_BUILD_TYPE=
      -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.49.0.windows.1")
      -- 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
      -- Warning: ccache not found - consider installing it for faster compilation or disable this warning with GGML_CCACHE=OFF
      -- CMAKE_SYSTEM_PROCESSOR: AMD64
      -- CMAKE_GENERATOR_PLATFORM: x64
      -- GGML_SYSTEM_ARCH: x86
      -- Including CPU backend
      -- Found OpenMP_C: -openmp (found version "2.0")
      -- Found OpenMP_CXX: -openmp (found version "2.0")
      -- Found OpenMP: TRUE (found version "2.0")
      -- x86 detected
      -- Performing Test HAS_AVX_1
      -- Performing Test HAS_AVX_1 - Success
      -- Performing Test HAS_AVX2_1
      -- Performing Test HAS_AVX2_1 - Success
      -- Performing Test HAS_FMA_1
      -- Performing Test HAS_FMA_1 - Success
      -- Performing Test HAS_AVX512_1
      -- Performing Test HAS_AVX512_1 - Failed
      -- Performing Test HAS_AVX512_2
      -- Performing Test HAS_AVX512_2 - Failed
      -- Adding CPU backend variant ggml-cpu: /arch:AVX2 GGML_AVX2;GGML_FMA;GGML_F16C
      -- Found Vulkan: C:/VulkanSDK/1.4.328.1/Lib/vulkan-1.lib (found version "1.4.328") found components: glslc glslangValidator
      -- Vulkan found
      -- GL_KHR_cooperative_matrix supported by glslc
      -- GL_NV_cooperative_matrix2 supported by glslc
      -- GL_EXT_integer_dot_product supported by glslc
      -- GL_EXT_bfloat16 supported by glslc
      -- Including Vulkan backend
      -- ggml version: 0.0.1
      -- ggml commit:  4227c9b
      CMake Warning (dev) at CMakeLists.txt:13 (install):
        Target llama has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
      Call Stack (most recent call first):
        CMakeLists.txt:108 (llama_cpp_python_install_target)
      This warning is for project developers.  Use -Wno-dev to suppress it.

      CMake Warning (dev) at CMakeLists.txt:21 (install):
        Target llama has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
      Call Stack (most recent call first):
        CMakeLists.txt:108 (llama_cpp_python_install_target)
      This warning is for project developers.  Use -Wno-dev to suppress it.

      CMake Warning (dev) at CMakeLists.txt:13 (install):
        Target ggml has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
      Call Stack (most recent call first):
        CMakeLists.txt:109 (llama_cpp_python_install_target)
      This warning is for project developers.  Use -Wno-dev to suppress it.

      CMake Warning (dev) at CMakeLists.txt:21 (install):
        Target ggml has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
      Call Stack (most recent call first):
        CMakeLists.txt:109 (llama_cpp_python_install_target)
      This warning is for project developers.  Use -Wno-dev to suppress it.

      CMake Warning (dev) at CMakeLists.txt:13 (install):
        Target mtmd has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
      Call Stack (most recent call first):
        CMakeLists.txt:162 (llama_cpp_python_install_target)
      This warning is for project developers.  Use -Wno-dev to suppress it.

      CMake Warning (dev) at CMakeLists.txt:21 (install):
        Target mtmd has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION.
      Call Stack (most recent call first):
        CMakeLists.txt:162 (llama_cpp_python_install_target)
      This warning is for project developers.  Use -Wno-dev to suppress it.

      -- Configuring done (10.2s)
      -- Generating done (0.1s)
      -- Build files have been written to: C:/Users/jwijf/AppData/Local/Temp/tmp5djrwv0d/build
      *** Building project with Visual Studio 17 2022...
      Change Dir: 'C:/Users/jwijf/AppData/Local/Temp/tmp5djrwv0d/build'

      Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe" ALL_BUILD.vcxproj /p:Configuration=Release /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n      
      MSBuild version 17.11.9+a69bbaaf5 for .NET Framework
      Build started 13/11/2025 11:00:10.

      Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" on node 1 (default targets).
      Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
      PrepareForBuild:
        Creating directory "x64\Release\ZERO_CHECK\".
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ZERO_CHECK.vcxproj]
        Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
        Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
      InitializeBuildStatus:
        Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
        Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
      PreBuildEvent:
        Checking File Globs
        setlocal
        "C:\Program Files\CMake\bin\cmake.exe" -P C:/Users/jwijf/AppData/Local/Temp/tmp5djrwv0d/build/CMakeFiles/VerifyGlobs.cmake
        if %errorlevel% neq 0 goto :cmEnd
        :cmEnd
        endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
        :cmErrorLevel
        exit /b %1
        :cmDone
        if %errorlevel% neq 0 goto :VCEnd
        :VCEnd
      CustomBuild:
        1>Checking Build System
      FinalizeBuildStatus:
        Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
        Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
      Done Building Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ZERO_CHECK.vcxproj" (default targets).
      Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\common\build_info.vcxproj" (3) on node 1 (default targets).
      PrepareForBuild:
        Creating directory "build_info.dir\Release\".
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\common\build_info.vcxproj]
        Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
        Creating directory "build_info.dir\Release\build_info.tlog\".
      InitializeBuildStatus:
        Creating "build_info.dir\Release\build_info.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
        Touching "build_info.dir\Release\build_info.tlog\unsuccessfulbuild".
      CustomBuild:
        Building Custom Rule C:/Users/jwijf/AppData/Local/Temp/pip-install-whsptar_/llama-cpp-python_abeea8253e314ec68d893b09f4d487fa/vendor/llama.cpp/common/CMakeLists.txt
      ClCompile:
        C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\x64\CL.exe /c /nologo /W1 /WX- /diagnostics:column /O2 /Ob2 /D _MBCS /D WIN32 /D _WINDOWS /D NDEBUG /D _CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /EHsc /MD /GS /fp:precise /Fo"build_info.dir\Release\\" /Fd"build_info.dir\Release\build_info.pdb" /external:W1 /Gd /TP /errorReport:queue  /utf-8 /bigobj "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\common\build-info.cpp"
        build-info.cpp
      Lib:
        C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\x64\Lib.exe /OUT:"build_info.dir\Release\build_info.lib" /NOLOGO /MACHINE:X64  /machine:x64 "build_info.dir\Release\build-info.obj"
        build_info.vcxproj -> C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\common\build_info.dir\Release\build_info.lib
      FinalizeBuildStatus:
        Deleting file "build_info.dir\Release\build_info.tlog\unsuccessfulbuild".
        Touching "build_info.dir\Release\build_info.tlog\build_info.lastbuildstate".
      Done Building Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\common\build_info.vcxproj" (default targets).
      Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (1) is building "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj" (4) on node 1 (default targets).
      PrepareForBuild:
        Creating directory "x64\Release\vulkan-shaders-gen\".
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
        Creating directory "x64\Release\vulkan-shaders-gen\vulkan-s.351B4029.tlog\".
      InitializeBuildStatus:
        Creating "x64\Release\vulkan-shaders-gen\vulkan-s.351B4029.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
        Touching "x64\Release\vulkan-shaders-gen\vulkan-s.351B4029.tlog\unsuccessfulbuild".
      ComputeCustomBuildOutput:
        Creating directory "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\CMakeFiles\Release\".
      CustomBuild:
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-download.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\VULKAN-SHADERS-GEN-PREFIX\SRC\VULKAN-SHADERS-GEN-STAMP\RELEASE\VULKAN-SHADERS-GEN-MKDIR' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-mkdir.rule'. The items cannot be built in parallel."
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-update.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\VULKAN-SHADERS-GEN-PREFIX\SRC\VULKAN-SHADERS-GEN-STAMP\RELEASE\VULKAN-SHADERS-GEN-DOWNLOAD' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-download.rule'. The items cannot be built in parallel."
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-patch.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\VULKAN-SHADERS-GEN-PREFIX\SRC\VULKAN-SHADERS-GEN-STAMP\RELEASE\VULKAN-SHADERS-GEN-UPDATE' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-update.rule'. The items cannot be built in parallel."
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-configure.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\VULKAN-SHADERS-GEN-PREFIX\SRC\VULKAN-SHADERS-GEN-STAMP\RELEASE\VULKAN-SHADERS-GEN-PATCH' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-patch.rule'. The items cannot be built in parallel."
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-build.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\VULKAN-SHADERS-GEN-PREFIX\SRC\VULKAN-SHADERS-GEN-STAMP\RELEASE\VULKAN-SHADERS-GEN-CONFIGURE' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-configure.rule'. The items cannot be built in parallel."
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-install.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\VULKAN-SHADERS-GEN-PREFIX\SRC\VULKAN-SHADERS-GEN-STAMP\RELEASE\VULKAN-SHADERS-GEN-BUILD' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-build.rule'. The items cannot be built in parallel."
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ce580d92fbe368f2f144b27345e07d1f\vulkan-shaders-gen-complete.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\VULKAN-SHADERS-GEN-PREFIX\SRC\VULKAN-SHADERS-GEN-STAMP\RELEASE\VULKAN-SHADERS-GEN-INSTALL' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-install.rule'. The items cannot be built in parallel."
        "The build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\d8ffc2689d3a87842332eebd2965e415\vulkan-shaders-gen.rule' depends on 'C:\USERS\JWIJF\APPDATA\LOCAL\TEMP\TMP5DJRWV0D\BUILD\VENDOR\LLAMA.CPP\GGML\SRC\GGML-VULKAN\CMAKEFILES\RELEASE\VULKAN-SHADERS-GEN-COMPLETE' which is produced by the build of 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ce580d92fbe368f2f144b27345e07d1f\vulkan-shaders-gen-complete.rule'. The items cannot be built in parallel."
        Creating directories for 'vulkan-shaders-gen'
        Building Custom Rule C:/Users/jwijf/AppData/Local/Temp/pip-install-whsptar_/llama-cpp-python_abeea8253e314ec68d893b09f4d487fa/vendor/llama.cpp/ggml/src/ggml-vulkan/CMakeLists.txt
        No download step for 'vulkan-shaders-gen'
        No update step for 'vulkan-shaders-gen'
        No patch step for 'vulkan-shaders-gen'
        Performing configure step for 'vulkan-shaders-gen'
        -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.26100.
        -- The C compiler identification is MSVC 19.41.34120.0
        -- The CXX compiler identification is MSVC 19.41.34120.0
        -- Detecting C compiler ABI info
        -- Detecting C compiler ABI info - failed
        -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.41.34120/bin/Hostx64/x64/cl.exe
        -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.41.34120/bin/Hostx64/x64/cl.exe - broken
        CMake Error at C:/Program Files/CMake/share/cmake-4.1/Modules/CMakeTestCCompiler.cmake:67 (message):
          The C compiler

            "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.41.34120/bin/Hostx64/x64/cl.exe"

          is not able to compile a simple test program.

          It fails with the following output:

            Change Dir: 'C:/Users/jwijf/AppData/Local/Temp/tmp5djrwv0d/build/vendor/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders-gen-prefix/src/vulkan-shaders-gen-build/CMakeFiles/CMakeScratch/TryCompile-q42qhg'

            Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_6268e.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n 
            MSBuild version 17.11.9+a69bbaaf5 for .NET Framework
            Build started 13/11/2025 11:00:13.

            Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj" on node 1 (default targets).
            PrepareForBuild:
              Creating directory "cmTC_6268e.dir\Debug\".
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
              Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
              Creating directory "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\Debug\".
              Creating directory "cmTC_6268e.dir\Debug\cmTC_6268e.tlog\".
            InitializeBuildStatus:
              Creating "cmTC_6268e.dir\Debug\cmTC_6268e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
              Touching "cmTC_6268e.dir\Debug\cmTC_6268e.tlog\unsuccessfulbuild".
            ClCompile:
              C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX64\x64\CL.exe /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /RTC1 /MDd /GS /fp:precise /Fo"cmTC_6268e.dir\Debug\\" /Fd"cmTC_6268e.dir\Debug\vc143.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\testCCompiler.c"
              Microsoft (R) C/C++ Optimizing Compiler Version 19.41.34120 for x64
              Copyright (C) Microsoft Corporation.  All rights reserved.
              cl /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /RTC1 /MDd /GS /fp:precise /Fo"cmTC_6268e.dir\Debug\\" /Fd"cmTC_6268e.dir\Debug\vc143.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\testCCompiler.c"
              testCCompiler.c
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: The specified task executable "CL.exe" could not be run. System.IO.DirectoryNotFoundException: Kan een gedeelte van het pad C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.dir\Debug\cmTC_6268e.tlog niet vinden. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1.CommonInit() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]    
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.Directory.GetFiles(String path, String searchPattern) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.TrackedDependencies.ExpandWildcards(ITaskItem[] expand) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.InternalConstruct(ITask ownerTask, ITaskItem[] tlogFiles, Boolean constructOutputsFromTLogs) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.PostExecuteTool(Int32 exitCode) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.TrackedVCToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.ToolTask.Execute() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
            Done Building Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj" (default targets) -- FAILED.

            Build FAILED.

            "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj" (default target) (1) ->
            (PrepareForBuild target) ->
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]


            "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj" (default target) (1) ->
            (ClCompile target) ->
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: The specified task executable "CL.exe" could not be run. System.IO.DirectoryNotFoundException: Kan een gedeelte van het pad C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.dir\Debug\cmTC_6268e.tlog niet vinden. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1.CommonInit() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]    
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.Directory.GetFiles(String path, String searchPattern) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.TrackedDependencies.ExpandWildcards(ITaskItem[] expand) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        -- Configuring incomplete, errors occurred!
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.InternalConstruct(ITask ownerTask, ITaskItem[] tlogFiles, Boolean constructOutputsFromTLogs) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.PostExecuteTool(Int32 exitCode) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.TrackedVCToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.ToolTask.Execute() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]

                1 Warning(s)
                1 Error(s)

            Time Elapsed 00:00:00.21





          CMake will not be able to correctly generate this project.
        Call Stack (most recent call first):
          CMakeLists.txt:2 (project)


      C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-mkdir.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-download.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-update.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-patch.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-configure.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-build.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-install.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ce580d92fbe368f2f144b27345e07d1f\vulkan-shaders-gen-complete.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\d8ffc2689d3a87842332eebd2965e415\vulkan-shaders-gen.rule;C:\Users\jwijf\AppData\Local\Temp\pip-install-whsptar_\llama-cpp-python_abeea8253e314ec68d893b09f4d487fa\vendor\llama.cpp\ggml\src\ggml-vulkan\CMakeLists.txt' exited with code 1. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
      Done Building Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj" (default targets) -- FAILED.
      Done Building Project "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (default targets) -- FAILED.

      Build FAILED.

      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (default target) (1) ->
      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ZERO_CHECK.vcxproj" (default target) (2) ->
      (PrepareForBuild target) ->
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ZERO_CHECK.vcxproj]


      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (default target) (1) ->
      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\common\build_info.vcxproj" (default target) (3) ->
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\common\build_info.vcxproj]


      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (default target) (1) ->
      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj" (default target) (4) ->
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]


      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (default target) (1) ->
      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj" (default target) (4) ->
      (CustomBuild target) ->
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(541,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]


      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\ALL_BUILD.vcxproj" (default target) (1) ->
      "C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj" (default target) (4) ->
      (CustomBuild target) ->
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: The specified task executable "CL.exe" could not be run. System.IO.DirectoryNotFoundException: Kan een gedeelte van het pad C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.dir\Debug\cmTC_6268e.tlog niet vinden. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1.CommonInit() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]  
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.Directory.GetFiles(String path, String searchPattern) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.TrackedDependencies.ExpandWildcards(ITaskItem[] expand) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.InternalConstruct(ITask ownerTask, ITaskItem[] tlogFiles, Boolean constructOutputsFromTLogs) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.PostExecuteTool(Int32 exitCode) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.TrackedVCToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.ToolTask.Execute() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: The specified task executable "CL.exe" could not be run. System.IO.DirectoryNotFoundException: Kan een gedeelte van het pad C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.dir\Debug\cmTC_6268e.tlog niet vinden. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1.CommonInit() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]  
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij System.IO.Directory.GetFiles(String path, String searchPattern) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.TrackedDependencies.ExpandWildcards(ITaskItem[] expand) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.CanonicalTrackedOutputFiles.InternalConstruct(ITask ownerTask, ITaskItem[] tlogFiles, Boolean constructOutputsFromTLogs) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.PostExecuteTool(Int32 exitCode) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.TrackedVCToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.CPPTasks.CL.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6003: bij Microsoft.Build.Utilities.ToolTask.Execute() [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-q42qhg\cmTC_6268e.vcxproj] [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]
        C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for 'C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-mkdir.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-download.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-update.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-patch.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-configure.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-build.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ccc96f766fbaa148682344da99a6049c\vulkan-shaders-gen-install.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\ce580d92fbe368f2f144b27345e07d1f\vulkan-shaders-gen-complete.rule;C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\CMakeFiles\d8ffc2689d3a87842332eebd2965e415\vulkan-shaders-gen.rule;C:\Users\jwijf\AppData\Local\Temp\pip-install-whsptar_\llama-cpp-python_abeea8253e314ec68d893b09f4d487fa\vendor\llama.cpp\ggml\src\ggml-vulkan\CMakeLists.txt' exited with code 1. [C:\Users\jwijf\AppData\Local\Temp\tmp5djrwv0d\build\vendor\llama.cpp\ggml\src\ggml-vulkan\vulkan-shaders-gen.vcxproj]

          5 Warning(s)
          23 Error(s)

      Time Elapsed 00:00:02.91


      *** CMake build failed
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for llama-cpp-python
Failed to build llama-cpp-python

[notice] A new release of pip is available: 24.3.1 -> 25.3
[notice] To update, run: python.exe -m pip install --upgrade pip
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (llama-cpp-python)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions