Emacs window doesn't display after rebaseall

2005-08-17 Thread andres
fixed. This worked for me after having problems with emacs due to a rebaseall command that was necessary to get the Python Imaging Library to install properly. Andres Corrada -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Problem with perl dbmopen command

2003-07-04 Thread Andres Azar
Hello. I'm running cygwin 1.3.22 under Windows ME. Following commands $ perl -e 'dbmopen(%A,"/tmp/htagd79287565",0600) && print"OK\n"' $ ls -l /tmp/htag* yield this result: -rw-r--r--1 andres all 3072 Jun 20 12:57 /tmp/htagd792875

Can't compile glib with cygwin: Error 139 in make

2003-02-07 Thread Andres Moya
gs, and without affecting glib? 3) In module gobject, the make stops with a strange error. Here is the extracted output: --- Making all in gobject make[2]: Entering directory `/home/andres/glib-2.2.0-linux/gobject' [...some stuf

1.7.10/1.7.11: .Net programs started from a cygwin console may fail.

2012-02-27 Thread Andres Martinelli
Hi Cygwin, Many .Net programs that use to run correctly from a cygwin 1.7.9 console started throwing exceptions after updating to versions 1.7.10/1.7.11. I have noticed this problem on machines running Windows XP and Vista (32bits). I attach a very small example that triggers the bug. The exa

1.7.10/1.7.11: .Net programs started from a cygwin console may fail.

2012-02-27 Thread Andres Martinelli
Hi Cygwin, Many .Net programs that use to run correctly from a cygwin 1.7.9 console started throwing exceptions after updating to versions 1.7.10/1.7.11. I have noticed this problem on machines running Windows XP and Vista (32bits). I attach a very small example that triggers the bug. The exa

Re: git svn got error int the latest versoin of cygwin

2012-03-05 Thread Andres Martinelli
re to run 'rebaseall'. (http://cygwin.com/faq/faq.using.html#faq.using.fixing-fork-failures). /Andres On 2012-03-05 13:51, 徐鸿 wrote: Hi all, Any one use git svn on cygwin , I got such error used the latest version. I am not sure it's an cygwin/perl/git/svn problem ? $ uname -a CY

RE: Problem with .NET applications and pipes in 1.7.11

2012-03-14 Thread Andres Martinelli
I have also encountered this problem, and I can confirm it appears to be fixed as of today's snapshot (20120314). I am running on Windows Vista 32-bit Thanks to all for the fix! Andrés On 3/14/2012 9:53 AM, Pavel Holejsovsky wrote: >On 3/14/2012 8:11 AM, David Lindstrom wrote: >> Hi everyone. >

Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Andres Corrada-Emmanuel
enthough it is in one of the PATH directories? Andres Corrada-Emmanuel Senior Research Fellow Information Extraction and Synthesis Laboratory University of Massachusetts, Amherst -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Andres Corrada-Emmanuel
Yes, it is, by everybody. The command history below shows that I can exectute it when I specify the full path. Andres Corrada-Emmanuel Senior Research Fellow Information Extraction and Synthesis Laboratory University of Massachusetts, Amherst On Fri, 13 Aug 2004, Ken Dibble wrote: > >

Re: Command not found eventhough it is on one of the PATH directories

2004-08-13 Thread Andres Corrada-Emmanuel
Okay. It gets weirder: /home/corrada 45 % strace jython.bat Jython 2.2a0 on java1.4.2_05 (JIT: null) >>> import sys >>> sys.exit(0) /home/corrada 46 % jython.bat jython.bat: Command not found. Why does 'strace jython.bat' work but not 'jython.bat'? A

Saving history under tcsh

2004-08-17 Thread Andres Corrada-Emmanuel
Hello, I've edited my ~/.cshrc file to have the following commands set history = 1000 set savehist A .history file is created upon logout but it contains no history (i.e. it has zero bytes)! What am I missing? My /cygwin.bat file invokes tcsh upon startup like so: tcsh -l Andres Co

Re: os.path.join inconsistency?

2004-08-31 Thread Andres Corrada-Emmanuel
Jason, I agree the behaviour I'm arguing for is debatable. After taking a look at ntpath.py and posixpath.py, I see that a satisfactory solution would be tricky. I'll play around with a made-up hack like cygwinpath.py to see if it is worth pursuing... >Andres, >On Mon, Aug 3