From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 6 21:24: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 8FFAF16A4CE; Tue, 6 Apr 2004 21:24:47 -0700 (PDT) Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C3F543D46; Tue, 6 Apr 2004 21:24:47 -0700 (PDT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] (eamc.ahze.net [192.168.1.5]) by ahze.ahze.net (Postfix) with ESMTP id 651E24E; Wed, 7 Apr 2004 00:23:35 -0400 (EDT) In-Reply-To: <1081302860.23970.21.camel@compass> References: <1081302860.23970.21.camel@compass> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4261E1BD-884B-11D8-A824-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: michael johnson Date: Wed, 7 Apr 2004 00:23:02 -0400 To: Tom McLaughlin X-Mailer: Apple Mail (2.613) cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: [(almost)new port, www/kazehakase] -- gecko browser -- Needs testing and I can not fully build on 4.9-STABLE 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: Wed, 07 Apr 2004 04:24:47 -0000 Hi Tom, Thanks for the reply! here is a patch that should let you compile everything. --- src/kz-tab-label.c.orig Thu Mar 4 22:51:44 2004 +++ src/kz-tab-label.c Wed Apr 7 00:01:17 2004 @@ -1170,6 +1170,7 @@ gint state, gint status, KzTabLabel *kztab) { + GdkGC *gc; gdouble progress; GtkWidget *widget; @@ -1186,7 +1187,7 @@ mask = gdk_pixmap_new(widget->window, width, height, 1); - GdkGC *gc = gdk_gc_new(mask); + gc = gdk_gc_new(mask); gdk_draw_rectangle(mask, gc, TRUE, Cheers, Michael On Apr 6, 2004, at 9:54 PM, Tom McLaughlin wrote: > > Hi Michael, this is what I get when I try to build the port on 4.9: > > kz-tab-label.c: In function `cb_net_state_all': > kz-tab-label.c:1189: syntax error before `*' > kz-tab-label.c:1191: `gc' undeclared (first use in this function) > kz-tab-label.c:1191: (Each undeclared identifier is reported only once > kz-tab-label.c:1191: for each function it appears in.) > gmake[3]: *** [kz-tab-label.o] Error 1 > gmake[2]: *** [all-recursive] Error 1 > gmake[1]: *** [all-recursive] Error 1 > gmake: *** [all] Error 2 > > As for the maintainer, that should be whoever is maintaining the port > on > FreeBSD, be it you or someone else who steps up to maintain it. The > mozilla port just happens to be maintained by the Gnome team. > > Tom > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" >