After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138918 - libgtop doesn't compile due to missing uintmax_t
libgtop doesn't compile due to missing uintmax_t
Status: RESOLVED DUPLICATE of bug 125049
Product: libgtop
Classification: Core
Component: general
2.5.x
Other other
: High normal
: ---
Assigned To: libgtop maintainers
libgtop maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-03 01:44 UTC by Adrian Bunk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Adrian Bunk 2004-04-03 01:44:03 UTC
<--  snip  -->

...
checking for inttypes.h... yes
...
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES
 -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I/usr/local/include/gl
ib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -Wchar-subscripts -Wmissing-decla
rations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsig
n-compare -fno-strict-aliasing -O2 -mcpu=v8 -I/usr/X11R6/include -DGTOPLOCALEDIR
=\"/usr/local/share/locale\" -DLIBGTOP_VERSION=\"2.5.2\" -DLIBGTOP_SERVER_VERSIO
N=\"5\" -DLIBGTOP_VERSION_CODE=2005002 -DLIBGTOP_SERVER=\"/usr/local/bin/libgtop
_server2\" -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -
Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -fno-strict-aliasing
 -O2 -mcpu=v8 -c fsusage.c  -fPIC -DPIC -o .libs/fsusage.o
In file included from fsusage.c:36:
fsusage.h:26: parse error before `uintmax_t'
fsusage.h:26: warning: no semicolon at end of struct or union
fsusage.h:27: warning: type defaults to `int' in declaration of `fsu_bfree'
fsusage.h:27: warning: data definition has no type or storage class
...
gmake[3]: *** [fsusage.lo] Error 1
gmake[3]: Leaving directory `/aux/adrian/build/libgtop-2.5.2/sysdeps/common'

<--  snip  -->
Comment 1 Benoît Dejean 2004-04-06 12:03:13 UTC
fsu_bfree type has changes, the problem doesn't exist on cvs

ChangeLog:      * fsusage.h: remove use of uintmax_t

http://bugzilla.gnome.org/show_bug.cgi?id=125049
Comment 2 Bastien Nocera 2004-04-07 09:54:02 UTC

*** This bug has been marked as a duplicate of 125049 ***