is LLJVM alive?

Hi fellow devs,

I was looking for a way to run C on the JVM and i found LLJVM which apparently does exactly that!
Howevere,unfortunately it seems dead on the main david’s git https://github.com/davidar/lljvm as well as the slightly newer one https://github.com/hyc/lljvm.

They don’t seem to compile, once i run make in the root directory it give me the error :

" In file included from main.cpp:23:0:
backend.h:29:44: fatal error: llvm/Analysis/ConstantsScanner.h: No such file or directory
#include <llvm/Analysis/ConstantsScanner.h>
^
compilation terminated.
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/a/llj/lljvm-llvm3.3/backend’
make: *** [all] Error 2 "

any reincarnated version of this or similar or any help to get it running please?
greatly appreciated!

Best,
Ammar