Closed alfadelta10010 closed 2 years ago
last time I’d worked on the Darwin environment it built just fine on May 18th https://github.com/PhoenicisOrg/phoenicis-winebuild/commit/73294779d387e2ceb21306dff9e6359e8a91c097
Sounds like this may be an issue with the SDK package you’ve used.
I'm supposed to use the SDK package from Xcode 9.4.1, MacOSX10.13.sdk, right? Is there any way to verify if my SDK download is correct, or download from elsewhere?
You should instead follow https://github.com/tpoechtrager/osxcross#packaging-the-sdk-on-macos-xcode
Make sure the Xcode.app installed into /Application is Xcode v9.4.1 other Xcode9 versions have problems with there SDK
It worked, thank you so much :) 🙏
More an fwi you won’t be able to build below wine-2.18 due to changes in freetype2 that broken wine builds.
It’s possible the patch could be back-ported but honestly I don’t use anything so old anymore so not sure.
Here’s the relevant upstream commit https://source.winehq.org/git/wine.git/commit/40166848a7944383a4cfdaac9b18bd03fbb2b4f9
Updated the README to better explain packing the SDK.
The error occurs while using the interactive builder. The same error occurs when I comment out the line
RUN VERSION="3.7.3" ARCH="i386" nettle.sh
and keep onlyRUN VERSION="3.7.3" ARCH="x86_64" nettle.sh
inenvironments/linux-amd64-wine_osxcross
.Error output:
(Apologies if this is the incorrect way of asking for guidance, I noticed other issues created with similar intent)