jshon icon indicating copy to clipboard operation
jshon copied to clipboard

make doesn't seem to work

Open geo7 opened this issue 8 years ago • 1 comments

Didn't see a read me - ran make and got this :

$ make
cc -std=c99 -Wall -pedantic -Wextra -Werror    -c -o jshon.o jshon.c
jshon.c:9:21: fatal error: jansson.h: No such file or directory
 #include <jansson.h>
                     ^
compilation terminated.
make: *** [jshon.o] Error 1

geo7 avatar Mar 19 '16 20:03 geo7

You need to install jansson. If you already have it installed you're probably missing a "development" package or something from your distribution.

somasis avatar Mar 19 '16 20:03 somasis