[NeoStats-Devel] [Issue: #225] New - Poll Error
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Issue CREATION Report for Issue #: 225 A new issue has been CREATED for a project that you own. Click here to view the issue report in the NeoStats Bug System. Issue Details: (Items that have been changed are RED) Summary: Poll Error URL: Product: NeoStats 3.0 Version: 3.0.a2 To be Closed in Version: None Closed in Version: None Component: ConnectServ 3.0 IRCd(s): Unreal 3.2 Status: Unconfirmed Resolution: None Severity: Critical OS/Version: Linux RedHat 9+ Database: None Priority: 3 - Medium Assigned To: Comments: Posted By: [email protected] At: 11:58 AM on 15-04-2005 I compile Neostats 3.0.a2 on a RH linux 9 system, and I recive a poll error. -bash-2.05b$ gmake Making all in include Making all in lib Making all in adns Making all in rta Making all in curl Making all in pcre Making all in event Compiling epoll_sub.c: [ERROR] gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../lib/gdbm -Icompat -g -O2 -DNDEBUG -fno-strict-aliasing -MT epoll_sub.o -MD -MP -MF .deps/epoll_sub.Tpo -c -o epoll_sub.o epoll_sub.c epoll_sub.c: In function `epoll_create': epoll_sub.c:47: `__NR_epoll_create' undeclared (first use in this function) epoll_sub.c:47: (Each undeclared identifier is reported only once epoll_sub.c:47: for each function it appears in.) epoll_sub.c: At top level: epoll_sub.c:51: warning: `struct epoll_event' declared inside parameter list epoll_sub.c:51: warning: its scope is only this definition or declaration, wh ich is probably not what you want epoll_sub.c: In function `epoll_ctl': epoll_sub.c:54: `__NR_epoll_ctl' undeclared (first use in this function) epoll_sub.c: At top level: epoll_sub.c:58: warning: `struct epoll_event' declared inside parameter list epoll_sub.c: In function `epoll_wait': epoll_sub.c:60: `__NR_epoll_wait' undeclared (first use in this function) epoll_sub.c:62:7: warning: no newline at end of file gmake[2]: *** [epoll_sub.o] Error 1 gmake[1]: *** [all-recursive] Error 1 gmake: *** [all-recursive] Error 1