Closed this issue 12 years ago · 2 comments
I get the error: Makefile ERROR: cljc.c:11:19: fatal error: khash.h: No such file or directory
ClojureC now requires a submodule, klib. Do
git submodule init git submodule update
That should fix it. I'll mention it in the README.
Works now, thanks!