-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build_proton.sh cannot find winegcc #494
Comments
Humm it's odd, because I built it without even having wine (winegcc) on my machine. Could it be that it tries to use wine if it's installed but fails? |
Sadly that made no difference, I'm still getting command not found. Can you share your setup notes for your build host? |
I'm having the same issue. It should be using Though I've noticed that for me,
I've not yet had much time to dig in further - let me know if you find anything! |
@thronezilla good spot! I can confirm the same behaviour with $PATH, it's easy to reproduce with What I can't figure out is how to stop it... I've tried:
I even resorted to using |
I'm getting the same error, have you found any solution to this? |
I think I have the build environment correctly set up - DXVK builds, then Wine kicks off, gets most of the way through, and then fails missing winegcc:
winegcc is definitely present in the host enviroment:
Do I need to make it available to the chroots as well?
The text was updated successfully, but these errors were encountered: