<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hello,
<div class=""><br class="">
</div>
<div class="">Is anyone except for me having trouble to compile LLVM after adding Clang?</div>
<div class=""><br class="">
</div>
<div class="">I am compiling on Mac OS X, and having trouble because of the following error:</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">/LLVM/tools/clang/utils/TableGen/ClangAttrEmitter.cpp:2213:30:
</span><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class="">error:
</span><span style="font-variant-ligatures: no-common-ligatures" class="">no viable conversion from 'vector<</span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc8" class="">llvm::StringRef</span><span style="font-variant-ligatures: no-common-ligatures" class="">>'
 to 'vector<</span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc8" class="">std::string</span><span style="font-variant-ligatures: no-common-ligatures" class="">>'</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    std::vector<std::string> OSes = R->getValueAsListOfStrings("OSes");</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(52, 188, 38); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">                             ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:538:5:
</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">note:
</span><span style="font-variant-ligatures: no-common-ligatures; color: #28fe14" class="">candidate constructor not viable: no known conversion</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">      from 'std::vector<StringRef>' to 'initializer_list<value_type>' (aka 'initializer_list<std::__1::basic_string<char> >') for 1st argument</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    vector(initializer_list<value_type> __il);</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(52, 188, 38); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    ^</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:550:5:
</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">note:
</span><span style="font-variant-ligatures: no-common-ligatures; color: #28fe14" class="">candidate constructor not viable: no known conversion</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">      from 'std::vector<StringRef>' to 'const std::__1::vector<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > > &' for 1st argument</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    vector(const vector& __x);</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(52, 188, 38); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    ^</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(0, 249, 0); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:556:5:
</span><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">note:
</span><span style="font-variant-ligatures: no-common-ligatures; color: #28fe14" class="">candidate constructor not viable: no known conversion</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">      from 'std::vector<StringRef>' to 'std::__1::vector<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > > &&' for 1st argument</span></div>
<div style="margin: 0px; line-height: normal; font-family: 'Andale Mono'; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    vector(vector&& __x)</span></div>
</div>
<div class=""><br class="">
</div>
<div class="">I tried also installing llvm 4.0 and clang 4.0 using MacPorts and using that to compile, but it resulted in the same error, but with a different path…</div>
<div class=""><br class="">
</div>
<div class="">It seems that there is a problem with matching vector of StringRefs in the libraries installed on my machine.</div>
<div class=""><br class="">
</div>
<div class="">I tried searching the web, but unfortunately no results. Is there anyone that has seen this error?</div>
<div class=""><br class="">
</div>
<div class="">Kind regards,</div>
<div class="">Guus Leijsten</div>
<div class=""><br class="">
</div>
</body>
</html>