Subject: Re: Build error under MinGW 4.4.0

Re: Build error under MinGW 4.4.0

From: Peter Stuge <peter_at_stuge.se>
Date: Wed, 8 Jul 2009 14:53:20 +0200

Please stop top-posting.

Steven Van Ingelgem wrote:
> libssh2_priv.h @ around line 100:
> /* Provide iovec / writev on WIN32 platform. */
> #ifdef WIN32
>
> /* same as WSABUF */
> struct iovec {
> u_long iov_len;
> char *iov_base;
> };
>
>
> So it is only on Win32 yes...

Then I suggest changing that struct definition to use void * and it
should compile again?

//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2009-07-08