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.
I ran into a compilation problem. I have checked the
wikiand the project'sreadmefor solutions and I have not found any. From thereadmeI would assume that the problem is either withwineordxvk's implementation ofdxgi.Do anybody have an idea of what the problem is?
Operating System : Ubuntu 18.04
Log