No Makefile in interpreter/llvm/obj

I am building ROOT using configure and make, it bombs in interpreter/llvm/obj. Is building root using normal make still possible or cmake3 is now the only way to build?

git clone …
git checkout -b v6-10-04
./configure --enable-xml --enable-roofit --enable-minuit2 --enable-mysql --enable-pgsql --enable-rpath --enable-xrootd --enable-http --enable-gdml --enable-unuran --enable-table --enable-ssl
make

*** Building interpreter/llvm/inst/lib/libclangSema.a…
make[1]: Entering directory /daq/daqshare/olchansk/root/root_v6.10.04.el73_64/interpreter/llvm/obj' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory/daq/daqshare/olchansk/root/root_v6.10.04.el73_64/interpreter/llvm/obj’
make: *** [interpreter/llvm/inst/lib/libclangSema.a] Error 2

K.O.

Hi,

configure/make is deprecated. Could you use CMake?

Cheers,
D

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