This file is built by the build system with widl, how are you trying to build?
didn't know about that tool, how can i build all the .idl files in just one command?
This is confusing. Are you trying to build vkd3d-proton outside the meson build system? If that's the goal you're on your own. Look at ninja --verbose output to see what it's doing, but it's just calling widl I think.
This is confusing. Are you trying to build vkd3d-proton outside the meson build system? If that's the goal you're on your own. Look at ninja --verbose output to see what it's doing, but it's just calling widl I think.
i'm so sorry if it's confusing, basically when i installed the .dll files on WINEPREFIX, i wanted to try some tests on it's folder, but when i tried to compiled some, they gave the error that there is no such file on it's include folder, and when i remembered about the widl command, i wanted to complie every .idl files in just one command. so sorry if this issue it's useless
If you want to build the tests then just pass -Denable_tests=true to meson.
@Toni500github Did you figure out your issue?
Closing as ancient and not actionable.
WINEPREFIXx1 2023-01
i wanted to test some files on the
testsfolder, but when i try to compile some files, gives me this error and i looked up on.gitignore, on the local include folder, thevkd3d_d3d12.hheader file it's there.