On 2007-06-04, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
> Quoting Gary Johnson <[EMAIL PROTECTED]>:
> 
> > I think 'infocmp' is part of the default cygwin installation, so
> > you 
> > should have it.  Execute it in the same bash shell you used to run
> > 
> > vim and see what you get.  The first three lines should look like 
> > this.
> > 
> > #       Reconstructed via infocmp from file:
> > /usr/share/terminfo/c/cygwin
> > cygwin|ansi emulation for Cygwin,
> >         am, hs, mir, msgr, xon,
> >         colors#8, it#8, pairs#64,
> > 
> > That will verify that your terminfo database is properly installed
> > 
> > and readable.  If you get something else, it may indicate what the
> > 
> > problem is.
> > 
> 
> 
> bash-3.2$infocmp
> infocmp: couldn't open terminfo file .
> 
> So this could be a problem. But I dont know how to solve it.
> 
> The termcap 20050421-1, terminfo 5.5_20061104-1 are already 
> installed on this system via cygwin. Is there anything else I 
> could do?

Yep, that's a problem all right.  However, I don't know enough about 
the Cygwin installation process to know what could have gone wrong.  
To pursue this further, I'd have to ask the folks on the cygwin 
mailing list.  I would suggest you go to the Cygwin web site and see 
what you can find about this in the FAQ (http://cygwin.com/faq.html) 
or in the mailing list archives (http://cygwin.com/ml/cygwin/).  If 
that doesn't get you anywhere, then read 
http://cygwin.com/lists.html and http://cygwin.com/problems.html, 
join the cygwin mailing list and post your question there.

> > Something else you might do is execute
> > 
> >    vim --version

[...]
> Linking: 
> gcc   -L/usr/local/lib -o vim.exe       -lncurses  -liconv -lintl        
> 
> 
> 
> > and will show whether or nor your vim was linked with the ncurses
> > library.

It was, so that's further evidence that vim itself is OK and that 
your problem is in your Cygwin installation.

> I have also installed the libncurses-devel 5.5-3 packages. But 
> that did not change anything...

No, that won't change anything unless your are compiling an 
application that uses ncurses.

Regards,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | Mobile Broadband Division
                             | Spokane, Washington, USA

Reply via email to