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

fatal error: ev.h #18

Open
frazalijaffery opened this issue Feb 22, 2019 · 0 comments
Open

fatal error: ev.h #18

frazalijaffery opened this issue Feb 22, 2019 · 0 comments

Comments

@frazalijaffery
Copy link

frazalijaffery commented Feb 22, 2019

[root@ REACT-CPP]# make
make -C src all
make[1]: Entering directory '/root/REACT-CPP/src'
g++ -Wall -MMD -c -I. -std=c++11 -g -fpic -o mainloop.o mainloop.cpp
In file included from mainloop.cpp:8:0:
includes.h:8:10: fatal error: ev.h: No such file or directory
#include <ev.h>
^~~~~~
compilation terminated.
make[1]: *** [Makefile:43: mainloop.o] Error 1
make[1]: Leaving directory '/root/REACT-CPP/src'
make: *** [Makefile:9: all] Error 2
Os version
[root@ REACT-CPP]# cat /etc/redhat-release
CentOS release 6.10 (Final)
Os release
[root@ REACT-CPP]# uname -a
Linux 2.6.32-042stab116.2 #1 SMP Fri Jun 24 15:33:57 MSK 2016 x86_64 x86_64 x86_64 GNU/Linux

@frazalijaffery frazalijaffery changed the title includes.h:8:10: fatal error: ev.h getting this error centos 6.10 fatal error: ev.h Feb 22, 2019
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

1 participant