Re: Problem with latest setup-x86.exe

2013-11-19 Thread Harry G McGavran Jr
Achim Gratz writes: Corinna Vinschen writes: I just explained that in a reply an the cygwin-apps list: http://cygwin.com/ml/cygwin-apps/2013-11/msg00075.html I applied a patch to setup which should fix the issue. The patch WJFFM. But in line 266 of main.cc set_cout() is still called if

Re: Problem with latest setup-x86.exe

2013-11-19 Thread Corinna Vinschen
On Nov 19 09:30, Harry G McGavran Jr wrote: Achim Gratz writes: Corinna Vinschen writes: I just explained that in a reply an the cygwin-apps list: http://cygwin.com/ml/cygwin-apps/2013-11/msg00075.html I applied a patch to setup which should fix the issue. The patch WJFFM. But

Re: Problem with latest setup-x86.exe

2013-11-19 Thread Harry G McGavran Jr
Corinna Vinschen writes: Achim Gratz writes: Corinna Vinschen writes: I just explained that in a reply an the cygwin-apps list: http://cygwin.com/ml/cygwin-apps/2013-11/msg00075.html I applied a patch to setup which should fix the issue. The patch WJFFM. But in line

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Corinna Vinschen
On Nov 17 18:54, Achim Gratz wrote: Christopher Faylor writes: I appreciate your looking at the source code but given what you changed, I don't understand how what you did would fix that. If your changes were really necessary then something would have to be seriously wrong with mscvrt

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Harry G McGavran Jr
Corinna Vinschen wrote: I just explained that in a reply an the cygwin-apps list: http://cygwin.com/ml/cygwin-apps/2013-11/msg00075.html I applied a patch to setup which should fix the issue. I grabbed the latest source (which has the nt_fopen in it) and built it without the argv patch, but it

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Achim Gratz
Harry G McGavran Jr writes: int main(int argc, char **argv, char **envp) The entry point in setup.exe is WinMain, which has a different signature and entry point. The use of __argv ties into the actual RTC entry point of WinMainCRTStartup and gets populated on startup. If indeed on one of your

Re: Problem with latest setup-x86.exe

2013-11-18 Thread Achim Gratz
Corinna Vinschen writes: I just explained that in a reply an the cygwin-apps list: http://cygwin.com/ml/cygwin-apps/2013-11/msg00075.html I applied a patch to setup which should fix the issue. The patch WJFFM. :-) Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk

Re: Problem with latest setup-x86.exe

2013-11-17 Thread Achim Gratz
Christopher Faylor writes: I appreciate your looking at the source code but given what you changed, I don't understand how what you did would fix that. If your changes were really necessary then something would have to be seriously wrong with mscvrt handling of argv strings. That points to a

Problem with latest setup-x86.exe

2013-11-12 Thread Harry G McGavran Jr
On only one of my Windows 7 machines the latest setup-x86.exe works but always exits with an Access Violation. So, I downloaded the source to setup and built it. But in order to make the build work, I had to remove -Werror from the Makefile and add a definition for ARRAYSIZE to main.cc. The fix

Re: Problem with latest setup-x86.exe

2013-11-12 Thread Christopher Faylor
On Tue, Nov 12, 2013 at 10:54:03AM -0700, Harry G McGavran Jr wrote: On only one of my Windows 7 machines the latest setup-x86.exe works but always exits with an Access Violation. I appreciate your looking at the source code but given what you changed, I don't understand how what you did would

Re: Problem with latest setup-x86.exe

2013-11-12 Thread Harry G McGavran Jr
On 11/12/2013 10:54 AM, Harry G McGavran Jr wrote: On only one of my Windows 7 machines the latest setup-x86.exe works but always exits with an Access Violation. So, I downloaded the source to setup and built it. But in order to make the build work, I had to remove -Werror from the