<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi All,<br><br>I tried the LibTooling example, and when I compile I got error like this :<br><font style="" color="#008A17"><br></font><b><font style="" color="#008A17">[root@localhost Clang-tutorial-master]# sudo make</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">clang++ -I/home/krishan/llvm/tools/clang/include -I/home/krishan/buildllvm/tools/clang/include -I/home/krishan/llvm/include -I/home/krishan/buildllvm/include  -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -Woverloaded-virtual -ffunction-sections -fdata-sections -Wcast-qual -fno-rtti   -c -o tutorial1.o tutorial1.cpp</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">In file included from tutorial1.cpp:4:</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">In file included from /home/krishan/llvm/include/llvm/Support/raw_ostream.h:17:</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">/home/krishan/llvm/include/llvm/ADT/StringRef.h:13:10: fatal error: 'algorithm' file not found</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">#include <algorithm></font><font style="" color="#008A17"><br></font><font style="" color="#008A17">         ^</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">1 error generated.</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">make: *** [tutorial1.o] Error 1</font><font style="" color="#008A17"><br></font><font style="" color="#008A17">[root@localhost Clang-tutorial-master]# </font></b><br><br><br>Please help me on this, and give me some solution...<br><br>Thank-you<br><br>Krish<br>                                           </div></body>
</html>