-
Notifications
You must be signed in to change notification settings - Fork 73
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
Build fails, clixon/clixon.h: No such file or directory #1
Comments
Changed from system to cwd includes for internal .h. Committed and fixed. Thanks for the issue request. |
Awesome, but now $ cd example/
$ make
gcc -O2 -Wall -rdynamic -fPIC -c -o routing_backend.o routing_backend.c
routing_backend.c:38:27: fatal error: clixon/clixon.h: No such file or directory
compilation terminated.
<builtin>: recipe for target 'routing_backend.o' failed
make: *** [routing_backend.o] Error 1 |
Probably not made the last step (sudo make- install-include) before cd example; make?
|
That's it, thanks! 😃 |
After installing all dependencies, running
./configure && make
, I get this error. Looks like it's looking for header file in the installed path?I'm building on Ubuntu 16.04, x86_64.
The text was updated successfully, but these errors were encountered: