On Wed, Mar 11, 2015 at 4:17 PM, <[email protected]> wrote:

> Ooops, is Ubuntu 14.10 not 14.04
>
> Here message when I try doing cmake <space> ..
>
> jimserac@Jesse:~/Downloads/libobjc2/build$ cmake ..
> CMake Error at /usr/share/llvm-3.5/cmake/LLVMConfig.cmake:50 (include):
>   include could not find load file:
>
>     /usr/lib/llvm-3.5/share/llvm/cmake/LLVMExports.cmake
> Call Stack (most recent call first):
>   CMakeLists.txt:129 (find_package)
>
>
> CMake Error at /usr/share/llvm-3.5/cmake/LLVMConfig.cmake:53 (include):
>   include could not find load file:
>
>     /usr/lib/llvm-3.5/share/llvm/cmake/LLVM-Config.cmake
> Call Stack (most recent call first):
>   CMakeLists.txt:129 (find_package)
>
>
> -- Untested version of LLVM (3.6.0svn) found.
> -- Disabling LLVM options unless explicitly enabled.
> -- No C++ runtime library found
> -- GNUstep install type set to LOCAL
> -- Configuring incomplete, errors occurred!
>
> Could not fine what load file ??
>
> Thanks
> J.
>

Sounds like that build of cmake expects clang/llvm 3.5, and you've
installed clang/llvm 3.6.0svn?
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to