Re: Binding Libev with Digitalmars' D on windows

2008-06-09 Thread Chris Hulbert
Hi Marc, I've just downloaded the latest from CVS and uncommented the '#define EV_STAT_ENABLE 0' line from my myev.c as you requested, and i get the following compilation errors when using the DMC compiler: ev_statdata prev; /* ro */ ^ ev.h(283) : Error: size of _stati64 is

Re: Error when configuring libeio

2008-06-09 Thread Paul Colomiets
Marc Lehmann wrote: You need an install (and working!) libtool, automake and autoconf to configure the CVS tree. I've reinstalled them with no success. Versions: automake-1.10.1-2 autoconf-2.62-1 libtool-2.2.4-1 They are core packages from Arch. So I guess they should work. I'm also able to

Re: libeio, Windows

2008-06-09 Thread Marc Lehmann
On Thu, Jun 05, 2008 at 11:07:37PM -0600, Tony Arcieri <[EMAIL PROTECTED]> wrote: > > I am sorry, but we must be talking past each other. libeio cannot give you > > readyness notifications, and using it for I/O on sockets is simply broken > > design. > > > > Yeah, as I said before: my bad, libeio

Re: Error when configuring libeio

2008-06-09 Thread Marc Lehmann
On Thu, Jun 05, 2008 at 08:51:23PM +0300, Paul Colomiets <[EMAIL PROTECTED]> wrote: > I'm getting this error, while configuring: > configure: error: cannot find install-sh or install.sh in "." "./.." > "./../.." > > Bigger log below. Can anybody help me? Yeha, follow the hints: > libtoolize:

Re: Binding Libev with Digitalmars' D on windows

2008-06-09 Thread Marc Lehmann
On Mon, Jun 09, 2008 at 04:02:52PM +0200, Marc Lehmann <[EMAIL PROTECTED]> wrote: > I will look into probably disabling EV_STAT_ENABLE on win32 by default for > the next release (you are not expected to have to do that yourself). Bollocks, it is supposed to work - I have checked in a patch to lib

Re: Binding Libev with Digitalmars' D on windows

2008-06-09 Thread Marc Lehmann
On Fri, Jun 06, 2008 at 04:10:45PM +1000, Chris Hulbert <[EMAIL PROTECTED]> wrote: > If anyone's interested, some details are here, and i'd be interested > to hear comments on how i've structured the code: > http://splinter.com.au/blog/?p=15 That doesn't seem to be very difficult (when one knows

Re: Bug in select_modify?

2008-06-09 Thread Marc Lehmann
On Sun, Jun 08, 2008 at 01:24:31AM -0700, Matt Tolton <[EMAIL PROTECTED]> wrote: > modification to select_modify (sorry it's not in diff format...I'm > sure you can see where it goes): I checked in a rather different and untested patch to CVS for this. Could you give it a try on win32? Thanks! (

Re: Bug in select_modify?

2008-06-09 Thread Marc Lehmann
On Sun, Jun 08, 2008 at 01:24:31AM -0700, Matt Tolton <[EMAIL PROTECTED]> wrote: > In getting libev running on windows, I think I may have found a bug in > the select_modify() function in ev_select.c. What you actually found is yet another bug on that horribly broken platform. Well spotted (none