vgvassilev / cling

The interactive C++ interpreter Cling
https://rawgit.com/vgvassilev/cling/master/www/index.html
Other
1.76k stars 102 forks source link

Missing header in benchmark_register.h #219

Open Apteryks opened 2 years ago

Apteryks commented 2 years ago

Compilation fails (master branch) unless the LLVM sources are patched like so:

sed -i '/^#include <vector>$/i #include <limits>' \
        utils/benchmark/src/benchmark_register.h"

Source: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cling#n40

Apteryks commented 2 years ago

It's the same as reported here: https://github.com/root-project/cling/issues/425