Date: Mon, 27 Oct 1997 10:28:34 -0800 (PST) From: Everett Batey <efb@vcd.com> To: jkh@whisker.cdrom.com Cc: jkh@time.cdrom.com, questions@freebsd.org Subject: Mutt mail, ncurses, terminfo on 2.0.5 Message-ID: <199710271828.KAA09956@vcd.com>
next in thread | raw e-mail | index | archive | help
Hey Guys .. Question from the FAQ I couldnt find .. MUTT .. found no port .. Pointers from http://mutt.cotdazr.org/ .. It says it wants ncurses (ncurses-1.9.9g[961202]ftp://ftp.netcom.com/pub/zm/zmbenhal/ncurses/) or slang (slang-0.99-38 [970121]ftp://space.mit.edu/pub/davis/slang/) Looking on our 2.1.6 and 2.0.5 systems of free bsd I dont see terminfo .. but I do see ncurses references from locate .. When I grabbed the MUTT sources mutt-0.85e.tar.gz .. did a FreeBSD ./configure FOLLOWs last outputs of config.log and make -Ad on the 2.0.5 .. Ideas of how or if I can safely get MUTT .. seems to bean elm and pine for my needs .. with or without external ncurses install .. terminfo install will be greatly appreciated... /Everett/ End of mutt config.log .. configure:2136: gcc -o conftest -g -O2 conftest.c -lncurses 1>&5 configure: failed program was: #line 2122 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/stat.h> int main (int argc, char **argv) { struct stat s; stat ("/var/mail", &s); if (s.st_mode & S_IWOTH) exit (0); exit (1); } configure:2161: checking if /var/mail is group writable configure:2183: gcc -o conftest -g -O2 conftest.c -lncurses 1>&5 configure: failed program was: #line 2169 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/stat.h> int main (int argc, char **argv) { struct stat s; stat ("/var/mail", &s); if (s.st_mode & S_IWGRP) exit (0); exit (1); } configure:2219: checking where to put architecture-independent data files END-of-FILE When I tried make .. it went thru a lot of the progs .. finally it died ,,, make -Ad SuffFindDeps (menu.c) trying menu.y...Searching for menu.y...failed. not there trying menu.l...Searching for menu.l...failed. not there menu.c:@ = menu.c menu.c:* = menu Searching for menu.c...in '.' menu.c:@ = menu.c menu.c:* = menu menu.o:< = menu.c Examining menu.c...modified 18:51:22 Oct 6, 1997...up-to-date. Examining menu.o...non-existent...modified before source...out-of-date. menu.o:> = menu.c menu.o:? = menu.c gcc -Wall -pedantic -g -O2 -DSHAREDIR=\"/usr/local/share\" -I. -I. -c menu.c menu.c: In function `menu_pad_string': menu.c:100: parse error before `}' *** Error code 1 Stop.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710271828.KAA09956>