Re: [Chicken-users] Issues with socket egg

2013-06-14 Thread Jim Ursetto
On May 8, 2013, at 8:48 AM, Michele La Monaca wrote: > > 2) The egg doesn’t install on Cygwin due to the unbound identifier > 'SO_EXCLUSIVEADDRUSE' (mingw only?). Dropping the related option > (so/exclusiveaddruse) solves the problem. When you get a chance, can you check out this repository (a

Re: [Chicken-users] Issues with socket egg

2013-06-14 Thread John Cowan
Jim Ursetto scripsit: > On May 8, 2013, at 8:48 AM, Michele La Monaca > wrote: > > > > > 2) The egg doesn’t install on Cygwin due to the unbound identifier > > 'SO_EXCLUSIVEADDRUSE' (mingw only?). Dropping the related option > > (so/exclusiveaddruse) solves the problem. > > When you get a chan

Re: [Chicken-users] Issues with socket egg

2013-06-14 Thread Jim Ursetto
On Jun 14, 2013, at 6:07 PM, John Cowan wrote: > > You have to be a local Windows admin to set SO_EXCLUSIVEADDRUSE > on at least some versions of Windows. I know. It falls back to SO_REUSEADDR in that case, which is broken on Windows but better than nothing. Jim _

Re: [Chicken-users] Issues with socket egg

2013-06-17 Thread Michele La Monaca
On Sat, Jun 15, 2013 at 1:00 AM, Jim Ursetto wrote: > On May 8, 2013, at 8:48 AM, Michele La Monaca > wrote: > >> >> 2) The egg doesn’t install on Cygwin due to the unbound identifier >> 'SO_EXCLUSIVEADDRUSE' (mingw only?). Dropping the related option >> (so/exclusiveaddruse) solves the problem.

Re: [Chicken-users] Issues with socket egg

2013-06-17 Thread Jim Ursetto
On Jun 17, 2013, at 12:10 PM, Michele La Monaca wrote: > On Sat, Jun 15, 2013 at 1:00 AM, Jim Ursetto wrote: >> I believe this should fix the Cygwin problem. > > Yes, it does. Thanks. > > If you care, in Mingw/Msys installation works but it does complain > about the redefinition of EINVAL and