From owner-freebsd-ports Wed Jan 15 17:54: 2 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D14FC37B401 for ; Wed, 15 Jan 2003 17:53:59 -0800 (PST) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id E867643F65 for ; Wed, 15 Jan 2003 17:53:53 -0800 (PST) (envelope-from bruno@tinkerbox.org) Received: from duron.bschwand.net (duron.bschwand.net [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id 66C4719AD for ; Wed, 15 Jan 2003 18:07:25 -0800 (PST) Date: Wed, 15 Jan 2003 18:07:25 -0800 (PST) From: bruno schwander X-Sender: bruno@duron.bschwand.net To: ports@freebsd.org Subject: trying to make a port of gnotime Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I am trying to make a port of gnotime ( http://sourceforge.net/projects/gttr/ ) and I am hitting a few problems. I checked how other GNOME ports work and think I used all the right flags. When I try to build, I get the following output: root@duron:/usr/ports/finance/gnotime>make ===> Building for gnotime-2.1.5_1 make all-recursive Making all in debian Making all in doc Making all in C Making all in man Making all in de Making all in es Making all in eu Making all in glade Making all in ghtml Making all in C Making all in po Making all in redhat Making all in src cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGTTGLADEDIR=\""/usr/X11R6/share/gnome/gnotime"\" -DPREFIX=\""/usr/X11R6"\" -DSYSCONFDIR=\""/usr/X11R6/etc/gnotime"\" -DGTTDATADIR=\""/usr/X11R6/share/gnome/gnotime"\" -DDATADIR=\""/usr/X11R6/share/gnome"\" -DLIBDIR=\""/usr/X11R6/lib/gnotime"\" -I/usr/local/include -D_THREAD_SAFE -g -O -pipe -march=pentiumpro -DORBIT2=1 -D_REENTRANT -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/linc-1.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/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/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/local/include/libxml2 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtkhtml-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -c app.c In file included from /usr/X11R6/include/gtk-2.0/gtk/gtk.h:82, from /usr/X11R6/include/libgnomeui-2.0/gnome.h:4, from app.c:22: /usr/X11R6/include/gtk-2.0/gtk/gtkimage.h:85: syntax error before `GdkPixbufAnimationIter' *** Error code 1 Stop in /usr/ports/finance/gnotime/work/gnotime-2.1.5/src. *** Error code 1 Stop in /usr/ports/finance/gnotime/work/gnotime-2.1.5. *** Error code 1 Stop in /usr/ports/finance/gnotime/work/gnotime-2.1.5. *** Error code 1 Stop in /usr/ports/finance/gnotime. I have other gnome apps that build fine. The listed dependencies for gnotime are libgnome and libgnomeui BTW, is it correct to list those in the LIB_DEPENDS flag ? I found no USE_GNOME label corresponding to these libs. If anybody with some experience building gnome apps can spot what is wrong here, I'd be grateful for the help... bruno To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message