On 1 Aug 2002, Marco Alanen <[EMAIL PROTECTED]> wrote: > Hello again > > I've done some researching and solved one of the problems. > Change in clinet.c line... around 106: > > from > sock_out.sin_family = (sa_family_t) PF_INET; > to > #ifndef __CYGWIN__ > sock_out.sin_family = (sa_family_t) PF_INET; > #else > sock_out.sin_family = PF_INET; > #endif
Thanks, I'll put something like that in the next release. > Then there is a problem in where.c:140. "No supported lock method". > No idea of how to solve that one :/ Could you have a quick look in the headers and see if fcntl and F_SETLK are supported on Cygwin? If they are, I will send you a patch to use that instead. -- Martin _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
