Works fine for me, maybe your winegcc doesn't know where to look for includes.
wine-devel package is installed, windows.h is located in /usr/include/wine/wine/windows/
This doesn't seem right, why there's .../wine/wine/...? Different distro though, but I have this file in /usr/include/wine/windows. Just compiled winelib successfully.
Just created symlink /usr/include/wine/windows pointing to /usr/include/wine/wine/windows and now DXVK builds fine. I use wine from official repo. Is it Fedora's packaging issue?
Might be, in which case it might be worth reporting an issue to the package maintainers.
Nothing extracted yet.
I'm trying to build DXVK on Fedora 28 like so:
and compilation fails with following output:
wine-devel package is installed,
windows.his located in/usr/include/wine/wine/windows/.Am I doing something wrong?