Need your help: ROOT installation with cmake-Error at the final steps

Hi,
I try to install root on centos7. I use cmake to compile. The compiling process are successful.
But, it failed at the last few steps.
The error messages are:
– Up-to-date: /root/WORK/Software/root/include
– Installing: /root/WORK/Software/root/include/TClingRuntime.h
– Installing: /root/WORK/Software/root/include/root_std_complex.h
CMake Error at core/clingutils/cmake_install.cmake:55 (file):
** file INSTALL cannot find “/root/WORK/Software/root/lib/libvectorDict.so”.**
Call Stack (most recent call first):
** core/cmake_install.cmake:66 (include)**
** cmake_install.cmake:222 (include)**

make: *** [install] Error 1


_ROOT Version: 6.14/06
_Platform: CentOs7
_Compiler: cmake


Please help me~ Thanks!
Please let me know your comments and suggestions.

Hi,

did the procedure show any error/warning before? Was libvectorDict.so built?
Do you have the same problem with ROOT 6.16?

Cheers,
D

Hi,
Thanks for the reply.

There is no any error or warning when I did ccmake compiler.
About “libvectorDict.so”, I’m not sure if it built automatically when it process ccmake compiling.

I haven’t try ROOT 6.16, maybe I can try later and let you know the status. :slight_smile:

Cheers,
BZHU

Ok. I can guarantee that the library has to be built.
Let us know how it goes.

Cheers,
D

Hi,
Do you have any tips for building the library include libvectorDict.so?
I have no idea about this… :frowning:

Hi,

does ROOT 6.16 work?

Cheers,
D

Hi,
Yes, v6.16 works!!! :slight_smile:

Thanks~

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.