From c3a331dfbfd820dba660f72e6e6a2dff5aba4ba4 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 2 Feb 2014 02:12:57 -0800 Subject: C++ stdlibs: issue warning, don't fail the build --- Library/Homebrew/exceptions.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Library/Homebrew/exceptions.rb') diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index febff797a..24b9e706e 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -115,14 +115,8 @@ end class IncompatibleCxxStdlibs < Homebrew::InstallationError def initialize(f, dep, wrong, right) super f, <<-EOS.undent - #{f} dependency #{dep} was built with the following - C++ standard library: #{wrong.type_string} (from #{wrong.compiler}) - - This is incompatible with the standard library being used - to build #{f}: #{right.type_string} (from #{right.compiler}) - - Please reinstall #{dep} using a compatible compiler. - hint: Check https://github.com/Homebrew/homebrew/wiki/C++-Standard-Libraries + #{f} dependency #{dep} was built with a different C++ standard + library (#{wrong.type_string} from #{wrong.compiler}). This could cause problems at runtime. EOS end end -- cgit v1.2.3