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

Compiling on 10.6 NSAppKitVersionNumber10_6 missing #3

Closed
kklimek opened this issue Feb 25, 2012 · 2 comments
Closed

Compiling on 10.6 NSAppKitVersionNumber10_6 missing #3

kklimek opened this issue Feb 25, 2012 · 2 comments

Comments

@kklimek
Copy link

kklimek commented Feb 25, 2012

On 10.6 in AppKit there is no NSAppKitVersionNumber10_6 define. I've found fix for this here

https://bitbucket.org/tparnell/adium/src/942e5c3f2018/Frameworks/AIUtilities%20Framework/Source/AIApplicationAdditions.m#cl-19

NSAppKitVersionNumber10_6 is used in INAppStoreWindow.h

@Jon889
Copy link
Owner

Jon889 commented Feb 25, 2012

Has this commit fixed the issue?

@kklimek
Copy link
Author

kklimek commented Feb 25, 2012

Yep, compilation works fine now.

@kklimek kklimek closed this as completed Feb 25, 2012
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