https://bugs.winehq.org/show_bug.cgi?id=46606
Bug ID: 46606 Summary: [Git]vkd3d_d3d12.h not found Product: vkd3d Version: 1.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vkd3d Assignee: wine-bugs@winehq.org Reporter: berillions@gmail.com Distribution: ---
Hello,
I try to build vkd3d from git and it's impossible at this moment because "vkd3d.h" does not find "vkd3d_d3d12.h".
make[1] : on entre dans le répertoire « /home/babaorheum/Desktop/vkd3d-git/src/build » CC libs/vkd3d/command.lo In file included from ../vkd3d/libs/vkd3d/vkd3d_private.h:32, from ../vkd3d/libs/vkd3d/command.c:20: ../vkd3d/include/vkd3d.h:26:11: erreur fatale: vkd3d_d3d12.h : Aucun fichier ou dossier de ce type # include <vkd3d_d3d12.h> ^~~~~~~~~~~~~~~ compilation terminée. make[1]: *** [Makefile:1138: libs/vkd3d/command.lo] Error 1 make[1] : on quitte le répertoire « /home/babaorheum/Desktop/vkd3d-git/src/build » make: *** [Makefile:814: all] Error 2 ==> ERREUR : Une erreur s’est produite dans build(). Abandon…
https://bugs.winehq.org/show_bug.cgi?id=46606
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|[Git]vkd3d_d3d12.h not |vkd3d_d3d12.h not found |found | Ever confirmed|0 |1 CC| |joseph.kucia@gmail.com
--- Comment #1 from Józef Kucia joseph.kucia@gmail.com --- It's probably a configuration issue. You need widl to build the headers. Please attach config.log and the full build output.
https://bugs.winehq.org/show_bug.cgi?id=46606
Berillions berillions@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #2 from Berillions berillions@gmail.com --- (In reply to Józef Kucia from comment #1)
It's probably a configuration issue. You need widl to build the headers. Please attach config.log and the full build output.
You're right. I need to install Wine to build vkd3d. But do i need to rebuild Wine each time i build vkd3d from Git ?
https://bugs.winehq.org/show_bug.cgi?id=46606
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Józef Kucia joseph.kucia@gmail.com --- Closing invalid vkd3d bug.
https://bugs.winehq.org/show_bug.cgi?id=46606
bart b4rtspamm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |b4rtspamm@gmail.com
--- Comment #4 from bart b4rtspamm@gmail.com --- widl is not a typo. Take source from here (https://dl.winehq.org/vkd3d/source/) it has these files generated and should be easier to compile.