Shark fails with clang

master
Max Howell 2012-08-20 08:52:26 -04:00
parent 12e1dcc8be
commit 0b5c73caed
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@ class Shark < Formula
url 'http://downloads.sourceforge.net/project/shark-project/Shark%20Core/Shark%202.3.4/shark-2.3.4.zip'
md5 '12d87a519c27b33800df11b7c78972ed'
fails_with :clang do
build 421
cause "C++ is hard." # see error output below
end
# include/FileUtil/FileUtil.h:416:3: error: call to function 'scanFrom_strict' that is neither visible in the template definition nor found by argument-dependent lookup
# scanFrom_strict(is, token, val, true);
# ^
depends_on 'cmake' => :build
def install