Date: 29 Oct 2002 20:08:00 -0500 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: Julian Elischer <julian@elischer.org> Cc: ports@FreeBSD.org, mvh@ix.netcom.com Subject: Re: bad patch in x11-toolkits/gnome-- Message-ID: <1035940082.618.59.camel@gyros.marcuscom.com> In-Reply-To: <Pine.BSF.4.21.0210291654000.30504-100000@InterJet.elischer.org> References: <Pine.BSF.4.21.0210291654000.30504-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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<Gdk_Color*> &colors, > - gint (*cb)()); > + gint (*cb)(void *)); > void set_values (const vector<unsigned> &values); > @@ -72,7 +72,7 @@ > ProcBar::ProcBar(const Gtk::Label &label, > const vector<Gdk_Color*> &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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1035940082.618.59.camel>