Closed asvitkine closed 7 months ago
Why have you even installed macosx10.13.sdk
that’s only a required step for macOS Mojave it’s even explained in the heading https://github.com/Gcenx/macports-wine#macos-mojave
The section is only for macOS Mojave no other version.
Without it, I get the error I quoted above about MoltenVK
So the actual issue is MoltenVK is claiming it doesn’t have a universal variant, your attempt to workaround this by forcing another SDK causes other issues.
For now run sudo port install moltenvk-latest +universal
this should work around the problem with macports-ports moltenvk
Portfile.
@asvitkine I'm assuming as you’ve not responded since to this issue the above resolved your issue?
Closing assuming this issue was resolved.
For example, I see:
From the logfile:
This was when running
sudo port install wine-devel
with the 10.13sdk instructions followed on Ventura.Without the 10.13sdk, I get:
It's unclear to me whether:
Unsupported architecture
errors)If it is a user error, better documentation would be appreciated!