Package Details: mingw-w64-vulkan-icd-loader 1.3.295-2

Git Clone URL: https://aur.archlinux.org/mingw-w64-vulkan-icd-loader.git (read-only, click to copy)
Package Base: mingw-w64-vulkan-icd-loader
Description: Vulkan Installable Client Driver (ICD) Loader (mingw-w64)
Upstream URL: https://www.khronos.org/vulkan/
Licenses: Apache
Groups: mingw-w64-vulkan-devel
Submitter: luigoalma
Maintainer: patlefort
Last Packager: patlefort
Votes: 4
Popularity: 0.000002
First Submitted: 2019-02-09 02:32 (UTC)
Last Updated: 2024-09-09 16:14 (UTC)

Required by (50)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

xantares commented on 2021-11-07 10:41 (UTC)

ok, i can disable jwasm if installed

patlefort commented on 2021-11-07 09:51 (UTC)

I figured why it failed to compile: I had jwasm installed and this package will try to use it and for some reason it generate these errors. It compile fine after removing it.

patlefort commented on 2021-11-05 10:11 (UTC)

Compilation is failing with a ton of undefined references:

/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/vulkan.dir/objects.a(dev_ext_trampoline.c.obj):dev_ext_trampoline.c:(.rdata+0x0): undefined reference to `vkdev_ext0@4'
/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/vulkan.dir/objects.a(dev_ext_trampoline.c.obj):dev_ext_trampoline.c:(.rdata+0x4): undefined reference to `vkdev_ext1@4'
/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/vulkan.dir/objects.a(dev_ext_trampoline.c.obj):dev_ext_trampoline.c:(.rdata+0x8): undefined reference to `vkdev_ext2@4'
/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/vulkan.dir/objects.a(dev_ext_trampoline.c.obj):dev_ext_trampoline.c:(.rdata+0xc): undefined reference to `vkdev_ext3@4'
/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/vulkan.dir/objects.a(dev_ext_trampoline.c.obj):dev_ext_trampoline.c:(.rdata+0x10): undefined reference to `vkdev_ext4@4'
/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/vulkan.dir/objects.a(dev_ext_trampoline.c.obj):dev_ext_trampoline.c:(.rdata+0x14): undefined reference to `vkdev_ext5@4'
/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/vulkan.dir/objects.a(dev_ext_trampoline.c.obj):dev_ext_trampoline.c:(.rdata+0x18): undefined reference to `vkdev_ext6@4'
...

xantares commented on 2021-10-07 18:45 (UTC)

indeed, I failed to add it to makedepends, but now they have a patch so apply that

Martchus commented on 2021-10-07 16:39 (UTC)

Looks like Git is missing (although I'm wondering what it is used for):

==> Starting prepare()...
/startdir/PKGBUILD: line 20: git: command not found

patlefort commented on 2021-09-08 16:52 (UTC)

Could you please make the source filename unique? It is usually updated along side mingw-w64-vulkan-headers and they both have the same filename.

xantares commented on 2021-06-20 20:36 (UTC) (edited on 2021-06-20 20:36 (UTC) by xantares)

I fixed the patch upstream, just retry

Martchus commented on 2021-06-20 20:27 (UTC)

Thanks, but it looks like you've forgotten git push.

xantares commented on 2021-06-20 17:33 (UTC)

oups, fixed

Martchus commented on 2021-06-20 16:37 (UTC)

The build fails here with:

-- Found VulkanRegistry: /usr/i686-w64-mingw32/share/vulkan/registry  
-- Detected Vulkan Version 1.2.180
CMake Error at loader/CMakeLists.txt:232:
  Parse error.  Expected a command name, got unquoted argument with text
  "//".


-- Configuring incomplete, errors occurred!
See also "/build/mingw-w64-vulkan-icd-loader/src/Vulkan-Loader-1.2.180/build-i686-w64-mingw32/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().