libucl
libucl copied to clipboard
"make -f Makefile.unix" fails out of the box on Debian Wheezy
make -f Makefile.unix
cc -o .obj/ucl_hash.o -O2 -fPIC -Wall -W -Wno-unused-parameter -Wno-pointer-sign -I./include -I./uthash -I./src -c src/ucl_hash.c src/ucl_hash.c:26:19: fatal error: khash.h: No such file or directory #include "khash.h" ^ compilation terminated. Makefile.unix:55: recipe for target '.obj/ucl_hash.o' failed make: *** [.obj/ucl_hash.o] Error 1
I had to fall back to cmake, but then was missing an install step.
I would like to use libucl but cannot depend on it if I don't have a reliable release that installs clean on Unix out of the box.
In fact, I always use autotools to build libucl. I'll check plain Makefile and fix it if possible.
Thank you very much.