Carl B . Constantine wrote: > However, I today compiled mutt 1.3.25 and made sure I compiled it with > ncurses support. However, upon launch I get a bunch of errors that the > color 'default' is not defined: > > Error in /home/cconstan/.muttrc, line 326: default: no such color > Error in /home/cconstan/.muttrc, line 327: default: no such color
hrmm works ok for me..... bacall% mutt -v Mutt 1.3.25i (2002-01-01) Copyright (C) 1996-2001 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. Mutt is free software, and you are welcome to redistribute it under certain conditions; type `mutt -vv' for details. System: SunOS 5.8 (sun4m) [using ncurses 5.2] Compile options: -DOMAIN +DEBUG -HOMESPOOL -USE_SETGID +USE_DOTLOCK -DL_STANDALONE +USE_FCNTL -USE_FLOCK -USE_POP -USE_IMAP -USE_GSS -USE_SSL -USE_SASL +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT +ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR +HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID -HAVE_GETADDRINFO -ISPELL SENDMAIL="/usr/sbin/sendmail" MAILPATH="/var/mail" PKGDATADIR="/usr/local/share/mutt" SYSCONFDIR="/usr/local/etc" EXECSHELL="/bin/sh" -MIXMASTER To contact the developers, please mail to <[EMAIL PROTECTED]>. To report a bug, please use the flea(1) utility. bacall% uname -srm SunOS 5.8 sun4m i'm using the sunfreeware ncurses: bacall% pkginfo | grep ncurses application SMCncurs ncurses what configure options did you use to build mutt? you might need to do something like: LDFLAGS=-Wl,-R/usr/local/lib ./configure --with-libiconv-prefix=/usr/local i think there's a more elegant way to do it, but this way worked for me. w