Re: pygtk installs only in python2.4?

2007-04-26 Thread Luca Masini
Jason Tishler wrote: This is a general problem with Python, not with pygtk in particular. The simplest solution is for the pygtk maintainer to build against the latest Python and release a new package. I had the same problem after upgrading cygwin. Python is automagically upgraded to

vim patch

2007-04-14 Thread Luca Masini
The attached patch should solve the problem with symbolic links. For ex. when editing /etc/hosts we get the warning E303: Unable to open swap file for hosts, recovery impossible See also http://cygwin.com/ml/cygwin/2006-06/msg00279.html http://www.mail-archive.com/[EMAIL

gdb not working with $?=123

2007-04-10 Thread Luca Masini
Hi, gdb does not works. When I run it nothing happens and $? is 123 I just tried to re-install it and googled but with no luck until now. Regards. Luca. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: gdb not working with $?=123

2007-04-10 Thread Luca Masini
Brian Dessent wrote: Try this: PATH=/usr/bin:$(cygpath -S) gdb --help If gdb works with this minimal PATH then try selectively adding the other components back in and see when it fails. If the above still doesn't work then you may have to resort to strace to see why gdb can't initialize.