Skip to content
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

Fails to build on macOS #37

Open
Dev1an opened this issue Jan 8, 2019 · 1 comment
Open

Fails to build on macOS #37

Dev1an opened this issue Jan 8, 2019 · 1 comment

Comments

@Dev1an
Copy link

Dev1an commented Jan 8, 2019

When I try to build 9cda4a1 using swift build -Xlinker -L/usr/local/lib I get:

Cacao/Sources/Cacao/UIView.swift:734:47: error: type 'SDLPixelFormat.Format' has no member 'argb8888'
                                     format: .argb8888, // SDL_PIXELFORMAT_ARGB8888
                                              ^~~~~~~~
@mri-scanomat
Copy link

It looks like the Package.resolved has not been updated to use the updated SDL framework. I got it to run by updating the packages :
swift packages update

Now all I need is for the inputs to work on a Mac as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants