-
Notifications
You must be signed in to change notification settings - Fork 70
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
Can't build on macOS #93
Comments
So after searching I found the script used in compiling. The fetch dependencies script wasn't making the lib/macos folder. I've always had problems with Xcode automations. |
I haven't integrated fetch with the xcode project yet, but that's a good idea. Currently I'm putting together a build document https://github.com/danoon2/Boxedwine/blob/james/soft_mmu/BUILD.md Were you able to get it to build? I have access to a few macs, but once I get Boxedwine building, I can't really test what its like installing on a fresh system again. |
Alrighty thanks.
I was able to get it to build after that. I'm not sure if it was from my experimentation as I did copy those files everywhere and it seemed to change messages around. I'll likely need to try again. |
Currently it errors with SDL errors on macOS when trying to build from Xcode. I saw a location for precompiledheaders in build settings and moved the SDL.h file from another folder but didn't seem to help. I'm wanting to see if I can contribute or not but this hinders able to even try. Happens on both intel and my m2 pro MacBook.
The text was updated successfully, but these errors were encountered: