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

master code on day 10.29, compile err #306

Closed
ecawen opened this issue Oct 29, 2015 · 1 comment
Closed

master code on day 10.29, compile err #306

ecawen opened this issue Oct 29, 2015 · 1 comment

Comments

@ecawen
Copy link

ecawen commented Oct 29, 2015

cmake ./ is not error, but make show below. now I am finding the header on some package, I think it should be: libunistring-dev on debian.

[ 19%] Building C object src/CMakeFiles/zmap.dir/aesrand.c.o
[ 20%] Building C object src/CMakeFiles/zmap.dir/cyclic.c.o
[ 21%] Building C object src/CMakeFiles/zmap.dir/expression.c.o
[ 23%] Building C object src/CMakeFiles/zmap.dir/fieldset.c.o
/home/dev/zmap/src/fieldset.c:15:20: fatal error: unistr.h: No such file or directory
#include <unistr.h>
^
compilation terminated.

@paul-pearce
Copy link
Contributor

You are correct. Master now has a new dependency on libunistring. In the same commit that added the dependency INSTALL was updated to mention libunistring as well as how to install it on all common platforms.

This will be merged into zmap release 3.0 and be called out more prominently as a new dependency (I believe).

I'm going to go ahead and close this. If upon review the documentation is somehow lacking, please comment.

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