<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=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
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=EN-GB link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Dear All,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I need to install Clang because QT requires it for some components. I tried the prebuilt version but that seems to have hardcoded paths to GCC or Visual Studio. I guessed this because when I try to compile the short “Hello World” program it complains that it can’t find Visual Studio. I’ve just downloaded the sources and something similar happens when I run cmake PATH<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Where PATH is the path to the LLVM sources. Several errors are displayed but they all complain about the same thing. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='text-indent:36.0pt'>CMake Error at CMakeLists.txt:50 (project):<o:p></o:p></p><p class=MsoNormal style='text-indent:36.0pt'>  The CMAKE_ASM_COMPILER:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-left:36.0pt;text-indent:36.0pt'>    cl<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='text-indent:36.0pt'>  is not a full path and was not found in the PATH.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>It is stated that cmake will attempt to find the toolset to use but that is not correct as I have MinGW installed and PATH correctly set up so if I type gcc –version I get<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='text-indent:36.0pt'>gcc (x86_64-posix-seh-rev1, Built by MinGW-W64 project) 7.2.0<o:p></o:p></p><p class=MsoNormal style='text-indent:36.0pt'>Copyright (C) 2017 Free Software Foundation, Inc.<o:p></o:p></p><p class=MsoNormal style='text-indent:36.0pt'>This is free software; see the source for copying conditions.  There is NO<o:p></o:p></p><p class=MsoNormal style='text-indent:36.0pt'>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I get something similar if I type g++ --version but Cmake never found gcc or g++.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is it the case that Clang now only compiles with the Visual Studio tool set? I see in the “GettingStarted.rst” file that it only mentions Visual Studio in relation to the Windows operating system. I do find that slightly surprising if that is the case as Clang is claimed to be a “drop in replacement for GCC”. Although it does mention Cygwin there is no mention of MinGW and if I had Visual Studio why would I bother with Clang?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is there any way to use the prebuilt version of Clang when tool sets are not installed in the directories that the Clang developers have chosen? I had imagined that there might be environment variables that would be allow different directories to be used but I can’t find any mention of these in the documentation.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I hope someone can suggest some way that the latest version of Clang can be used on Windows. If not, is there any version of Clang that runs on Windows?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Best wishes….<o:p></o:p></p><p class=MsoNormal>Colin Bruce<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>