[root@sfp msn-proxy]# make
cc -g -Wall -O2 -pipe -I/usr/local/include -I/usr/lib -fno-builtin-log -c msn-proxy.c
In file included from ns-data.h:25,
from user.h:32,
from ns.h:25,
from msn-proxy.c:27:
client.h:28:19: error: event.h: Arquivo ou diretório não encontrado
In file included from ns-data.h:25,
from user.h:32,
from ns.h:25,
from msn-proxy.c:27:
client.h:36: error: field âreadâ has incomplete type
client.h:37: error: field âwriteâ has incomplete type
client.h:38: error: field âlistenâ has incomplete type
In file included from ns-data.h:26,
from user.h:32,
from ns.h:25,
from msn-proxy.c:27:
server.h:37: error: field âreadâ has incomplete type
server.h:38: error: field âwriteâ has incomplete type
In file included from user.h:33,
from ns.h:25,
from msn-proxy.c:27:
sb-data.h:45: error: field âlistenâ has incomplete type
In file included from msn-proxy.c:29:
ctl.h:34: error: field âreadâ has incomplete type
In file included from config.h:30,
from net-io.h:28,
from msn-proxy.c:33:
mysql.h:49:25: error: mysql/mysql.h: Arquivo ou diretório não encontrado
In file included from config.h:30,
from net-io.h:28,
from msn-proxy.c:33:
mysql.h:65: error: expected specifier-qualifier-list before âMYSQLâ
mysql.h:76: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âdb_fetch_rowâ
mysql.h:77: error: expected â)â before â*â token
mysql.h:78: error: expected â)â before â*â token
mysql.h:79: error: expected â)â before â*â token
mysql.h:80: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
mysql.h:82: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
msn-proxy.c: In function âmainâ:
msn-proxy.c:204: warning: implicit declaration of function âevent_initâ
msn-proxy.c:211: warning: implicit declaration of function âevent_setâ
msn-proxy.c:211: error: âEV_READâ undeclared (first use in this function)
msn-proxy.c:211: error: (Each undeclared identifier is reported only once
msn-proxy.c:211: error: for each function it appears in.)
msn-proxy.c:211: error: âEV_PERSISTâ undeclared (first use in this function)
msn-proxy.c:212: warning: implicit declaration of function âevent_addâ
msn-proxy.c:217: warning: implicit declaration of function âevent_dispatchâ
make: ** [msn-proxy.o] Erro 1