From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 14 14:12:18 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 3FB7516A4CE for ; Wed, 14 Jul 2004 14:12:18 +0000 (GMT) Received: from bbnest.net (i198037.ap.plala.or.jp [218.47.198.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF0143D46 for ; Wed, 14 Jul 2004 14:12:17 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from [127.0.0.1] (bland@localhost [127.0.0.1]) by bbnest.net (8.12.11/8.12.11) with ESMTP id i6EECFBp028012; Wed, 14 Jul 2004 23:12:16 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <40F53F3F.7070706@FreeBSD.org> Date: Wed, 14 Jul 2004 23:12:15 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040628 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> <40F4F212.3010608@FreeBSD.org> <40F504A5.4020801@webonaut.com> In-Reply-To: <40F504A5.4020801@webonaut.com> Content-Type: text/plain; charset=us-ascii; 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 14:12:18 -0000 Franz Klammer wrote: >>> >> 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! :-) You reading my typos right way :-) Thanks for testing. Fix commited. All the best, Alexander.