protonscr

"fatal error: vkd3d_d3d12.h: No such file or directory" but the file it's on .gitignore

vkd3dclosed
HansKristian-Work/vkd3d-proton#1378 · opened 2023-01-15 by Toni500github · updated 2024-09-04 · 7 comments · github
TToni500github 2023-01-15 github

i wanted to test some files on the tests folder, but when i try to compile some files, gives me this error and i looked up on .gitignore, on the local include folder, the vkd3d_d3d12.h header file it's there.

Mmisyltoad maintainer 2023-01-16 github

This file is built by the build system with widl, how are you trying to build?

TToni500github 2023-01-16 github

didn't know about that tool, how can i build all the .idl files in just one command?

HHansKristian-Work maintainer 2023-01-17 github

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.

TToni500github 2023-01-17 github

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

Mmbriar 2023-01-17 github

If you want to build the tests then just pass -Denable_tests=true to meson.

BBlisto91 2023-03-23 github

@Toni500github Did you figure out your issue?

HHansKristian-Work maintainer 2024-09-04 github

Closing as ancient and not actionable.

Launch options