Hello Odhiambo,

 On Thursday, May 3, 2007 at 16:23:53 +0300, Odhiambo Washington wrote:

>| pattern.o: In function `mutt_which_case':
>| pattern.o(.text+0x68): undefined reference to `iswalpha'
>| pattern.o(.text+0x7d): undefined reference to `iswupper'
>| *** Error code 1

    I assume that on FreeBSD 4.11 config.h declares no HAVE_ISWALPHA nor
HAVE_ISWUPPER, right? Mutt 1.5.13 didn't use those functions. Now
Mutt 1.5.15 makes use of iswalpha() and iswupper() in only
pattern.c:mutt_which_case(), but doesn't look like embedding any
fallback solution for when they are absent. I suppose this can be
considered as a Mutt portability bug, that you should report to
<URL:http://bugs.mutt.org/>.


Bye!    Alain.
-- 
Everything about locales on Sven Mascheck's excellent site at new
location <URL:http://www.in-ulm.de/~mascheck/locale/>. The little tester
utility is at <URL:http://www.in-ulm.de/~mascheck/locale/checklocale.c>.

Reply via email to