From f2b6ec0bfcc05e5f9061b64e6c236ba757de97eb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 6 Oct 2012 13:19:05 -0500 Subject: [PATCH] Advise `brew update` before filing issues about compiler versions --- Library/Homebrew/macos.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb index 95bdfeddab..41af869a8f 100644 --- a/Library/Homebrew/macos.rb +++ b/Library/Homebrew/macos.rb @@ -200,7 +200,8 @@ module MacOS extend self unless StandardCompilers.keys.include? xcode onoe <<-EOS.undent Homebrew doesn't know what compiler versions ship with your version of - Xcode. Please file an issue with the output of `brew --config`: + Xcode. Please `brew update` and if that doesn't help, file an issue with + the output of `brew --config`: https://github.com/mxcl/homebrew/issues Thanks!