[cfe-users] installing a complete clang++ environment

Eugene Golovachev kamelusz at yandex.ru
Mon Sep 29 07:59:29 PDT 2014


On 09/29/2014 06:09 PM, Klaus Rudolph wrote:
> Ups forgett to tell you that the install script also fails:
>
> -- Installing: /usr/local/include/lldb/Symbol/TypeVendor.h
> -- Installing: /usr/local/include/lldb/Symbol/ObjectContainer.h
> -- Installing: /usr/local/include/lldb/Symbol/VerifyDecl.h
> -- Installing: /usr/local/include/lldb/Symbol/TypeList.h
> CMake Error at tools/lldb/scripts/cmake_install.cmake:36 (FILE):
>   file INSTALL cannot find
>   "/home/krud/work/clang_complett_aus_source/build/lib/python2.7".
> Call Stack (most recent call first):
>   tools/lldb/cmake_install.cmake:42 (INCLUDE)
>   tools/cmake_install.cmake:70 (INCLUDE)
>   cmake_install.cmake:61 (INCLUDE)
>
It's lldb fail. It puts its files to lib64/ directory, although the
installation script look them in lib/ directory. You can just copy all
files from ~/build/lib64/ to ~/build/lib/ before make install.
Try to compile clang without lldb and clang-extra-tools.

What distro do you use? It's a challenge to break Linux :)



More information about the cfe-users mailing list