Re: [Mingw-w64-public] MSYS2

2013-06-06 Thread Алексей Павлов
2013/6/7 Martin Mitáš > > Hi Alexey, > > I have just tried the 64-bit package on Win 7. I unpacked it it into > C:\msys as a replacement of my old MSYS package (not sure where it came > from). It could be an old MSYS package from the mingw project). I am using > console2 [1], which is set to use

Re: [Mingw-w64-public] MSYS2

2013-06-06 Thread Martin Mitáš
Hi Alexey, I have just tried the 64-bit package on Win 7. I unpacked it it into C:\msys as a replacement of my old MSYS package (not sure where it came from). It could be an old MSYS package from the mingw project). I am using console2 [1], which is set to use the following command as my shel

Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-06 Thread dw
You miss the point, Umm, ok. So, the end result here is that winnt.h should use SIZE_T, and intrin.h should use size_t. Something like this (attached)? dw Index: mingw-w64-crt/intrincs/__stosb.c === --- mingw-w64-crt/intrincs/

[Mingw-w64-public] MSYS2

2013-06-06 Thread Алексей Павлов
Hi, everybody! I have work on creating MSYS2 based on latest Cygwin sources and now create archives with alpha version. Links: 32-bit: x32-msys2-alpha-20130607.7z 64-bit: x64-msys2-alpha-201

Re: [Mingw-w64-public] Fwd: SourceForge Project Upgrade - Code Repo Complete

2013-06-06 Thread Rafaël Carré
If you want to use public key rather than password authentication with the new server: ssh -t USER,mingw-...@shell.sourceforge.net create ssh-copy-id u...@shell.sourceforge.net Le 06/06/2013 19:20, Kai Tietz a écrit : > Hello everybody, > > Please be aware. Project update happend by SourceForg

Re: [Mingw-w64-public] Fwd: SourceForge Project Upgrade - Code Repo Complete

2013-06-06 Thread Rafaël Carré
If you are a git-svn user, you can update your tree without fetching again the entire history: https://git.wiki.kernel.org/index.php?title=GitSvnSwitch&oldid=21811 Le 06/06/2013 19:20, Kai Tietz a écrit : > Hello everybody, > > Please be aware. Project update happend by SourceForge recently. I

Re: [Mingw-w64-public] Fwd: SourceForge Project Upgrade - Code Repo Complete

2013-06-06 Thread Earnie Boyd
On Thu, Jun 6, 2013 at 1:20 PM, Kai Tietz wrote: > Hello everybody, > > Please be aware. Project update happend by SourceForge recently. It > wasn't wished by us. Nevertheless we have to live by that. > Since I've lived through this nightmare already I have one word of advice; be cautious of yo

[Mingw-w64-public] Fwd: SourceForge Project Upgrade Notification

2013-06-06 Thread Kai Tietz
Hello everybody, for your information. SF updated our project and repository unasked. So please be aware that URLs might changed, behavior might change, etc ... We tried to avoid this to get genuine-pig for SF's new environment, but sadly couldn't avoid it. So we sadly have to live by this chang

[Mingw-w64-public] Fwd: SourceForge Project Upgrade - Code Repo Complete

2013-06-06 Thread Kai Tietz
Hello everybody, Please be aware. Project update happend by SourceForge recently. It wasn't wished by us. Nevertheless we have to live by that. Kai -- Forwarded message -- From: SourceForge.net Date: 2013/6/6 Subject: SourceForge Project Upgrade - Code Repo Complete To: nore.

Re: [Mingw-w64-public] [PATCH] Add IInspectable and IActivationFactory IDLs

2013-06-06 Thread Rafaël Carré
Le 06/06/2013 18:25, Rafaël Carré a écrit : > --- > mingw-w64-headers/Makefile.am | 2 + > mingw-w64-headers/Makefile.in | 2 + > mingw-w64-headers/include/activation.h| 154 ++ > mingw-w64-headers/include/activation.idl | 18 +++ > mingw-w

[Mingw-w64-public] [PATCH] Add IInspectable and IActivationFactory IDLs

2013-06-06 Thread Rafaël Carré
--- mingw-w64-headers/Makefile.am | 2 + mingw-w64-headers/Makefile.in | 2 + mingw-w64-headers/include/activation.h| 154 ++ mingw-w64-headers/include/activation.idl | 18 +++ mingw-w64-headers/include/inspectable.h | 178 +++