@liberodark Thanks for reporting, I think I see the issue.
As a workaround, you can run "./tools/make_requests" in the wine subdir, which I think should fix this. But I'll work on fixing it properly.
@liberodark I've pushed a new commit to the -next branch to fix this: b12968e2d82 . Please update and give it a try.
Hi again @liberodark . After some internal discussion, it seems this actually isn't an error. The Proton build system automatically regenerates those files (see the post-wine-source target: https://github.com/ValveSoftware/Proton/blob/82ae47758ff9305675624589dfb7bea5928ae956/build/makefile_base.mak#L670 ). This is much more convenient for us during development, so we don't have to track those generated file changes. So I will probably drop that new commit in the final release of 6.3-6 after all.
Please update your build system to call autoreconf -f and ./tools/make_requests before building Wine.
Hi @aeikum your fix work b12968e2d822d9eb621c67cadfd53e5dcd2ef11e
Thank you so much for that.
We have been using wine-proton for a long time and hope to be able to keep it in our OS.
If you can keep the compatibility that would be really great.
In case if you want to see our MK :
https://github.com/batocera-linux/batocera.linux/blob/master/package/batocera/emulators/wine/wine-proton/wine-proton.mk
Best Regards
Ok have added autoreconf -f and ./tools/make_requests now is ok.
@aeikum
Best Regards
Nothing extracted yet.
Hi,
I know you don't support a compilation out of proton build system.
But have fixe issue on 6.3-5 but 6.3-6 have new compilation issue.
And my OS don't support your build system.
@aeikum If you have any idea how to fix ?
Best Regards