Re: compiler error

2013-04-26 Thread John Darrington
Oh the headers. I'll add them into the master. J' On Fri, Apr 26, 2013 at 05:45:59PM +0200, Harry Thijssen wrote: This works. Will they be included in the tarball or is it necessary to have a patch for it in my build scripts for MSWinsdows ? Have fun 2013/4/

Re: compiler error

2013-04-26 Thread Harry Thijssen
This works. Will they be included in the tarball or is it necessary to have a patch for it in my build scripts for MSWinsdows ? Have fun 2013/4/22 John Darrington > Hmm. > > Try adding several or all of the following headers: > >#include >#include >#include >

Re: compiler error

2013-04-22 Thread John Darrington
OK. I see that gnulib provides these two beasts so I added those to Smake. Can you git pull and try again. You will have to start over again from make -f Smake. J' On Mon, Apr 22, 2013 at 07:42:59PM +0200, Harry Thijssen wrote: 2013/4/22 John Darrington > Hmm. > > T

Re: compiler error

2013-04-22 Thread Harry Thijssen
2013/4/22 John Darrington > Hmm. > > Try adding several or all of the following headers: > >#include >#include >#include >#include > > If that doesn't work, then we might have to remove the recently added > functionality > for the Mingw build. > > Sys/select.h

Re: compiler error

2013-04-22 Thread John Darrington
Hmm. Try adding several or all of the following headers: #include #include #include #include If that doesn't work, then we might have to remove the recently added functionality for the Mingw build. On Mon, Apr 22, 2013 at 04:22:14PM +0200, Harry Thijssen wrote