bug-findutils
[Top][All Lists]
Advanced

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

findutils-4.2.31 build failed on solaris 2.6


From: Paul Lew
Subject: findutils-4.2.31 build failed on solaris 2.6
Date: Sun, 3 Jun 2007 17:00:41 -0700

Tried to build on solaris 2.6 and it failed.  Previous version
(findutils-4.2.30) built with no such error:

> make
...
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../intl
    -I/auto/insbu-cnstools/include  -g -O2 -MT quotearg.o -MD -MP -MF
    .deps/quotearg.Tpo -c -o quotearg.o quotearg.c
In file included from quotearg.c:57:
/usr/include/wctype.h:89: error: expected ')' before '+' token
/usr/include/wctype.h:89: error: expected ')' before '[' token
make[4]: *** [quotearg.o] Error 1

> n 57 gnulib/lib/quotearg.c
   54 - # define mbsinit(ps) 1
   55 - #endif
   56 - 
   57 - #include <wctype.h>
   58 - 
   59 - #ifndef SIZE_MAX
   60 - # define SIZE_MAX ((size_t) -1)

> n 89 /usr/include/wctype.h
   86 - extern  int iswalnum(wint_t c);
   87 - extern  int iswspace(wint_t c);
   88 - extern  int iswpunct(wint_t c);
   89 - extern  int iswprint(wint_t c);
   90 - extern  int iswgraph(wint_t c);
   91 - extern  int iswcntrl(wint_t c);
   92 - 

Full build log attached.
                                        -- Paul  06/03/07  04:58 PM --

Attachment: findutils-4.2.31.log.bz2
Description: findutils-4.2.31.log.bz2


reply via email to

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