configure does not accept my libvkd3d

Questions about Wine on Linux
Locked
bramstolk
Newbie
Newbie
Posts: 1
Joined: Thu Dec 09, 2021 8:20 pm

configure does not accept my libvkd3d

Post by bramstolk »

configure insists I do not have libvkd3d, and checking the config log:

Code: Select all

configure:18480: checking for -lvkd3d
configure:18503: gcc-11 -m64 -o conftest -g -O2  -I/usr/include/vkd3d  conftest.c -lvkd3d -lvkd3d  >&5
/usr/bin/ld: /tmp/ccVqtM2T.o: in function `main':
/home/xander/wine64/conftest.c:162: undefined reference to `vkd3d_serialize_versioned_root_signature'
I am on Ubuntu 21.10 and have libvkd3d-dev installed:

Code: Select all

$ dpkg --list | grep vkd3d
ii  libvkd3d-dev:amd64                         1.1-5                               amd64        Direct3D 12 to Vulkan translation - development files
ii  libvkd3d-utils1:amd64                      1.1-5                               amd64        Direct3D 12 to Vulkan translation - utilities library
ii  libvkd3d1:amd64                            1.1-5                               amd64        Direct3D 12 to Vulkan translation - library
I am beginning to wonder: is my vkd3d too new? Or maybe, is the autoconf test for it broken?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: configure does not accept my libvkd3d

Post by jkfloris »

I am beginning to wonder: is my vkd3d too new? Or maybe, is the autoconf test for it broken?
I think your vkd3d is too old. Install the libvkd3d-dev packages from the WineHQ repository.
Locked