If I try to compile the examples, I get an error about not having g++6 and errors of using features of c++17. Solution: Please change in the Makefile g++6 to g++ and -std=c++14 to -std=c++17 Detlef