Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

MacVim failed to build on 10.10 DP3 #30758

Closed
Mongey opened this issue Jul 9, 2014 · 5 comments
Closed

MacVim failed to build on 10.10 DP3 #30758

Mongey opened this issue Jul 9, 2014 · 5 comments

Comments

@Mongey
Copy link

Mongey commented Jul 9, 2014

https://gist.github.com/a5cf0d13458e9ea97dda

@Mongey Mongey changed the title MacVim failed to build on 10.10 MacVim failed to build on 10.10 DP3 Jul 9, 2014
@Mongey
Copy link
Author

Mongey commented Jul 9, 2014

In file included from os_macosx.m:24:
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:105:9: fatal error: 'Foundation/NSExtensionProvider.h' file not found
#import <Foundation/NSExtensionProvider.h>
        ^
1 error generated.
make[1]: *** [objects/os_macosx.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [first] Error 2

Looking at Yosemite's DP3 release notes it looks like Apple have removed NSExtensionProvider.

@adamv
Copy link
Contributor

adamv commented Jul 9, 2014

Please report this upstream to MacVim.

@jacknagel
Copy link
Contributor

10.10 issues are being tracked in bulk in #29988, as most of them are upstream issues that we can't fix in Homebrew.

@abrausch
Copy link

abrausch commented Jul 9, 2014

I think this is more an error inside the Apple libs. Because the file:
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h still has a reference to NSExtensionProvider.h
Perhaps you can remove this reference an try building it again.

@joeosburn
Copy link

For what it's worth, I ran into this issue on a different project, but was able to resolve this by simply commenting out the import lines. There is also one in AppKit.framework that will probably need to be commented out. Based on the documentation from Apple, I think this was just a mistake in the beta 3 release and will be fixed with the next release.

@Homebrew Homebrew locked and limited conversation to collaborators Jul 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants