Lisa Hickey
2004-Nov-01 15:21 UTC
Configure error: Cannot find a type to use in place of socklen_t
Hi, I'm using rsync with cygwin (i'm working on a windows OS) but when the config script is running i get an error - "Cannot find a type to use in place of socklen_t". I have searched google but most of the solutions said to edit the configure file but none of their files that they are editing look like my configure file. Does anyone know how i might fix this error? Thanks in advance
Wayne Davison
2004-Nov-02 16:13 UTC
Configure error: Cannot find a type to use in place of socklen_t
On Mon, Nov 01, 2004 at 03:20:17PM +0000, Lisa Hickey wrote:> I'm using rsync with cygwin (i'm working on a windows OS) but when the > config script is running i get an error - "Cannot find a type to use > in place of socklen_t".I would recommend snagging the cygwin source archive and looking to see how they compile rsync. When last I looked, I didn't see any special configure code (which was a while back), so perhaps you just need to install some developer packages (i.e. you might have missing header files). ..wayne..