Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make doesn't seem to work #45

Open
geo7 opened this issue Mar 19, 2016 · 1 comment
Open

make doesn't seem to work #45

geo7 opened this issue Mar 19, 2016 · 1 comment

Comments

@geo7
Copy link

geo7 commented Mar 19, 2016

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

@somasis
Copy link
Contributor

somasis commented Mar 19, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants