bug-gnulib
[Top][All Lists]
Advanced

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

mbchar fails to build on Irix 5.3


From: Tom G. Christensen
Subject: mbchar fails to build on Irix 5.3
Date: Fri, 19 Sep 2008 21:52:39 +0200
User-agent: Mutt/1.4.2.2i

I was trying to build GNU tar 1.20 but got stuck on gnulib mbchar.

I created a testdir from the latest gnulib mbchar and this is the
result:
make[3]: Entering directory `/usr/people/tgc/mbchar.test/mbchar/gllib'
source='localcharset.c' object='localcharset.o' libtool=no \
        DEPDIR=.deps depmode=sgi /bin/ksh ../build-aux/depcomp \
        cc -woff 728 -DHAVE_CONFIG_H -I. -I..     -g -c -o localcharset.o 
localcharset.c
source='mbchar.c' object='mbchar.o' libtool=no \
        DEPDIR=.deps depmode=sgi /bin/ksh ../build-aux/depcomp \
        cc -woff 728 -DHAVE_CONFIG_H -I. -I..     -g -c -o mbchar.o mbchar.c
cfe: Error: ./mbchar.h, line 239: Syntax Error
 mb_width_aux (wint_t wc)
 ---------------------^
cfe: Error: ./mbchar.h, line 244: Syntax Error
   return (w >= 0 ? w : iswcntrl (wc) ? 0 : 1 );
 --^
cfe: Error: ./mbchar.h, line 244: Syntax Error
   return (w >= 0 ? w : iswcntrl (wc) ? 0 : 1 );
 -------------------------------------^
cfe: Warning 625: ./mbchar.h, line 244: Empty declaration
   return (w >= 0 ? w : iswcntrl (wc) ? 0 : 1 );
 ----------------------------------------------^
make[3]: *** [mbchar.o] Error 1
make[3]: Leaving directory `/usr/people/tgc/mbchar.test/mbchar/gllib'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/usr/people/tgc/mbchar.test/mbchar/gllib'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/usr/people/tgc/mbchar.test/mbchar'
make: *** [check-recursive] Error 1

Full logs + config.log available at http://jupiterrise.com/tmp

-tgc




reply via email to

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