Error when running sh build.sh

I tried to follow the tutorial “running impulse locally” on the desktop the faced with an error while running

sh build.sh

Any help would be highly appreciated.

Which clang version are you using? This compiles fine for me with clang 9 on Ubuntu 18.04:

janjongboom@ubuntu:~/example-standalone-inferencing$ clang --version
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/clang_9.0.0/bin

Just got busy during the past a few days. You are right, my clang version was way behind (v.6).
Upgrading clang to 9 solved the problem.

Yet, got a new Error message, will try to post it later.

Thanks Jan.