Closed Derpalus closed 2 years ago
This repository is not meant to be built as a standalone. It's a part of Proton. Unlike upstream we don't ship (most of) the autogenerated files. This helps with cherry-picks / backports - resolving conflicts on configure / vulkan thunks / wineserver protocol is painful.
https://github.com/ValveSoftware/Proton/blob/proton_7.0/make/rules-autoconf.mk#L12 https://github.com/ValveSoftware/Proton/blob/proton_7.0/Makefile.in#L707
For instructions on how to build Proton see https://github.com/ValveSoftware/Proton/#building-proton
I'm trying to build this version of wine in a container. Here is the docker file (as far as I've come):
The error I get is this:
Now I would have reported this in the normal wine repo, but that one configures perfectly fine (test it by switching the repositories in the first RUN statement). So the only conclusion I can make is that something is wrong with the configure file in this version of wine.
As there are no instructions about anything one should do differently from the normal wine repo I've just followed the instructions for that one, which gives me this error.