ROOT 7 tutorials

Hello,
I wanted to try the experimental ROOT 7 features.

I built the ROOT6 master branch via git and cmake, in my Ubuntu 16.04. Then I try:

cd $ROOTSYS/tutorials/v7
root -l draw.cxx+
fatal error: 'ROOT/THist.h' file not found

I cand find this file in the git sources, but not in the build directory. Do I need to enable any flag during cmake compilation?
Thanks.

Hi,

Please configure using CMake with -Dcxx14=On and it should work!

Cheers, Axel.