From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 13 11:13:47 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 AB63016A4CE for ; Tue, 13 Jul 2004 11:13:47 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1476143D3F for ; Tue, 13 Jul 2004 11:13:47 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 59C497642C for ; Tue, 13 Jul 2004 13:13:45 +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 56009-04 for ; Tue, 13 Jul 2004 13:13:40 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 80D2776428 for ; Tue, 13 Jul 2004 13:13:40 +0200 (CEST) Message-ID: <40F3C3E5.2060304@webonaut.com> Date: Tue, 13 Jul 2004 13:13:41 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040705) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com Subject: 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: Tue, 13 Jul 2004 11:13:47 -0000 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? bugzilla link: http://bugzilla.gnome.org/show_bug.cgi?id=147422 mv -f .libs/_glibtopmodule_la-glibtop.lo _glibtopmodule_la-glibtop.lo cc -o libgtop_const -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/incl ude -I/usr/X11R6/include/libgtop-2.0 -L/usr/local/lib -L/usr/X11R6/lib -L/usr/ X11R6/lib -lXau -lgtop-2.0 -lglib-2.0 -liconv libgtop_const.c In file included from libgtop_const.c:11: /usr/X11R6/include/libgtop-2.0/glibtop/proclist.h:75: error: syntax error before "int64_t" /usr/X11R6/include/libgtop-2.0/glibtop/proclist.h:82: error: syntax error before "int64_t" gmake[4]: *** [libgtop_const] Fehler 1 gmake[4]: Leaving directory `/usr/ports/deskutils/gdesklets.new/work/gDesklets-0 .30pre/libdesklets/system' gmake[3]: *** [all-recursive] Fehler 1 gmake[3]: Leaving directory `/usr/ports/deskutils/gdesklets.new/work/gDesklets-0 .30pre/libdesklets/system' gmake[2]: *** [all-recursive] Fehler 1 gmake[2]: Leaving directory `/usr/ports/deskutils/gdesklets.new/work/gDesklets-0 .30pre/libdesklets' gmake[1]: *** [all-recursive] Fehler 1 gmake[1]: Leaving directory `/usr/ports/deskutils/gdesklets.new/work/gDesklets-0 .30pre' gmake: *** [all] Fehler 2 *** Error code 2 franz.