[Mingw-w64-public] Jonathan break build on r2963 due to typo in Makefile.am

2010-07-27 Thread Dongsheng Song
Hi Jonathan, Here is the patch: Index: Makefile.in === --- Makefile.in(revision 2968) +++ Makefile.in(working copy) @@ -3697,7 +3697,7 @@ @LIB64_TRUE@ lib64/libks.a lib64/librpcdiag.a lib64/librpchttp.a

Re: [Mingw-w64-public] Jonathan break build on r2963 due to typo in Makefile.am

2010-07-27 Thread JonY
On 7/27/2010 15:20, Dongsheng Song wrote: Hi Jonathan, Here is the patch: Index: Makefile.in === --- Makefile.in(revision 2968) +++ Makefile.in(working copy) @@ -3697,7 +3697,7 @@ @LIB64_TRUE@ lib64/libks.a

[Mingw-w64-public] Change from 4.4.4 to 4.6.0

2010-07-27 Thread Sisyphus
Hi, I have binaries for gcc-4.4.4 20100208 and gcc-4.6.0 20100414 (cross-compilers). The former builds libssh2-1.2.6 fine (in msys shell), but the latter doesn't. The errors produced by 4.6.0 (during the 'make' stage) are attached in m.txt. Any ideas on how this change of behaviour from

Re: [Mingw-w64-public] Change from 4.4.4 to 4.6.0

2010-07-27 Thread Kai Tietz
2010/7/27 Sisyphus sisyph...@optusnet.com.au: Hi, I have binaries for gcc-4.4.4 20100208 and gcc-4.6.0 20100414 (cross-compilers). The former builds libssh2-1.2.6 fine (in msys shell), but the latter doesn't. The errors produced by 4.6.0 (during the 'make' stage) are attached in m.txt.

Re: [Mingw-w64-public] Change from 4.4.4 to 4.6.0

2010-07-27 Thread Sisyphus
- Original Message - From: Ozkan Sezer seze...@gmail.com you're supposed to include winsock2.h before windows.h, as windows.h by default includes the incompatible and older winsock.h. Plenty of software packages make this mistake. You'll need to fix up this assumptions. Well, I