I'm experiencing the following error (have been for a while which is why I've been stalled):
gcc -DPKGDATADIR="/usr/local/share/mutt" -DSYSCONFDIR="/usr/local/etc" -DBINDIR="/usr/local/bin" -DMUTTLOCALEDIR="/usr/local/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -Iintl -I./intl -Wall -pedantic -Wno-long-long -g -O2 -MT buffy.o -MD -MP -MF .deps/buffy.Tpo -c -o buffy.o buffy.c buffy.c: In function ‘mutt_buffy_check’: buffy.c:602:21: error: ‘VirtIncoming’ undeclared (first use in this function) buffy.c:602:21: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [buffy.o] Error 1 make[2]: Leaving directory `/home/mcpierce/Programming/mutt-kz' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mcpierce/Programming/mutt-kz' make: *** [all] Error 2
Has anybody else hit this?