Date: Wed, 14 Jul 2004 17:42:58 +0900 From: Alexander Nedotsukov <bland@FreeBSD.org> To: Franz Klammer <klammer@webonaut.com> Cc: FreeBSD GNOME Users <gnome@FreeBSD.org> Subject: Re: builderror: gdesklets-0.30pre -> syntax error before, "int64_t" Message-ID: <40F4F212.3010608@FreeBSD.org> In-Reply-To: <40F4ED08.4070606@webonaut.com> References: <40F3C3E5.2060304@webonaut.com> <1089735543.966.1.camel@gyros> <40F4ED08.4070606@webonaut.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Franz Klammer wrote: > Joe Marcus Clarke wrote: > >> On Tue, 2004-07-13 at 07:13, Franz Klammer wrote: >> >>> my first attempt to try out gdesklets-0.30pre fails because it >>> stops to build with the error message below. >>> >>> a short google search tell me that i must include <sys/types.h> >>> into libgtop_const.c and i open a bug at bugzilla.gnome.org. >>> >>> but one of the answers say that my installed version of libgtop >>> is too old - which is not true. so my question. is this an >>> freebsd-specific >>> problem or was anything else wrong in my solution? >> >> >> >> I think the better solution would be to include sys/types.h in >> proclist.h. Yes, this is most likely FreeBSD-specific as Linux might be >> doing header pollution to get int64_t. >> > > proclist.h is part of libgtop2. should i send-pr a patch? > Well if I get libgtop developers spirit right this poroblem popups due incomplete glib types migration. They moved recently u_int64_t -> guint64 and fogot about int64_t -> gint64. Franz, can you s/int64_t/gin64/ your /usr/X11R6/include/libgtop-2.0/glibtop/* files and confirm if it resolve the issue? All the best, Alexander.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40F4F212.3010608>