On Mon, Sep 18, 2000 at 05:05:31PM +1100, Michael Lake wrote:
> Jeff Waugh wrote:
> > > What should I check for/install to get this function term_set_winsize
> > > etc?
> > 
> > Make sure you have the -dev packages for the applicable libraries.
> ....
> > I did so for ncurses:
> > libncurses4-dev
> > libncurses5-dev
> 
> Thanks. Tried that suggestion.
> I put libncurses5-dev on (4-dev won't go on as well as it conflicts with
> dev-5) but I still get the error:
>       os_unix.o: In function `mch_set_winsize':
>       vim-5.7/src/os_unix.c:2076: undefined
>       reference to    `term_set_winsize'
> 
> I did a make clean and deleted config.h before ./configure again.

Try `make distclean' and see what happens. That should also remove
configure.cache and a few other bits and pieces

> Can someone do a grep for this function and then an enquiry using rpm or
> apt to find out what package I'm missing.  

I couldn't find that function in any library, so I suspect libncurses is
what you need. 

Anand


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to