From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 10:02:23 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 74F3B16A4CE; Wed, 14 Jul 2004 10:02:23 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id F400943D3F; Wed, 14 Jul 2004 10:02:22 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 9C3877642C; Wed, 14 Jul 2004 12:02:17 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62931-06; Wed, 14 Jul 2004 12:02:12 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 56F6576428; Wed, 14 Jul 2004 12:02:12 +0200 (CEST) Message-ID: <40F504A5.4020801@webonaut.com> Date: Wed, 14 Jul 2004 12:02:13 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040705) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Nedotsukov References: <40F3C3E5.2060304@webonaut.com> <1089735543.966.1.camel@gyros> <40F4ED08.4070606@webonaut.com> <40F4F212.3010608@FreeBSD.org> In-Reply-To: <40F4F212.3010608@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com 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 10:02:23 -0000 Alexander Nedotsukov wrote: > 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? > guess you mean "s/int64_t/gint64/g", or? CONFIRMED! :-) franz. > All the best, > Alexander. >