[PATCH v4] MinGW(-W64) compilation

2014-09-30 Thread Marat Radchenko
This patch series fixes building on modern MinGW and MinGW-W64 (including x86_64!). *Compilation* tested on: - MSVC - msysGit environment (twice) - Linux cross-toolchain i686-pc-mingw32 - Linux cross-toolchain i686-w64-mingw32 - Linux cross-toolchain x86_64-w64-mingw32 Attention: in order t

Re: [PATCH v4] MinGW(-W64) compilation

2014-09-30 Thread Duy Nguyen
On Tue, Sep 30, 2014 at 2:02 PM, Marat Radchenko wrote: > This patch series fixes building on modern MinGW and MinGW-W64 (including > x86_64!). > > *Compilation* tested on: > - MSVC > - msysGit environment (twice) > - Linux cross-toolchain i686-pc-mingw32 Thanks. I always wanted to do this bu

Re: [PATCH v4] MinGW(-W64) compilation

2014-10-05 Thread Marat Radchenko
On Tue, Sep 30, 2014 at 11:02:29AM +0400, Marat Radchenko wrote: > This patch series fixes building on modern MinGW and MinGW-W64 (including > x86_64!). Junio, ping? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majord

Re: [PATCH v4] MinGW(-W64) compilation

2014-10-07 Thread Junio C Hamano
Johannes Sixt writes: > Am 06.10.2014 um 07:17 schrieb Marat Radchenko: >> On Tue, Sep 30, 2014 at 11:02:29AM +0400, Marat Radchenko wrote: >>> This patch series fixes building on modern MinGW and MinGW-W64 (including >>> x86_64!). >> >> Junio, ping? >> > > Sorry, I forgot to report that this

Re: [PATCH v4] MinGW(-W64) compilation

2014-10-07 Thread Johannes Sixt
Am 07.10.2014 um 21:01 schrieb Junio C Hamano: > Johannes Sixt writes: > >> Am 06.10.2014 um 07:17 schrieb Marat Radchenko: >>> On Tue, Sep 30, 2014 at 11:02:29AM +0400, Marat Radchenko wrote: This patch series fixes building on modern MinGW and MinGW-W64 (including x86_64!). >>> >>> J

Re: [PATCH v4] MinGW(-W64) compilation

2014-10-07 Thread Thomas Braun
Am 30.09.2014 um 09:02 schrieb Marat Radchenko: > This patch series fixes building on modern MinGW and MinGW-W64 (including > x86_64!). > > *Compilation* tested on: > - MSVC > - msysGit environment (twice) Hi Marat, I wanted to verify that on msysgit but some patches fail to apply cleanly. Di

Re: [PATCH v4] MinGW(-W64) compilation

2014-10-07 Thread Marat Radchenko
On Wed, Oct 08, 2014 at 01:09:20AM +0200, Thomas Braun wrote: > Am 30.09.2014 um 09:02 schrieb Marat Radchenko: > > This patch series fixes building on modern MinGW and MinGW-W64 (including > > x86_64!). > > > > *Compilation* tested on: > > - MSVC > > - msysGit environment (twice) > > Hi Marat

Re: [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Thomas Braun
Am 08.10.2014 um 06:53 schrieb Marat Radchenko: > On Wed, Oct 08, 2014 at 01:09:20AM +0200, Thomas Braun wrote: >> Am 30.09.2014 um 09:02 schrieb Marat Radchenko: >>> This patch series fixes building on modern MinGW and MinGW-W64 (including >>> x86_64!). >>> >>> *Compilation* tested on: >>> - MSV

Re: [msysGit] [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Johannes Schindelin
Hi all, On Tue, 30 Sep 2014, Marat Radchenko wrote: > This patch series fixes building on modern MinGW and MinGW-W64 > (including x86_64!). To make it easier to review and substantially easier to work on this patch series with Git, I opened a pull request on GitHub: https://github.com/m

Re: [msysGit] [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Marat Radchenko
On Wed, Oct 08, 2014 at 11:40:17AM +0200, Johannes Schindelin wrote: > To make it easier to review and substantially easier to work on this patch > series with Git, I opened a pull request on GitHub: > > https://github.com/msysgit/git/pull/264 > 1. I fail to see how using a tool that doesn't

Re: [msysGit] [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Johannes Schindelin
Hi Marat, On Wed, 8 Oct 2014, Marat Radchenko wrote: > On Wed, Oct 08, 2014 at 11:40:17AM +0200, Johannes Schindelin wrote: > > To make it easier to review and substantially easier to work on this patch > > series with Git, I opened a pull request on GitHub: > > > > https://github.com/msysg

Re: [msysGit] Re: [PATCH v4] MinGW(-W64) compilation

2014-10-06 Thread Johannes Sixt
Am 06.10.2014 um 07:17 schrieb Marat Radchenko: > On Tue, Sep 30, 2014 at 11:02:29AM +0400, Marat Radchenko wrote: >> This patch series fixes building on modern MinGW and MinGW-W64 (including >> x86_64!). > > Junio, ping? > Sorry, I forgot to report that this updated series works now for me. T

Re: [msysGit] Re: [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Johannes Schindelin
Hi Marat, On Wed, 8 Oct 2014, Marat Radchenko wrote: > On Wed, Oct 08, 2014 at 01:09:20AM +0200, Thomas Braun wrote: > > > I wanted to verify that on msysgit but some patches fail to apply > > cleanly. Did you also had to tweak the patches? > > If yes, are these tweaked patches still available so

Re: [msysGit] Re: [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Marat Radchenko
On Wed, Oct 08, 2014 at 10:59:57AM +0200, Johannes Schindelin wrote: > Hi Marat, > > On Wed, 8 Oct 2014, Marat Radchenko wrote: > > That's not what msysgit folks say (they say that msysgit is the > development environment to build Git for Windows [*1*]). Aaargh! msys != msysgit != Git for Window

Re: [msysGit] Re: [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Johannes Schindelin
Hi Thomas, On Wed, 8 Oct 2014, Thomas Braun wrote: > I wanted to verify that on msysgit but some patches fail to apply > cleanly. Did you also had to tweak the patches? I applied the patches to git-for-windows/git's master, manually fixing three of them, and pushed the result to the 'w64' branch

Re: [msysGit] Re: [PATCH v4] MinGW(-W64) compilation

2014-10-08 Thread Johannes Schindelin
Hi Marat, On Wed, 8 Oct 2014, Marat Radchenko wrote: > On Wed, Oct 08, 2014 at 10:59:57AM +0200, Johannes Schindelin wrote: > > > So the idea would be to rebase from git/git/master onto > > msysgit/git/master. Did you do that yet? > > No, what for? To work together? If you are not interested i