From owner-freebsd-ports Tue Oct 29 17: 8:10 2002 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 859F037B401 for ; Tue, 29 Oct 2002 17:08:09 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C9043E4A for ; Tue, 29 Oct 2002 17:08:08 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9U16s01027632; Tue, 29 Oct 2002 20:06:55 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: bad patch in x11-toolkits/gnome-- From: Joe Marcus Clarke To: Julian Elischer Cc: ports@FreeBSD.org, mvh@ix.netcom.com In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 20:08:00 -0500 Message-Id: <1035940082.618.59.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 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 On Tue, 2002-10-29 at 19:57, Julian Elischer wrote: > > the folowing patch: > --- src/procbar.gen_h.orig Tue Apr 30 15:52:13 2002 > +++ src/procbar.gen_h Tue Apr 30 15:52:25 2002 > @@ -42,7 +42,7 @@ > ProcBar(const Gtk::Label &label, > const vector &colors, > - gint (*cb)()); > + gint (*cb)(void *)); > void set_values (const vector &values); > @@ -72,7 +72,7 @@ > ProcBar::ProcBar(const Gtk::Label &label, > const vector &colors, > - gint (*cb)()) > + gint (*cb)(void *)) > : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))), > colors_(0) > { > > > seems to only compile if the added (void *) is changed to (void) > > don't know if this is right. This is on -CURRENT? I've had to muck with this type a lot between -stable and -CURRENT. I'll take a look at it. Joe > > > julian > (please pass to a gnome person) > > -- Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message