varmd / wine-wayland

Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
735 stars 14 forks source link

Building errors #12

Closed ChazyTheBest closed 4 years ago

ChazyTheBest commented 4 years ago

I have followed the install instructions, installed a dependency I didn't have (vulkan-headers) and then just run makepkg.

The only change I made to the PKGBUILD file was to change the number of threads: -j 16 (instead of 5).

Configure runs fine but I'm getting errors in the build process. You can see the errors from line 1785 onwards. The rest (beginning) of the log is irrelevant but I can include it.

varmd commented 4 years ago

Are you using GCC10 and Archlinux/Manjaro? Try redownloading the package from github.

ChazyTheBest commented 4 years ago

Ok, it looks like Arch linux's makepkg by default uses clang?

Would you mind specifying gcc and g++ in the README.md?