platform-testers
[Top][All Lists]
Advanced

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

Re: [platform-testers] GNU Time 1.7.90 - new snapshot available


From: Bruno Haible
Subject: Re: [platform-testers] GNU Time 1.7.90 - new snapshot available
Date: Tue, 08 Aug 2017 01:30:31 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-83-generic; KDE/5.18.0; x86_64; ; )

Compiling it on IRIX 6.5 with cc in o32 mode fails:

source='src/time.c' object='src/time-time.o' libtool=no \
DEPDIR=.deps depmode=none /bin/ksh ../build-aux/depcomp \
cc -32 -DHAVE_CONFIG_H -I. -I..  -Ilib -I../lib -I./lib -Isrc -I../src 
-I/u/guest/bruno/prefix-32-cc/include  -g -c -o src/time-time.o `test -f 
'src/time.c' || echo '../'`src/time.c
cfe: Warning 728: lib/stddef.h, line 104: Long double not supported; double 
assumed.
   long double __ld  ;
 --^
cfe: Error: ../src/rusage-kb.h, line 68: Syntax Error
 {
 ^
cfe: Warning 625: ../src/rusage-kb.h, line 69: Empty declaration
   return (uintmax_t)(ru->ru_maxrss) ;
 ------------------------------------^
cfe: Error: ../src/rusage-kb.h, line 74: Syntax Error
 {
 ^
cfe: Warning 625: ../src/rusage-kb.h, line 75: Empty declaration
   return (uintmax_t)(ru->ru_ixrss) ;
 -----------------------------------^
cfe: Error: ../src/rusage-kb.h, line 80: Syntax Error
 {
 ^
cfe: Warning 625: ../src/rusage-kb.h, line 81: Empty declaration
   return (uintmax_t)(ru->ru_idrss) ;
 -----------------------------------^
cfe: Error: ../src/rusage-kb.h, line 86: Syntax Error
 {
 ^
cfe: Warning 625: ../src/rusage-kb.h, line 87: Empty declaration
   return (uintmax_t)(ru->ru_isrss) ;
 -----------------------------------^
gmake[1]: *** [Makefile:1840: src/time-time.o] Error 1

It seems the code uses 'static inline' but configure.ac is not
invoking AC_C_INLINE.

Bruno




reply via email to

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