From owner-freebsd-questions Mon Oct 8 21:41:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sylvester.dsj.net (sylvester.dsj.net [208.148.151.43]) by hub.freebsd.org (Postfix) with ESMTP id 6F79937B401 for ; Mon, 8 Oct 2001 21:41:17 -0700 (PDT) Received: (from dsj@localhost) by sylvester.dsj.net (8.9.3/8.9.3/Debian 8.9.3-21) id AAA26065 for freebsd-questions@FreeBSD.ORG; Tue, 9 Oct 2001 00:41:16 -0400 Date: Tue, 9 Oct 2001 00:41:16 -0400 From: "David S. Jackson" To: freebsd-questions@FreeBSD.ORG Subject: Re: mutt: how to compile w/ color Message-ID: <20011009004116.E14297@sylvester.dsj.net> Reply-To: "David S. Jackson" References: <20011008235036.A25721@sylvester.dsj.net> <20011009000522.D14297@sylvester.dsj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011009000522.D14297@sylvester.dsj.net>; from dsj@sylvester.dsj.net on Tue, Oct 09, 2001 at 12:05:23AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 09, 2001 at 12:05:23AM -0400 David S. Jackson wrote: > On Mon, Oct 08, 2001 at 11:50:36PM -0400 David S. Jackson wrote: > I'm noticing that the config program shows > > declare_start_color...................no > > What tells config this? Turns out I found a bug-report on bugs.guug.de/db/20/2020.html. Search for "mail/mutt does not detect color capability". It appears the configure program needs patching and calls #include (curses.h) when it should #include (ncurses.h). Instances of curses.h should be replaced by nurses.h. I did this with a sourceball I d/led from mutt.org and the compile properly detected my color capability. Sounds like a patch needs to be added to the port. -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Faster, faster, you fool, you fool! -- Bill Cosby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message