Date: Wed, 15 Jan 2003 18:07:25 -0800 (PST) From: bruno schwander <bruno@tinkerbox.org> To: ports@freebsd.org Subject: trying to make a port of gnotime Message-ID: <Pine.BSF.4.21.0301151749120.275-100000@duron.bschwand.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0301151749120.275-100000>