<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Helvetica, Arial, sans-serif">Hello,</font><br>
<font face="Helvetica, Arial, sans-serif"><br>
I've some exceptions which I would like to solve to build
LLVM+Clang from source on MacOSX 10.8+.</font><br>
<font face="Helvetica, Arial, sans-serif"><br>
"</font><br>
<font face="Helvetica, Arial, sans-serif">[0m[1m/Users/travis/build/vpmedia/crossbridge/llvm-2.9/lib/Transforms/Utils/CodeExtractor.cpp:728:28:
[0m[0;1;31m</font><br>
<font face="Helvetica, Arial, sans-serif">error: [0m[1m no
matching constructor for initialization of
'std::vector<BasicBlock *>'[0m
std::vector<BasicBlock*> Succs(succ_begin(codeReplacer),</font><br>
<font face="Helvetica, Arial, sans-serif">"<br>
</font><font face="Helvetica, Arial, sans-serif"><br>
I understand that it is some kind of C++ library issue (stdlibc++
vs. c++v1) but not exactly how to solve it. (Passing
-stdlib=libstdc++ as CXX flag does not solve this).<br>
<br>
You can check out a related github ticket here: <br>
<a class="moz-txt-link-freetext" href="https://github.com/Homebrew/homebrew-versions/issues/384">https://github.com/Homebrew/homebrew-versions/issues/384</a></font><br>
<br>
Also a Travis CI build:<br>
<a class="moz-txt-link-freetext" href="https://s3.amazonaws.com/archive.travis-ci.org/jobs/24856999/log.txt">https://s3.amazonaws.com/archive.travis-ci.org/jobs/24856999/log.txt</a><br>
<br>
I've googled for solution but I've only found partial informations
regarding this.<br>
<br>
Any tips what should I do to easily fix these problems without
modifying the LLVM source code?<br>
<br>
<br>
Thanks!<br>
Andrew<br>
</body>
</html>