Reply-To: 
I am trying to fix an annoying problem in mutt in that it refuses to
resize - stick at 24 lines for example.

Installed ncurses 5.0 and tried 
[root@apple mutt-1.2.5]# ./configure --with-curses=/usr/include/ncurses

... during make, got this:

cc -DSHAREDIR=\"/usr/local/share/mutt\"
-DSYSCONFDIR=\"/usr/local/etc\"        -DBINDIR=\"/usr/local/bin\"
-DHAVE_CONFIG_H=1 -I. -I.  -Iintl -I/usr/local/include
-I/usr/include/ncurses/include -I./intl  -Wall -pedantic -g -O2 -c
dotlock.c
gcc  -Wall -pedantic -g -O2 -L/usr/include/ncurses/lib  -o mutt
addrbook.o alias.o attach.o base64.o browser.o buffy.o colour.o
commands.o complete.o compose.o copy.o curs_lib.o curs_main.o date.o
edit.o enter.o flags.o init.o filter.o from.o getdomain.o handler.o
hash.o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o
mh.o mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o
recvcmd.o rfc822.o rfc1524.o rfc2047.o rfc2231.o score.o send.o
sendlib.o signal.o sort.o status.o system.o thread.o charset.o
history.o lib.o muttlib.o editmsg.o pgp.o pgpinvoke.o pgpkey.o
pgplib.o gnupgparse.o resize.o dotlock.o   -lncurses
colour.o: In function `_mutt_parse_color':
/usr/s/mutt-1.2.5/colour.c:710: undefined reference to
`use_default_colors'
resize.o: In function `mutt_resize_screen':
/usr/s/mutt-1.2.5/resize.c:75: undefined reference to `resizeterm'
make[2]: *** [mutt] Error 1
make[2]: Leaving directory `/usr/s/mutt-1.2.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/s/mutt-1.2.5'
make: *** [all-recursive-am] Error 2

Its failing at one of the functions that I have a problem with viz.
mutt_resize_screen.

TO fix ... ?

Thanx
-- 
Eric Smith

Reply via email to