Re: [Mingw-w64-public] MSYS2

2013-08-26 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:

Re: [Mingw-w64-public] MSYS2

2013-08-26 Thread Alexpux
26.08.2013, в 19:17, Rainer Emrich sf.rai...@emrich-ebersheim.de написал(а): Thank's for your work! Am 26.08.2013 08:09, schrieb Alexey Pavlov: - vim-7.4.007; That's nice to have. Did you ever tried expect? For me it doesn't work, always returns immediately without any output. How to

Re: [Mingw-w64-public] MSYS2

2013-08-26 Thread Alexpux
I'll upload new dev snapshots today in few hours. Regards, Alexey. 26.08.2013, в 18:20, Ray Donnelly mingw.andr...@gmail.com написал(а): Will there be a new developer snapshot too or should I just unpack this on-top of the last one and hope for the best? On Mon, Aug 26, 2013 at 7:19 AM,

Re: [Mingw-w64-public] MSYS2

2013-08-26 Thread Teemu Nätkinniemi
On 26.8.2013 18:38, Rainer Emrich wrote: Am 26.08.2013 17:27, schrieb Alexpux: 26.08.2013, в 19:17, Rainer Emrich sf.rai...@emrich-ebersheim.de написал(а): Did you ever tried expect? For me it doesn't work, always returns immediately without any output. How to reproduce problem? expect

Re: [Mingw-w64-public] MSYS2

2013-08-26 Thread Rainer Emrich
Am 26.08.2013 17:27, schrieb Alexpux: 26.08.2013, в 19:17, Rainer Emrich sf.rai...@emrich-ebersheim.de написал(а): Did you ever tried expect? For me it doesn't work, always returns immediately without any output. How to reproduce problem? expect -v should output the expect version, it

Re: [Mingw-w64-public] MSYS2

2013-08-26 Thread Alexpux
Ок I see problem. To have working expect just copy /lib/expect5.45/libexpect5.45.dll to /bin( DO NOT MOVE ONLY COPY). Regards, Alexey. 26.08.2013, в 19:53, Teemu Nätkinniemi tnatk...@gmail.com написал(а): On 26.8.2013 18:38, Rainer Emrich wrote: Am 26.08.2013 17:27, schrieb Alexpux:

Re: [Mingw-w64-public] MSYS2

2013-08-26 Thread Rainer Emrich
Am 26.08.2013 18:13, schrieb Alexpux: Ок I see problem. To have working expect just copy /lib/expect5.45/libexpect5.45.dll to /bin( DO NOT MOVE ONLY COPY). That helped, now I get an expect prompt. Will test further. Thank's Rainer 26.08.2013, в 19:53, Teemu Nätkinniemi tnatk...@gmail.com

[Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-26 Thread Sergei Antonov
Hi! This is my test program: #include windows.h #include ktmw32.h int main(){ HANDLE transaction = CreateTransaction(NULL, NULL, 0, 0, 0, 0, Lmy descr); if (transaction != INVALID_HANDLE_VALUE) CloseHandle(transaction); } == 1. Bogus warning == Using x64-4.8.1-release-win32-seh-rev4.7z

Re: [Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-26 Thread Kai Tietz
Hi, 2013/8/26 Sergei Antonov sap...@gmail.com: Hi! This is my test program: #include windows.h #include ktmw32.h int main(){ HANDLE transaction = CreateTransaction(NULL, NULL, 0, 0, 0, 0, Lmy descr); if (transaction != INVALID_HANDLE_VALUE) CloseHandle(transaction); } == 1.

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

2013-08-26 Thread Thomas Jung
Hello John E. / TDM 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 possible? I tried

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

2013-08-26 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.08.2013 01:35, Thomas Jung wrote: Hello John E. / TDM 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?

Re: [Mingw-w64-public] _CRTIMP

2013-08-26 Thread dw
we are capable to handle dll-imports without the proper decoration of the symbol. I understand why you want to have the stubs. This made more sense to me once I saw that __builtin_memset ends up using them to call __imp_memset. If a symbol is marked as dllimport, it means it becomes part

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

2013-08-26 Thread JonY
On 8/27/2013 05:35, Thomas Jung wrote: Ok, Thank you for the tip. But I don't find a Step By Step or Tutorial a HowTo to install all the usuall tools (make, msys, gdp and additional, but useful libs like pthreads or other useful tools to install within MinGW and to setup the mingw-w64