Compiling issue


Please read tips for efficient and successful posting and posting code

_ROOT Version: 6.18/04 - 2019-09-11
Platform: CentOS Linux 7 (Core)
Compiler: g++

Hello, I have installed ROOT following the instruction, but when it comes to compiling, the same error always pops up. Apparently I am missing the Xpm and libXpm libraries. Since I’m working in a cluster with remote access, I don’t have the adequate permissions to install the libraries. The error is the next one:

CMake Error at cmake/modules/SearchInstalledSoftware.cmake:262 (message):
  libXpm and Xpm headers must be installed.
Call Stack (most recent call first):
  CMakeLists.txt:159 (include)

I would really appreciate if anyone could help, since I’m at a loss here.
Thanks!

Hi,

Please try to compile without X11 support, using -Dx11=OFF

Oksana.