-
Notifications
You must be signed in to change notification settings - Fork 943
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
Compiling on M1 Mac #300
Comments
You should migrate to a supported project. I went for vapor, and I’m really glad I did. |
I might have to but it won't be an easy task. My project is rather large right now. This code compiles fine when compiling for Rosetta, but arm compile doesn't work and I think it all comes down to this line. |
Don’t expect getting any support for this framework, it has been abandoned for long time now. |
Spoke with the team and they worked with me through it. Created a pull request. |
@kjessup at last, I got a chance to test this issue on my M1 MacBook Air, and it does have some surprises. Firstly, without any patches, clone & build PerfectTemplate will cause the same error above, but if just simply clone and run |
PerfectLib doesn't compile on M1 macs. I get an error in Log.swift on line 73. Has anyone been able to get this to work?
Cannot convert value of type 'CVaListPointer' to expected argument type '__darwin_va_list?' (aka 'Optional<UnsafeMutablePointer<Int8>>')
The text was updated successfully, but these errors were encountered: