Closed maacl closed 11 years ago
Which platforms is this expected to compile/run on? I get the following when trying to compile on OSX:
--- Downloads/Hylas-Lisp ‹master› » make # Compile the helper Hylas<->LLVM interface `(which clang++; which g++) | head -n 1` src/jit.cpp -o libhylas.o -c -fPIC -Wall -Wextra -Werror -std=c++0x - D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS src/jit.cpp:5:10: fatal error: 'thread' file not found #include <thread> ^ 1 error generated. make: *** [backend] Error 1
Thanks for pointing this out. is part of the C++11 standard and is not a dep anyways, just an old #include that hung around from old code.
Which platforms is this expected to compile/run on? I get the following when trying to compile on OSX: