From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 08:43:02 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F8716A4CE for ; Wed, 14 Jul 2004 08:43:02 +0000 (GMT) Received: from smtp4.jp.viruscheck.net (smtp4.jp.viruscheck.net [154.33.69.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4634E43D1F for ; Wed, 14 Jul 2004 08:43:02 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from scan3.jp.viruscheck.net ([154.33.69.38] helo=mail3.jp.viruscheck.net) by smtp4.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1BkfLw-0005XL-00; Wed, 14 Jul 2004 17:43:00 +0900 Received: from [220.221.3.201] (helo=noc.orchid) by mail3.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1BkfLw-00053o-00; Wed, 14 Jul 2004 17:43:00 +0900 Received: from [89.60.10.11] (horse.orchid [89.60.10.11]) by noc.orchid (8.12.11/8.12.11) with ESMTP id i6E8gvZA072604; Wed, 14 Jul 2004 17:42:58 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <40F4F212.3010608@FreeBSD.org> Date: Wed, 14 Jul 2004 17:42:58 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Franz Klammer References: <40F3C3E5.2060304@webonaut.com> <1089735543.966.1.camel@gyros> <40F4ED08.4070606@webonaut.com> In-Reply-To: <40F4ED08.4070606@webonaut.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD GNOME Users Subject: Re: builderror: gdesklets-0.30pre -> syntax error before, "int64_t" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 08:43:02 -0000 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 >>> 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.