Re: ev_ref, the other way round

2009-06-23 Thread Marc Lehmann
On Tue, Jun 23, 2009 at 11:42:55AM +0200, Gabriel Kerneis wrote: > > If you want to support that, it's manual hackwork anyways (which is, > > again, morally acceptable :) > > I'm embedding libev in libcpc.a anyway, bypassing any system-wide libev, > so I think it should be ok (unless I missed so

Re: ev_ref, the other way round

2009-06-23 Thread Gabriel Kerneis
On Tue, Jun 23, 2009 at 11:13:32AM +0200, Marc Lehmann wrote: > This means that precompiled libev packages will of course be compiled with > whatever is the default abi, so you will get a 32 bit stat structure. > [...] > If you want to support that, it's manual hackwork anyways (which is, > again,

Re: ev_ref, the other way round

2009-06-23 Thread Marc Lehmann
On Tue, Jun 23, 2009 at 08:16:27AM +0200, Gabriel Kerneis wrote: > > Sounds more like a bug in the code of those users to me (_GNU_SOURCE > > is a reserved macro name, and ev.h can be included regardless of how > > _GNU_SOURCE is defined). > > _GNU_SOURCE has to be defined *before* the inclusion