-
Notifications
You must be signed in to change notification settings - Fork 304
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
Compile error: event.h: No such file or directory #22
Comments
ok that didn't work - i'm guessing then I don't have something installed. yeap - didn't have libevent installed, hence why it couldn't find event.h I suppose. last code works - woohoo :) |
Hi, It looks like you don't have the development package for libevent. Nicolas On 23 May 2011, at 06:58, SoreGumsreply@reply.github.com wrote:
|
I have same issue and libevent-dev installed |
libevent-dev installation worked for me |
I am having the same issue and i have lib even. any idea what version i am missing redislabadm@ctoapp6 webdis-master]$ make |
libevent-dev installation works! |
I have the problem as well [claudede@ ~]$ sudo -s |
ruby-1.8.7-p334 user1@server webdis [master] $ make
cc -c -O3 -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o webdis.o webdis.c
In file included from webdis.c:1:
server.h:4:19: error: event.h: No such file or directory
In file included from webdis.c:1:
server.h:14: error: field 'ev' has incomplete type
make: *** [webdis.o] Error 1
ruby-1.8.7-p334 user1@server webdis [master] $ git commit 04774aa
I guess I'll just go backwards to commit: 07daf02
as that is working on my dev machine :)
The text was updated successfully, but these errors were encountered: