From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 14 19:27:57 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9286337B401 for ; Mon, 14 Apr 2003 19:27:57 -0700 (PDT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC34243FBD for ; Mon, 14 Apr 2003 19:27:56 -0700 (PDT) (envelope-from mdau@vt.edu) Received: from zidane.cc.vt.edu (IDENT:mirapoint@zidane-lb.cc.vt.edu [10.1.1.13]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h3F2Ru68409902 for ; Mon, 14 Apr 2003 22:27:56 -0400 (EDT) Received: from vt.edu (63-165-178-147.uterr.blacksburg.ntc-com.net [63.165.178.147]) by zidane.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.2-CR) with ESMTP id BHI10449 (AUTH mdau); Mon, 14 Apr 2003 22:27:55 -0400 (EDT) Message-ID: <3E9B6E20.9020506@vt.edu> Date: Mon, 14 Apr 2003 22:27:44 -0400 From: Matt Dau User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020428 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: gaim + gtk20 - missing definitions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 02:27:57 -0000 Hi, I am not sure this is the correct list... but I was trying to build the latest version of gaim after cvsup'ing. Building gaim required a lot of other ports, one of them being x11-toolkits/gtk20. Building of that port had errors (like the one in http://lists.freebsd.org/mailman/htdig/freebsd-ports-bugs/2003-April/000393.html), but I reattempted to build it and it finished and installed no problems after that. Then it went on to compile gaim but it didn't get very far: /bin/sh ../../libtool --silent --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DVERSION=\"0.61\" -DDATADIR=\"/usr/X11R6/share/gnome\" -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/opt/include -I../.. -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/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 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -c docklet.c In file included from /usr/X11R6/include/gtk-2.0/gtk/gtk.h:82, from docklet.c:30: /usr/X11R6/include/gtk-2.0/gtk/gtkimage.h:85: syntax error before `GdkPixbufAnimationIter' In file included from ../../src/ui.h:36, from ../../src/gaim.h:31, from docklet.c:31: ../../src/gtkconv.h:89: syntax error before `GdkPixbufAnimationIter' gmake[3]: *** [docklet.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.61/plugins/docklet' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.61/plugins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/gaim/work/gaim-0.61' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/net/gaim. I think it might have something to do with gtk20 not working, but I really don't know where to start.. I tried google'ing but i'm not really sure what i'm looking for. i'm willing to try anything if needed.. or give any more info. thanks, matt