Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants