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

missing check library causes make to fail #113

Closed
fmhess opened this issue Apr 9, 2015 · 1 comment
Closed

missing check library causes make to fail #113

fmhess opened this issue Apr 9, 2015 · 1 comment

Comments

@fmhess
Copy link
Contributor

fmhess commented Apr 9, 2015

The configure script only generates a warning if the "check" library is not found, saying unit tests will not run. However, a missing check library causes "make" to fail:

$ make
CC test/test_util.o
In file included from ../test/test_util.c:1:0:
../test/test_util.h:7:19: fatal error: check.h: No such file or directory
compilation terminated.
make[1]: *** [test/test_util.o] Error 1
make: *** [all] Error 2

@nickg
Copy link
Owner

nickg commented Apr 11, 2015

Should be fixed now

@nickg nickg closed this as completed Apr 11, 2015
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