jank-lang / jank

The native Clojure dialect hosted on LLVM
https://jank-lang.org
Mozilla Public License 2.0
1.69k stars 50 forks source link

Build failed on Arch Linux #35

Closed glyh closed 1 year ago

glyh commented 1 year ago

Here's what I got:

/home/lyh/Documents/CS/jank/jank/build/llvm/include/llvm/Support/Signals.h:119:24: error: unknown type name 'uintptr_t'; did you mean '__intptr_t'?
/home/lyh/Documents/CS/jank/jank/build/llvm/lib/Support/Unix/Signals.inc:348:11: error: out-of-line definition of 'CleanupOnSignal' does not match any declaration in namespace 'llvm::sys'
jeaye commented 1 year ago

Building LLVM, Cling, and Clang is a real pain. They fail in all sorts of different ways. I'm looking to tackle this using #26. For now, jank is not very usable (as I try to convey in the README). Do you mind if I close this as a result of #26 not being done?