GNOME Bugzilla – Bug 138918
libgtop doesn't compile due to missing uintmax_t
Last modified: 2004-12-22 21:47:04 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 -->
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
*** This bug has been marked as a duplicate of 125049 ***