git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] MinGW(-W64) compilation
@ 2014-09-30  7:02 Marat Radchenko
  2014-09-30  7:02 ` [PATCH 01/14] MINGW: compat/mingw.h: do not attempt to redefine lseek on mingw-w64 Marat Radchenko
                   ` (17 more replies)
  0 siblings, 18 replies; 30+ messages in thread
From: Marat Radchenko @ 2014-09-30  7:02 UTC (permalink / raw)
  To: git; +Cc: marat, msysGit

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 to build on MinGW-W64, you need to use 'v1.x', 'v2.x' or 'sf/v3.x'
branches from MinGW-W64 repo because MinGW-W64 releases do not yet have a fix
for https://sourceforge.net/p/mingw-w64/bugs/397

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2014-10-08 13:58 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30  7:02 [PATCH v4] MinGW(-W64) compilation Marat Radchenko
2014-09-30  7:02 ` [PATCH 01/14] MINGW: compat/mingw.h: do not attempt to redefine lseek on mingw-w64 Marat Radchenko
2014-09-30  7:02 ` [PATCH 02/14] MSVC: config.mak.uname: drop -D__USE_MINGW_ACCESS from CFLAGS Marat Radchenko
2014-09-30  7:02 ` [PATCH 03/14] MINGW: compat/mingw.h: drop fork() definition Marat Radchenko
2014-09-30  7:02 ` [PATCH 04/14] MINGW: do not fail at redefining pid_t on MinGW-W64 Marat Radchenko
2014-09-30  7:02 ` [PATCH 05/14] MINGW: config.mak.uname: allow using cURL for non-msysGit builds Marat Radchenko
2014-09-30  7:02 ` [PATCH 06/14] MINGW: compat/winansi.c: do not redefine CONSOLE_FONT_INFOEX Marat Radchenko
2014-09-30  7:02 ` [PATCH 07/14] Fix BASIC_LDFLAGS and COMPAT_CFLAGS for 64bit MinGW-w64 Marat Radchenko
2014-09-30  7:02 ` [PATCH 08/14] MINGW: git-compat-util.h: use inttypes.h for printf macros Marat Radchenko
2014-09-30  7:02 ` [PATCH 09/14] MINGW: config.mak.uname: reorganize MinGW settings Marat Radchenko
2014-09-30  7:02 ` [PATCH 10/14] Makefile: introduce CROSS_COMPILE variable Marat Radchenko
2014-09-30  7:02 ` [PATCH 11/14] compat/nedmalloc/malloc.c.h: fix compilation under MinGW-W64 Marat Radchenko
2014-09-30  7:02 ` [PATCH 12/14] Fix pointer -> integer casts on IL32P64 systems Marat Radchenko
2014-09-30  7:02 ` [PATCH 13/14] git-compat-util.h: fix integer overflow " Marat Radchenko
2014-09-30  7:02 ` [PATCH 14/14] MINGW: config.mak.uname: auto-detect MinGW build from compiler Marat Radchenko
2014-09-30 10:10 ` [PATCH v4] MinGW(-W64) compilation Duy Nguyen
2014-10-06  5:17 ` Marat Radchenko
2014-10-06 18:50   ` Johannes Sixt
2014-10-07 19:01     ` Junio C Hamano
2014-10-07 19:57       ` Johannes Sixt
2014-10-07 23:09 ` Thomas Braun
2014-10-08  4:53   ` Marat Radchenko
2014-10-08  8:59     ` Johannes Schindelin
2014-10-08  9:32       ` Marat Radchenko
2014-10-08 10:52         ` Johannes Schindelin
2014-10-08 10:43     ` Thomas Braun
2014-10-08  9:35   ` Johannes Schindelin
2014-10-08  9:40 ` Johannes Schindelin
2014-10-08 10:59   ` Marat Radchenko
2014-10-08 13:58     ` [msysGit] " Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).