commnd line parameter -nolisten is incompatible wih -multiwindow ?

2009-03-18 Thread ludo
Hello, I can't start XWin with both -nolisten and -multiwindow parameter Is this a bug or a ... feature ? $ XWin :0 -multiwindow -nolisten tcp Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.5.3.0 (20090222) Contact: cygwin-xfree@cygwin.com XWin was started with the

Re: gdb crashes when debugging setup.exe

2009-03-16 Thread ludo
Dave Korn a écrit : [...] Is maybe one of you using gcc-3 with stabs debug and the other using gcc-4 with dwarf-2 debug? I also forgot to ask, 1.5 or 1.7? I use gcc 3 and gdb 6.8.0 it is the version 1.5 of setup (and I compile it with the gcc 3.4.4) $ gcc --version gcc (GCC)

gdb crashes when debugging setup.exe

2009-03-13 Thread ludo
Hi, I try to debug setup.exe but gdb crashes when I start the program * I get source of setup from CVS (sources.redhat.com:/cvs/cygwin-apps) and I build it with ./doconfigure make make install * I try to start a debugging session : $ gdb ./setup.exe GNU gdb 6.8.0.20080328-cvs

Re: how to install libtoolize [FIXED]

2009-02-09 Thread ludo
[...] There are continued problems with setup.ini after last weeks problems. I made some changes to tighten up the way that setup.ini was generated which caused package directories to be sorted differently. That uncovered a problem with libtool, apr1, and aprutil1. There were duplicate

how to install libtoolize

2009-02-05 Thread ludo
I'll try to build VideoLAN but it uses libtoolize I have tried to install libtool (1.5b-2) with setup.exe but this package doesn't include /usr/bin/libtoolize. In fact, the downloaded libtool-1.5b-2.tar.bz2 is empty I have tried to installed an alternative version : I uncheck Hide obsolete

problem starting cygwin for a new user

2009-01-26 Thread ludo
Hi, I use cygwin on XP with success when my login name doesn't contain accent I open a windows session with my windows login ludo and I start cygwin.bat = all is right Now, I open another windows session with another login gérard When I launch cigwin.bat, bash displays error messages like

paste into vim

2009-01-20 Thread ludo
Hi, how to paste in vim (not gvim) from clipboard ? I have two terminals (rxvt) In the first terminal, I select a text with the mouse (and I can see it in the windows clipboard via clipbrd.exe) In the second terminal, I run vim, and I want to paste the selected text I try the command *p but

Re: paste into vim

2009-01-20 Thread ludo
Morche Matthias a écrit : how to paste in vim (not gvim) from clipboard ? Hold down Shift while middle-clicking. or press Shift-Insert ... in my configuration, [shift]+[middle-clicking] paste the vim clipboard not the windows clipboard (there is no difference between

Re: paste into vim

2009-01-20 Thread ludo
Morche Matthias a écrit : how to paste in vim (not gvim) from clipboard ? Hold down Shift while middle-clicking. or press Shift-Insert ... YES ! that's work thanks a lot -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

mouse wheel doesn't work in vim

2009-01-20 Thread ludo
Hi, my mouse wheel works fine in my terminal (rxvt) but when I use vim, the mouse wheel doesn't scrool the screen According to vim documentation, I try to add some additionnal mappings in my .vimrc without success Is this a vim issue ? or is it a rxvt issue ? thanks -- Unsubscribe info:

Re: mouse wheel doesn't work in vim

2009-01-20 Thread ludo
Matt Wozniski a écrit : On Tue, Jan 20, 2009 at 8:50 AM, ludo wrote: Hi, my mouse wheel works fine in my terminal (rxvt) but when I use vim, the mouse wheel doesn't scrool the screen According to vim documentation, I try to add some additionnal mappings in my .vimrc without success

Re: paste into vim

2009-01-20 Thread ludo
Matt Wozniski a écrit : On Tue, Jan 20, 2009 at 4:43 AM, ludo wrote: Hi, how to paste in vim (not gvim) from clipboard ? I have two terminals (rxvt) In the first terminal, I select a text with the mouse (and I can see it in the windows clipboard via clipbrd.exe) In the second terminal, I

startx doesn't if $HOME contains white spaces

2008-11-19 Thread ludo
Hello, my $HOME is : $ echo $HOME /c/Documents and Settings/patrick.PRO2204 when I start 'startx' $ startx /usr/bin/startx: line 38: [: too many arguments /usr/bin/startx: line 107: [: too many arguments Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.5.3.0 (10503000)

Re: startx doesn't if $HOME contains white spaces

2008-11-19 Thread ludo
Marco Atzeri a écrit : --- ludo ha scritto: ... it is not a good idea: http://cygwin.com/faq/faq-nochunks.html#faq.using.filename-spaces thanks for the link now ... startx works well -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

need some explanations about files .a .la .dll.a

2008-11-05 Thread ludo
Hi, I'm a newbie on cygwin platform and I'm not sure to understand the semantic of lib files It seems that for a library foo, several files are created : * cygfoo.dll = this is the true lib. This file contains the real code of the lib : It is the equivalent of the foo.dll in MS

Re: how to recompile XWin.exe ?

2008-11-03 Thread ludo
Jon TURNEY a écrit : I want to recompile XWin.exe but I can't find the correct source files could you give a ULR on a tarball or a CVS / SVN / GIT ... path on the repository into x.org or cygwin.com or ... I have tried without success : * git repository on x.org : target cygwin can't be

how to recompile XWin.exe ?

2008-10-13 Thread ludo
I want to recompile XWin.exe but I can't find the correct source files could you give a ULR on a tarball or a CVS / SVN / GIT ... path on the repository into x.org or cygwin.com or ... I have tried without success : * git repository on x.org : target cygwin can't be build * cygwin