Details
-
Bug
-
Status: Closed (View Workflow)
-
High
-
Resolution: Fixed
-
6.14/00
-
None
-
Mac (high sierra),
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Description
Using cmake, the vdt dirs (in include and math) are not being created during the configuration.
Building the libraries fails at:
Scanning dependencies of target ROOTVecOps
[ 88%] Building CXX object math/vecops/CMakeFiles/ROOTVecOps.dir/G__ROOTVecOps.cxx.o
[ 88%] Building CXX object math/vecops/CMakeFiles/ROOTVecOps.dir/src/RAdoptAllocator.cxx.o
[ 88%] Building CXX object math/vecops/CMakeFiles/ROOTVecOps.dir/src/RVec.cxx.o
make[2]: *** No rule to make target `lib/libvdt.dylib', needed by `lib/libROOTVecOps.so'. Stop.
make[1]: *** [math/vecops/CMakeFiles/ROOTVecOps.dir/all] Error 2
make: *** [all] Error 2