Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 17:38:49 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Joe Marcus Clarke <marcus@FreeBSD.org>
Cc:        ports@FreeBSD.org, mvh@ix.netcom.com
Subject:   Re: bad patch in x11-toolkits/gnome--
Message-ID:  <Pine.BSF.4.21.0210291738330.30504-100000@InterJet.elischer.org>
In-Reply-To: <1035940082.618.59.camel@gyros.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
this is in 4.7RC


On 29 Oct 2002, Joe Marcus Clarke wrote:

> 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?Pine.BSF.4.21.0210291738330.30504-100000>