From owner-freebsd-questions Mon Oct 27 10:29:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12417 for questions-outgoing; Mon, 27 Oct 1997 10:29:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from vcd.com (www.vcd.com [205.231.12.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA12412 for ; Mon, 27 Oct 1997 10:29:26 -0800 (PST) (envelope-from efb@vcd.com) Received: (from efb@localhost) by vcd.com (8.8.3/8.8.3) id KAA09956; Mon, 27 Oct 1997 10:28:34 -0800 (PST) Date: Mon, 27 Oct 1997 10:28:34 -0800 (PST) From: Everett Batey Message-Id: <199710271828.KAA09956@vcd.com> To: jkh@whisker.cdrom.com Subject: Mutt mail, ncurses, terminfo on 2.0.5 Cc: jkh@time.cdrom.com, questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 #include 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 #include 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.