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

installing MacVim fails (OS 10.8.2, SSD, Command-Line Tools only) #15111

Closed
dskoziol opened this issue Sep 25, 2012 · 4 comments
Closed

installing MacVim fails (OS 10.8.2, SSD, Command-Line Tools only) #15111

dskoziol opened this issue Sep 25, 2012 · 4 comments

Comments

@dskoziol
Copy link

This is my first issue writeup, so let me know if I should supply any more info.

Brand new computer, latest OS (10.8.2), solid-state drive, brew updated to most recent (0.9.3), "raring to brew", latest command-line tools (updated two days ago) installed but NOT xcode (I'd like to avoid that if I can, to save some space).

Error: src/MacVim/build/Release/MacVim.app does not exist

Here's the gist of my installation.

I tried searching for a similar issue, but maybe I didn't look hard enough. Is it possible that I'm required to have xcode installed instead of just the command-line tools?

Thanks!

@adamv
Copy link
Contributor

adamv commented Sep 25, 2012

Pretty sure MacVim needs a real Xcode...but hopefully other maintainers can confirm this/correct me.

@Sharpie
Copy link
Contributor

Sharpie commented Sep 25, 2012

Yeah, MacVim calls xcodebuild and therefore requires a full XCode install:

xcodebuild -project MacVim/MacVim.xcodeproj 
xcrun: Error: failed to exec real xcrun. (No such file or directory)
Error: src/MacVim/build/Release/MacVim.app does not exist

@adamv
Copy link
Contributor

adamv commented Sep 25, 2012

We should add depends_on :xcode to this.

@dskoziol
Copy link
Author

Thanks!

snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this issue Dec 17, 2012
The MacVim build process requires a working `xcodebuild`.

Fixes Homebrew#15111.
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants