From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 14 20:31:20 2005 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 8A08B16A4CE; Mon, 14 Mar 2005 20:31:20 +0000 (GMT) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id D817343D5C; Mon, 14 Mar 2005 20:31:19 +0000 (GMT) (envelope-from troy@twisted.net) Received: from localhost (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 1BC21598E2C; Mon, 14 Mar 2005 14:31:20 -0600 (CST) Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01960-07; Mon, 14 Mar 2005 14:31:19 -0600 (CST) Received: by oz.twisted.net (Postfix, from userid 1000) id CDB69599028; Mon, 14 Mar 2005 14:31:19 -0600 (CST) Date: Mon, 14 Mar 2005 14:31:19 -0600 From: Troy To: ports@freebsd.org, gnome@freebsd.org Message-ID: <20050314203119.GB14958@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at twisted.net Subject: gcompris2 v6.4 problem building on RELENG_4 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: troy@twisted.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 20:31:20 -0000 I was trying to build gcompris on RELENG_4 and ran into the following errors: c -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -DDATADIR=\""/usr/X11R6/share/gnome"\" -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/SDL11 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DGNOME_DISABLE_DEPRECATED -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/local/include -O -pipe -march=pentiumpro -c `test -f 'interface.c' || echo './'`interface.c interface.c:51: initializer element is not constant interface.c:51: (near initialization for `menubar1_uiinfo[0].label') interface.c:52: initializer element is not constant interface.c:52: (near initialization for `menubar1_uiinfo[1].label') interface.c:53: initializer element is not constant interface.c:53: (near initialization for `menubar1_uiinfo[2].label') interface.c: In function `create_gcompris_edit': interface.c:104: warning: passing arg 2 of `gnome_app_new' makes pointer from integer without a cast interface.c:180: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:189: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:198: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:207: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:216: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:225: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:234: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:243: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:252: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:261: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:270: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:286: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c:415: warning: passing arg 1 of `gtk_label_new' makes pointer from integer without a cast interface.c: In function `create_about1': interface.c:484: warning: initialization makes pointer from integer without a cast interface.c:495: warning: assignment makes pointer from integer without a cast gmake[4]: *** [interface.o] Error 1 gmake[4]: Leaving directory `/usr/ports/games/gcompris2/work/gcompris-6.4/src/gcompris' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/games/gcompris2/work/gcompris-6.4/src/gcompris' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/games/gcompris2/work/gcompris-6.4/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/games/gcompris2/work/gcompris-6.4' gmake: *** [all] Error 2 *** Error code 2