Open rabaimorp opened 1 month ago
I appear to be having the same issue on a fresh clone of the repo.
You're missing the ntsync header file. See https://aur.archlinux.org/packages/ntsync-header . Arch's linux-api-headers package shipping the upstream (and thus broken) ntsync header leads to this annoyance. Will be fixed once ntsync gets upstreamed.
You're missing the ntsync header file. See https://aur.archlinux.org/packages/ntsync-header . Arch's linux-api-headers package shipping the upstream (and thus broken) ntsync header leads to this annoyance. Will be fixed once ntsync gets upstreamed.
I've built my linux-tkg kernel with the ntsync option, so I thought that should cover me.
Sadly it's not the case anymore since 6.10, which ships with a ntsync.h header file (which is incomplete, leading to your issue). linux-tkg patches the header file on the kernel side, but can't put it where it should be for wine without conflicting with the linux-api-headers package (see https://github.com/Frogging-Family/linux-tkg/issues/980). We could do like the AUR package and just nuke the file from linux-api-headers and replace it with ours, but at least for now it was deemed too hacky.
Tried to build with ntsync, on arch linux. Full config: proton-tkg.cfg.txt There was a separation between the error messages, and the actual fail, so at first I wasn't even sure if it failed.