libev compile on AIX

Marc Lehmann schmorp at schmorp.de
Tue May 18 23:52:18 CEST 2010


On Tue, May 18, 2010 at 07:11:29PM +0200, Tamás Gulácsi <gt-dev at gthomas.homelinux.org> wrote:
> I'm trying to compile libev on AIX 5.3 with limited GNU (gcc) toolset.

You might want to try the cvs version, with disables the poll backend on
AIX (where it doesn't compile due to broken headers).

Alternatively, add "#define EV_USE_POLL 0" at the top of ev.h

> b) fixing libev compilation on AIX

Or fix your poll header to use posix names for structure members.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\



More information about the libev mailing list