Re: [Mingw-w64-public] PRIu64 and uint64_t

2013-06-10 Thread Jim Michaels
is there a way to detect compilation  with --ansi or --posix? From: Tony Theodore tony.theod...@gmail.com To: Gunnar gunnar.ha...@chello.nl Cc: mingw-w64-public@lists.sourceforge.net Sent: Sunday, June 9, 2013 8:26 PM Subject: Re: [Mingw-w64-public] PRIu64

Re: [Mingw-w64-public] MSYS2 GPL infringement (was Re: MSYS2)

2013-06-10 Thread Corinna Vinschen
Hi Алексей, On Jun 8 12:49, Алексей Павлов wrote: I recreate git repository on msys2.sf.net. Now master branch point to MSYS2 source and when you go to code page on sf.net you get page with MSYS2 source. Thank you, that's much better. This allows an unaware user to access the correct

Re: [Mingw-w64-public] [PATCH] dxva2api.h: include d3d9.h

2013-06-10 Thread Jacek Caban
On 06/10/13 11:48, Rafaël Carré wrote: diff --git a/mingw-w64-headers/include/dxva2api.idl b/mingw-w64-headers/include/dxva2api.idl index c0fd3b0..5d8646f 100644 --- a/mingw-w64-headers/include/dxva2api.idl +++ b/mingw-w64-headers/include/dxva2api.idl @@ -12,6 +12,8 @@ typedef DWORD

Re: [Mingw-w64-public] PRIu64 and uint64_t

2013-06-10 Thread JonY
On 6/10/2013 14:07, Jim Michaels wrote: is there a way to detect compilation with --ansi or --posix? No, this should not be needed, the correct inttypes macro will be used corresponding to the printf set. C99 printf with __mingw_printf etc... I have not investigated this further.

Re: [Mingw-w64-public] MSYS2 GPL infringement (was Re: MSYS2)

2013-06-10 Thread Алексей Павлов
Corinna, I upload 3rdparty sources that I use in MSYS2 to https://sourceforge.net/projects/msys2/files/Sources/ Regards, Alexey. -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate

Re: [Mingw-w64-public] PRIu64 and uint64_t

2013-06-10 Thread JonY
On 6/10/2013 18:06, JonY wrote: On 6/10/2013 14:07, Jim Michaels wrote: is there a way to detect compilation with --ansi or --posix? No, this should not be needed, the correct inttypes macro will be used corresponding to the printf set. C99 printf with __mingw_printf etc... There is no

Re: [Mingw-w64-public] MSYS2

2013-06-10 Thread Алексей Павлов
New snapshots released. In this version I split MSYS2 into two parts: MSYS2 (for using with mingw compilers) and DEVELOP (msys-gcc, msys-binutils, win32api, libraries, headers). Links: 32 bit: x32-msys2-alpha-20130610.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions

Re: [Mingw-w64-public] Regression in trunk regarding InterlockedCompareExchange

2013-06-10 Thread Erik van Pienbroek
Erik van Pienbroek schreef op za 25-05-2013 om 20:46 [+0200]: Here's a really minimal testcase which demonstrates the problem: $ touch foo.c $ i686-w64-mingw32-gcc -shared foo.c -o foo.dll -Wl,--export-all-symbols $ i686-w64-mingw32-objdump -p foo.dll snip [Ordinal/Name Pointer] Table

Re: [Mingw-w64-public] Regression in trunk regarding InterlockedCompareExchange

2013-06-10 Thread Kai Tietz
2013/6/10 Erik van Pienbroek e...@vanpienbroek.nl: Erik van Pienbroek schreef op za 25-05-2013 om 20:46 [+0200]: Here's a really minimal testcase which demonstrates the problem: $ touch foo.c $ i686-w64-mingw32-gcc -shared foo.c -o foo.dll -Wl,--export-all-symbols $ i686-w64-mingw32-objdump