polyglot-compiler / JLang

JLang: Ahead-of-time compilation of Java programs to LLVM
http://polyglot-compiler.github.io/JLang/
Other
284 stars 29 forks source link

native/threads.h:3:10: fatal error: 'functional' file not found #63

Closed knight2015 closed 4 years ago

knight2015 commented 4 years ago

native/threads.h:3:10: fatal error: 'functional' file not found while building runtime.

environment:

  1. Ubuntu 14.04 in docker
  2. llvm+clang 5.0.1
  3. ant-1.9.4 test2
dz333 commented 4 years ago

It seems your system doesn't have the C++ standard library installed or Clang can't find it for some reason. This thread might help you debug this.

knight2015 commented 4 years ago

Thanks, this issue is resolved after I install libstdc++-7-dev