protonscr

dxgi1_4.h not found

dxvkclosed
doitsujin/dxvk#1010 · opened 2019-04-12 by gohanko · updated 2019-06-10 · 2 comments · github
Ggohanko 2019-04-12 github

I ran into a compilation problem. I have checked the wiki and the project's readme for solutions and I have not found any. From the readme I would assume that the problem is either with wine or dxvk's implementation of dxgi.

Do anybody have an idea of what the problem is?


Operating System : Ubuntu 18.04

Log

[4/199] Compiling C++ object 'src/util...6d25d@@util@sta/com_com_guid.cpp.obj'.
FAILED: src/util/ed6d25d@@util@sta/com_com_guid.cpp.obj 
x86_64-w64-mingw32-g++ -Isrc/util/ed6d25d@@util@sta -Isrc/util -I../../src/util -I../.././include -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++1z -O3 -DNOMINMAX -MD -MQ 'src/util/ed6d25d@@util@sta/com_com_guid.cpp.obj' -MF 'src/util/ed6d25d@@util@sta/com_com_guid.cpp.obj.d' -o 'src/util/ed6d25d@@util@sta/com_com_guid.cpp.obj' -c ../../src/util/com/com_guid.cpp
In file included from ../../src/util/com/../../d3d11/d3d11_include.h:3:0,
                 from ../../src/util/com/../../d3d11/d3d11_interfaces.h:3,
                 from ../../src/util/com/com_guid.cpp:3:
../../src/util/com/../../d3d11/../dxgi/dxgi_include.h:28:10: fatal error: dxgi1_4.h: No such file or directory
 #include <dxgi1_4.h>
          ^~~~~~~~~~~
compilation terminated.
[13/199] Compiling C++ object 'src/spi...2df6@@spirv@sta/spirv_module.cpp.obj'.
ninja: build stopped: subcommand failed.
Aarzardk 2019-04-12 github

You need MinGW64 6.0.0 which is not present in Ubuntu 18.04.

Ggohanko 2019-04-13 github

Thank you @arzardk I shall have a look at ways which I could install them.

Nothing extracted yet.