Re: [Mingw-w64-public] using mingw-64 in Cygwin - "how to"

2015-08-18 Thread JonY
On 8/19/2015 04:34, Greg Jung wrote: > You shouldn't have t make any part of the toolchain, they are there to be > installed from cygwin setup. The names go like "mingw64-x86_64-gcc-g++" > etc. (no mingw32 mentioned). > > For usage instructions, there should be something on cygwin.org. It might

Re: [Mingw-w64-public] using mingw-64 in Cygwin - "how to"

2015-08-18 Thread Greg Jung
You shouldn't have t make any part of the toolchain, they are there to be installed from cygwin setup. The names go like "mingw64-x86_64-gcc-g++" etc. (no mingw32 mentioned). For usage instructions, there should be something on cygwin.org. It might be as simple as inserting /usr/x86_64-w64-ming

[Mingw-w64-public] [PATCH] dxva2api.idl: Added more IDL declaration.

2015-08-18 Thread Jacek Caban
--- mingw-w64-headers/include/dxva2api.idl | 320 ++--- 1 file changed, 139 insertions(+), 181 deletions(-) diff --git a/mingw-w64-headers/include/dxva2api.idl b/mingw-w64-headers/include/dxva2api.idl index 007a2e4..8aa0389 100644 --- a/mingw-w64-headers/include/dxva2

Re: [Mingw-w64-public] Patch: complete implementation of intsafe.h

2015-08-18 Thread Jacek Caban
On 08/17/15 20:20, David Grayson wrote: > On Tue, Aug 11, 2015 at 6:22 AM, Jacek Caban wrote: >> The patch looks good to me. > I think it's good too, but it looks like it (intsafe_2.2.1.patch) > hasn't been committed to the git repository. Can someone commit it? Sorry for the delay, I was hoping

[Mingw-w64-public] using mingw-64 in Cygwin - "how to"

2015-08-18 Thread foehn
Hi there, I installed x86_64-w64-mingw32-gcc collections from Cygwin setup and want to know what to do next to make the "x86_64-w64-mingw32-*" tools (x86_64-w64-mingw32-gcc, x86_64-w64-mingw32-g++, x86_64-w64-mingw32-ar, ...) function as being called like "gcc, g++, ar...". The link (http://