-
Notifications
You must be signed in to change notification settings - Fork 457
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 compile on macOS 10.15 Silicon #1028
Comments
Which xcode version do you use? If someone has unused Mac hardware: I'm accepting donations, please send it to my private address ;) |
|
Xcode 13.4.1 seems to work (see this run). I guess that you did not add the CXX flag |
The develop branch should now work without the |
Thank you for fast response! Even after your commit, I still got issue below
So I did additional Thanks for this project, it's just fantastic piece of work. Multiroom + LedFX are finally working! |
Firstly, there was a error in utils.hpp
note: 'kIOMasterPortDefault' has been explicitly marked deprecated here
because kIOMasterPortDefault was renamed to kIOMainPortDefault. If you manually change this, the build continues, but only to crash later at 9% with 6 errors. Mostly there's boost-related deprecation errors.
Steps to Reproduce
Environment details
Attach logfile if applicable
cmake_log.txt
The text was updated successfully, but these errors were encountered: