bug-findutils
[Top][All Lists]
Advanced

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

findutils-4.2.26 build error on HP-UX 10.20


From: Peter Fales
Subject: findutils-4.2.26 build error on HP-UX 10.20
Date: Mon, 21 Nov 2005 10:07:29 -0600
User-agent: Mutt/1.4.2.1i

findutils fails to build on an HP-UX 10.20 machine because it doesn't
have wctype.h.   Patch is:

diff -ur findutils-4.2.26/gnulib/lib/mbchar.h 
findutils-4.2.26.new/gnulib/lib/mbchar.h
--- findutils-4.2.26/gnulib/lib/mbchar.h        2005-09-17 17:06:40.000000000 
-0500
+++ findutils-4.2.26.new/gnulib/lib/mbchar.h    2005-11-21 09:52:26.000000000 
-0600
@@ -156,7 +156,9 @@
 #include <time.h>
 #include <wchar.h>
 
+#ifdef HAVE_WCTYPE_H
 #include <wctype.h>
+#endif
 
 #define MBCHAR_BUF_SIZE 24
 

-- 
Peter Fales                       Lucent Technologies, Room 1C-436
N9IYJ                             2000 Lucent Ln, PO Box 3033
internet: address@hidden          Naperville, IL 60566-7033
                                  work: (630) 979-8031




reply via email to

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