info-mtools
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mtools] compiling 4.0.0 on Solaris 9


From: Zube
Subject: [Mtools] compiling 4.0.0 on Solaris 9
Date: Fri, 5 Dec 2008 06:37:44 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

Compiling 4.0.0 on Solaris 9 sparc initially fails because Solaris 9's
wchar.h does not contain some of the functions needed, such as wcsdup().
Commenting out the HAVE_WCHAR_H and HAVE_WCTYPE_H bits in config.h gets
me almost there.  However, charsetConv.c uses wcsnlen() and the obvious
define of:

define wcsnlen strnlen

does not work because strnlen() is not defined in Solaris 9.

Cheers,
Zube


reply via email to

[Prev in Thread] Current Thread [Next in Thread]