EV::MakeMaker order of includes

Marc Lehmann schmorp at schmorp.de
Tue Nov 23 10:22:00 CET 2010


On Mon, Nov 22, 2010 at 08:51:38PM -0800, Yann Kerherve <yann at cyberion.net> wrote:
> I've tried to install Feersum (which depends on EV) using cpanm
> (+local::lib)

after giving this a bit of thought, does it help if you replace:

# define EV_H <EV/ev.h>

by

# define EV_H "ev.h"

in EVAPI.h? That would actually have the potential to work in all cases
(unless there is a collision with EVAPI.h).

-- 
                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