schani/clojurec

Build fails on Ubuntu 12.04

Closed this issue · 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!