cling icon indicating copy to clipboard operation
cling copied to clipboard

Missing header in benchmark_register.h

Open apteryks opened this issue 4 years ago • 1 comments

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 avatar Sep 03 '21 19:09 apteryks

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

apteryks avatar Sep 05 '21 02:09 apteryks