Re: Anecdotal: Rebase and Visual Studio 2015 and /etc

2016-07-06 Thread Vlado
On 6.7.2016 7:17, Warren Young wrote: if the mirror was used for both an x86 and x86_64 installation, it always uses the x86 setup.ini, regardless of the current architecture. Good catch! The script now uses the output of uname -m to select the mirror subdirectory. Hi, this is not allways

Re: Anecdotal: Rebase and Visual Studio 2015 and /etc

2016-07-06 Thread Vlado
Hi. One more sugestion: use -e test instead of -r, because Perl -r is not allways reliable in mixed Cygwin/Windows environment. (Cygwin terminal) $ perl -e "if( -r 'Cygwin/http%3A%2F%2Fgd.tuwien.ac.at%2Fgnu%2Fcygwin%2F/x86/setup.ini'){print 'readable'}else{print 'cant read'}" cant read $ h

strace red herring ?

2016-07-06 Thread Marco Atzeri
strace extract from a simple session strace -o mc.strace /usr/bin/mc.exe some of the "child_copy: dll bss" report huge time steps, but I am almost sure the program was not waiting 15 seconds 18 526 [main] bash 5824 pinfo::thisproc: myself dwProcessId 5824 47 573 [main] bash 5824 child_copy: d

Re: strace red herring ?

2016-07-06 Thread Corinna Vinschen
On Jul 6 17:40, Marco Atzeri wrote: > strace extract from a simple session > strace -o mc.strace /usr/bin/mc.exe > > some of the "child_copy: dll bss" report huge time steps, > but I am almost sure the program was not waiting 15 seconds > > > 18 526 [main] bash 5824 pinfo::thisproc: myself dw

Re: strace red herring ?

2016-07-06 Thread Corinna Vinschen
On Jul 6 18:42, Corinna Vinschen wrote: > On Jul 6 17:40, Marco Atzeri wrote: > > strace extract from a simple session > > strace -o mc.strace /usr/bin/mc.exe > > > > some of the "child_copy: dll bss" report huge time steps, > > but I am almost sure the program was not waiting 15 seconds > >

question about clearing all pending updates from setup.exe

2016-07-06 Thread LMH
Hello, I need to update my python version but at this point, I don't want to install any other updates. This is an old xp box and I don't want to fiddle with it overly much given that xp support is going away. If changing python causes issues, I can always change it back. I know I can select

Hi cygwin

2016-07-06 Thread MichaelRWolf
Greetings cygwin http://www.torosinc.com/chemical.php?france=162wmnz8ugexvy7 Yours MichaelRWolf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/m

Re: question about clearing all pending updates from setup.exe

2016-07-06 Thread Marco Atzeri
On 06/07/2016 21:42, LMH wrote: Hello, I need to update my python version but at this point, I don't want to install any other updates. This is an old xp box and I don't want to fiddle with it overly much given that xp support is going away. If changing python causes issues, I can always change

Re: question about clearing all pending updates from setup.exe

2016-07-06 Thread LMH
Marco Atzeri wrote: On 06/07/2016 21:42, LMH wrote: Hello, I need to update my python version but at this point, I don't want to install any other updates. This is an old xp box and I don't want to fiddle with it overly much given that xp support is going away. If changing python causes issues,

Re: question about clearing all pending updates from setup.exe

2016-07-06 Thread Marco Atzeri
On 06/07/2016 22:31, LMH wrote: Marco Atzeri wrote: Thanks, I thought there was a way to do this but couldn't remember. It looks like I need python 3.2 and it seems as if cygwin only goes up to python 2.7 LMH $ cygcheck -cd python3 Cygwin Package Information Package Versio

Re: How to build Emacs in Cygwin environment?

2016-07-06 Thread Xi Shen
So I should execute "config --with-w32" inside a cygwin environment? Xi Shen about.me/davidshen On Tue, Jul 5, 2016 at 6:45 PM, Andy Moreton wrote: > On Tue 05 Jul 2016, Xi Shen wrote: > >> Hi, >> >> I want to make some code change to Emacs for Windows, but first I need >> to setup the build e