Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2004 00:23:02 -0400
From:      michael johnson <ahze@ahze.net>
To:        Tom McLaughlin <tmclaugh@sdf.lonestar.org>
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
Message-ID:  <4261E1BD-884B-11D8-A824-000A958C81C6@ahze.net>
In-Reply-To: <1081302860.23970.21.camel@compass>
References:  <AC72F8E2-87C7-11D8-9546-000A958C81C6@ahze.net> <1081302860.23970.21.camel@compass>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4261E1BD-884B-11D8-A824-000A958C81C6>