Re: [Mingw-w64-public] MSYS2

2013-08-25 Thread niXman
2013/8/26 Alexey Pavlov > New added: > - mc-4.8.10 (now properly work only under mintty); > - nano-2.3.2; Thank you! -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/ming

Re: [Mingw-w64-public] MSYS2

2013-08-25 Thread Alexey Pavlov
New MSYS2 snapshots: 32-bit: x32-msys2-beta1-20130826.tar.xz 64-bit: x64-msys2-beta1-20130826.tar.xz

Re: [Mingw-w64-public] _CRTIMP

2013-08-25 Thread dw
>> Is this intentional? Or a bug? > I'll leave this for Kai to decide whether to put in dllimport. Actually, it may not be as simple as it appears. Looking back at when stdio.h was first added to the project, everything WAS marked with _CRTIMP. The attribute was removed as part of 127 & 129

Re: [Mingw-w64-public] Using the official MinGW (32bit) distribution and integrate/install the x64 bit toolchains (targets)

2013-08-25 Thread John E. / TDM
On 8/25/2013 6:32 AM, Thomas Jung wrote: > is there a complete HowTo (like a step, by step guide) > how to integrate/install _in_addtition_ to the usual > mingw-get-inst.exe installation, which only builds 32 bit > targets? (btw, installed the latest package respository) *snip* > Or is this not pos

[Mingw-w64-public] New sbuild release - native i686-mingw-w64 and MSYS2

2013-08-25 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am happy to announce that new version of sbuild[1], based on MSYS2, is now more-or-less ready for use by someone who isn't me. Sbuild is a set of scripts to download and build fully-functional MSYS2 environment and a i686-mingw-w64 toolchain, and a

[Mingw-w64-public] Using the official MinGW (32bit) distribution and integrate/install the x64 bit toolchains (targets)

2013-08-25 Thread Thomas Jung
Hello, is there a complete HowTo (like a step, by step guide) how to integrate/install _in_addtition_ to the usual mingw-get-inst.exe installation, which only builds 32 bit targets? (btw, installed the latest package respository) Don't find such installation READMEs or HowTos and how to integrate

Re: [Mingw-w64-public] _CRTIMP

2013-08-25 Thread JonY
On 8/25/2013 16:06, dw wrote: > (Hopefully) I've got an easy question this time: Why doesn't feof() > (from stdio.h) use _CRTIMP? > > If there is no _CRTIMP (aka dllimport) on the definition for feof, you > get this when you call it: > >402cef:call 402b90 > > Note that this does NOT

[Mingw-w64-public] _CRTIMP

2013-08-25 Thread dw
(Hopefully) I've got an easy question this time: Why doesn't feof() (from stdio.h) use _CRTIMP? If there is no _CRTIMP (aka dllimport) on the definition for feof, you get this when you call it: 402cef:call 402b90 Note that this does NOT call the import. Instead it calls this stub w