-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
question about compiling for 10.7 #234
Comments
I may be wrong on this, but after some looking around, I believe this is because of an SDK bug present in Big Sur and newer Things to note:
Therefore, I believe readding |
^ The above theory is promising IMO, because we know Bluebox makes SDK edits to compile Chromium Legacy, and if he made new ones since the wiki was written he probably hasn't documented them. |
hi,
just curious, did you have to do anything special to compile for 10.7 target?
when i first used lld, i got this issue:
but fixed it using ld64.
now when i build for 10.7, there are no linking errors but there is problems linking coretext (which can be fixed using this link), but also with NSLayout constraint (https://stackoverflow.com/questions/13110529/i-am-getting-this-error-on-using-matplotlib):
credit to @krackers for helping me fix these as much as he possibly could (if it's the same guy haha)
The text was updated successfully, but these errors were encountered: