From owner-freebsd-ports Tue Oct 29 17: 0:20 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 1DCC837B401; Tue, 29 Oct 2002 17:00:19 -0800 (PST) Received: from InterJet.elischer.org (12-232-206-8.client.attbi.com [12.232.206.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A5E43E77; Tue, 29 Oct 2002 17:00:18 -0800 (PST) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA32280; Tue, 29 Oct 2002 16:57:11 -0800 (PST) Date: Tue, 29 Oct 2002 16:57:11 -0800 (PST) From: Julian Elischer To: ports@freebsd.org Cc: marcus@freebsd.org, mvh@ix.netcom.com Subject: bad patch in x11-toolkits/gnome-- Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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. julian (please pass to a gnome person) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message