MinGW compilation with *-Wall -Werror -Wextra*: C:\MinGW\bin\gcc.exe -DLIBSSH2_WIN32 -DLIBSSH2_API="" -Wall -Werror -Wextra -IC:\TEMP\SVN\libssh2\include -IC:\TEMP\SVN\libssh2\build\src -IC:\TEMP\SVN\openssl\include -IC:\TEMP\SVN\libssh2\zlib -IC:\TEMP\SVN\libssh2\win32 -o CMakeFiles\ssh2.dir\src\session.c.obj -c C:\TEMP\SVN\libssh2\src\session.c cc1.exe: warnings being treated as errors C:\TEMP\SVN\libssh2\src\session.c: In function 'session_nonblock': C:\TEMP\SVN\libssh2\src\session.c:241: error: unused parameter 'sockfd' C:\TEMP\SVN\libssh2\src\session.c:242: error: unused parameter 'nonblock' C:\TEMP\SVN\libssh2\src\session.c: In function '_libssh2_wait_socket': C:\TEMP\SVN\libssh2\src\session.c:507: error: comparison between signed and unsigned integer expressions mingw32-make[2]: *** [CMakeFiles/ssh2.dir/src/session.c.obj] Error 1 mingw32-make[2]: Leaving directory `C:/TEMP/SVN/libssh2/build' mingw32-make[1]: *** [CMakeFiles/ssh2.dir/all] Error 2 mingw32-make[1]: Leaving directory `C:/TEMP/SVN/libssh2/build'
2009/7/28 Simon Josefsson <[email protected]> > Daniel Stenberg <[email protected]> writes: > > > Hey > > > > We won't add any new features before release, and I'll just give an > > additional two weeks from now for more bugs to creep up and get fixed > > and then I intend to release 1.2. Unless something terrible happens. > > Great! I tried building for Mingw and it worked fine. So I can rapidly > prepare Win32 DLL's of the official 1.2 release. So +1 for a release > soon. > > Thanks, > Simon > _______________________________________________ > libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel >
_______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
