I had been able to build on opensolaris with changeset: changeset: 5430:7cd85c18bfaf branch: HEAD tag: qparent user: Michael Elkins <[email protected]> date: Sat Jul 31 08:21:33 2010 -0700 description: Fix buffer underflow in expansion of format pipes. Add better error detection.
applied however today I pulled up to and including: changeset: 5442:317338b0d490 branch: HEAD tag: tip user: Michael Elkins <[email protected]> date: Fri Aug 06 11:45:18 2010 -0700 description: add %D format string to $folder_format to expand the time based on $date_format. properly set the locale for LC_TIME prior to calling strftime() closes #1734 closes #3406 and now I'm getting this compile error: gcc -DPKGDATADIR=\"/home/willf/app_support/share/mutt\" -DSYSCONFDIR=\"/home/willf/app_support/etc\" -DBINDIR=\"/home/willf/bin/i386\" -DMUTTLOCALEDIR=\"/home/willf/app_support/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/lib/include -I/usr/include -I/include -I./intl -Wall -pedantic -Wno-long-long -g -I/usr/include/idn -MT browser.o -MD -MP -MF .deps/browser.Tpo -c -o browser.o browser.c browser.c: In function `folder_format_str': browser.c:168: error: `true' undeclared (first use in this function) browser.c:168: error: (Each undeclared identifier is reported only once browser.c:168: error: for each function it appears in.) browser.c:174: error: `false' undeclared (first use in this function) gmake[2]: *** [browser.o] Error 1 gmake[2]: Leaving directory `/pool/willf/src/mutt/hg/mutt-head' -- Will Fiveash
