Hello. Does your /usr/lib actually contain libdxvk_dxgi, etc? Make sure if you build and install from src you install to /usr/lib instead of /usr/local/lib unless you want to change your -L.
I tried your example, and it works fine, aside from that DXVK does not implement D3DCompileFromFile. For that, you will need upstream vkd3d's vkd3d-utils and to load the file yourself.
Thanks.
Yup, the problem was on my side -- my friend w/ Archlinux says he has undefined reference to 'D3DCompileFromFile' only.
@Joshua-Ashton thank you! :blue_heart:
For anyone come here looking for a solution: it seems that gcc 11 produces error but gcc 14 is not. Try changing gcc version or compile/link with clang instead -- the latter worked for me.
Nothing extracted yet.
/usr)wine*packages installedI've compiled this example.zip using the following command:
And got linking error:
I guess I'm missing something obvious, like grabbing some other binaries (
.sos? ) from somewhere else, but I cannot understand what exactly I'm doing wrong. Can somebody land me a hand?