<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>No problem, seems to work now :-)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Jonas<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Eric Fiselier [mailto:eric@efcs.ca] <br><b>Sent:</b> Friday, October 23, 2015 9:08 AM<br><b>To:</b> Hahnfeld, Jonas<br><b>Cc:</b> cfe-commits@lists.llvm.org<br><b>Subject:</b> Re: [libcxx] r251065 - Dont required CMake 3 to install a linker script<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>Hi Jonas,<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Thanks for being patient and sorry for the failed first attempt. I think I fixed it in r251100.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I swear I'm normally more careful.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>/Eric<o:p></o:p></p></div></div><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On Thu, Oct 22, 2015 at 8:34 PM, Hahnfeld, Jonas <<a href="mailto:Hahnfeld@itc.rwth-aachen.de" target="_blank">Hahnfeld@itc.rwth-aachen.de</a>> wrote:<o:p></o:p></p><p class=MsoNormal>Hi,<br><br>thanks for the attempt to fix this, but this isn't working for in-tree builds<br>of libcxx:<br>CMake Error at projects/libcxx/lib/cmake_install.cmake:56 (FILE):<br>  file INSTALL cannot find<br>  "<<<BUILD>>>/projects/libcxx/lib/libc++.so"<br><br>It is located at <<<BUILD>>>/lib/libc++.so. CMake version is 2.8.12.2 which<br>should be the minimum required version when building all LLVM projects.<br><br>Cheers,<br>Jonas<o:p></o:p></p><div><div><p class=MsoNormal><br>> -----Original Message-----<br>> From: cfe-commits [mailto:<a href="mailto:cfe-commits-bounces@lists.llvm.org">cfe-commits-bounces@lists.llvm.org</a>] On Behalf<br>> Of Eric Fiselier via cfe-commits<br>> Sent: Thursday, October 22, 2015 11:24 PM<br>> To: <a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>> Subject: [libcxx] r251065 - Dont required CMake 3 to install a linker script<br>><br>> Author: ericwf<br>> Date: Thu Oct 22 16:24:01 2015<br>> New Revision: 251065<br>><br>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=251065&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=251065&view=rev</a><br>> Log:<br>> Dont required CMake 3 to install a linker script<br>><br>> Modified:<br>>     libcxx/trunk/lib/CMakeLists.txt<br>><br>> Modified: libcxx/trunk/lib/CMakeLists.txt<br>> URL: <a href="http://llvm.org/viewvc/llvm-" target="_blank">http://llvm.org/viewvc/llvm-</a><br>> project/libcxx/trunk/lib/CMakeLists.txt?rev=251065&r1=251064&r2=251065&<br>> view=diff<br>> ==========================================================<br>> ====================<br>> --- libcxx/trunk/lib/CMakeLists.txt (original)<br>> +++ libcxx/trunk/lib/CMakeLists.txt Thu Oct 22 16:24:01 2015<br>> @@ -154,7 +154,6 @@ if (LIBCXX_ENABLE_ABI_LINKER_SCRIPT)<br>>    )<br>>  endif()<br>><br>> -<br>>  if (LIBCXX_INSTALL_LIBRARY)<br>>    install(TARGETS cxx<br>>      LIBRARY DESTINATION lib${LIBCXX_LIBDIR_SUFFIX} COMPONENT libcxx<br>> @@ -163,7 +162,9 @@ if (LIBCXX_INSTALL_LIBRARY)<br>>    # NOTE: This install command must go after the cxx install command<br>> otherwise<br>>    # it will not be executed after the library symlinks are installed.<br>>    if (LIBCXX_ENABLE_ABI_LINKER_SCRIPT)<br>> -    install(FILES "$<TARGET_LINKER_FILE:cxx>"<br>> +    # Replace the libc++ filename with $<TARGET_LINKER_FILE:cxx><br>> +    # after we required CMake 3.0.<br>> +    install(FILES<br>> "${CMAKE_CURRENT_BINARY_DIR}/libc++${CMAKE_SHARED_LIBRARY_SUFF<br>> IX}"<br>>        DESTINATION lib${LIBCXX_LIBDIR_SUFFIX}<br>>        COMPONENT libcxx)<br>>    endif()<br>><br>><br>> _______________________________________________<br>> cfe-commits mailing list<br>> <a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a><o:p></o:p></p></div></div></div><p class=MsoNormal><o:p> </o:p></p></div></div></div></body></html>