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

error #27

Open
306094061 opened this issue Jan 15, 2021 · 1 comment
Open

error #27

306094061 opened this issue Jan 15, 2021 · 1 comment

Comments

@306094061
Copy link

In file included from /home/pirate/optool/apib-master/apib/apib_io_basic.cc:29:0:
/home/pirate/optool/apib-master/apib/apib_iothread.h:36:16: fatal error: ev.h: No such file or directory
#include "ev.h"
^
compilation terminated.
make[3]: *** [apib/CMakeFiles/io.dir/apib_io_basic.cc.o] Error 1
make[2]: *** [apib/CMakeFiles/io.dir/all] Error 2
make[1]: *** [apib/CMakeFiles/apib.dir/rule] Error 2
make: *** [apib] Error 2

@danfe
Copy link

danfe commented Jul 4, 2021

fatal error: ev.h: No such file or directory
#include "ev.h"

Recent versions of apib require libev now, which is popular enough dependency and should be provided by your distribution as a package (header files might be provided by the corresponding -dev or -devel package). Do you have that installed?

If your distribution installs files under custom prefix, e.g. /usr/local, you'd also need to tell the compiler where to look for those headers and libraries.

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