claudineymqs
(usa Nenhuma)
Enviado em 19/11/2010 - 17:30h
O meu tá dando um erro parecido...ta bem complicado de instalar.
cc -g -Wall -O2 -pipe -I/usr/local/include -I/usr/local/include -fno-builtin-log -c msn-proxy.c
In file included from ns-data.h:24,
from user.h:31,
from ns.h:24,
from msn-proxy.c:26:
client.h:27:19: error: event.h: No such file or directory
In file included from ns-data.h:24,
from user.h:31,
from ns.h:24,
from msn-proxy.c:26:
client.h:35: error: field 'read' has incomplete type
client.h:36: error: field 'write' has incomplete type
client.h:37: error: field 'listen' has incomplete type
In file included from ns-data.h:25,
from user.h:31,
from ns.h:24,
from msn-proxy.c:26:
server.h:36: error: field 'read' has incomplete type
server.h:37: error: field 'write' has incomplete type
In file included from user.h:32,
from ns.h:24,
from msn-proxy.c:26:
sb-data.h:44: error: field 'listen' has incomplete type
In file included from msn-proxy.c:28:
ctl.h:33: error: field 'read' has incomplete type
msn-proxy.c: In function 'cleanup':
msn-proxy.c:58: warning: implicit declaration of function 'event_base_free'
msn-proxy.c: In function 'main':
msn-proxy.c:242: warning: implicit declaration of function 'event_init'
msn-proxy.c:242: warning: assignment makes pointer from integer without a cast
msn-proxy.c:249: warning: implicit declaration of function 'event_set'
msn-proxy.c:249: error: 'EV_READ' undeclared (first use in this function)
msn-proxy.c:249: error: (Each undeclared identifier is reported only once
msn-proxy.c:249: error: for each function it appears in.)
msn-proxy.c:249: error: 'EV_PERSIST' undeclared (first use in this function)
msn-proxy.c:250: warning: implicit declaration of function 'event_add'
msn-proxy.c:255: warning: implicit declaration of function 'event_dispatch'
make: *** [msn-proxy.o] Error 1