pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41030: missing forward declaration in gtk+-2.16.0



>Number:         41030
>Category:       pkg
>Synopsis:       missing forward declaration in gtk+-2.16.0
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 17 13:10:00 +0000 2009
>Originator:     Jörn Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
The latest x11/gtk2 does not compile on Solaris 10 and OpenSolaris 11, neither 
with GCC 3.4.6 nor Sun Studio Compiler. But the problem might affect other 
combinations of OS and compiler as well. See

http://bugzilla.gnome.org/show_bug.cgi?id=575329

for a description.
>How-To-Repeat:

>Fix:
The following patch inserts a missing forward declaration:

--- gtk/gtkscalebutton.c.orig   2009-03-13 06:40:33.000000000 -0700
+++ gtk/gtkscalebutton.c
@@ -153,6 +153,8 @@ static void cb_scale_grab_notify            (GtkWi
 static void gtk_scale_button_update_icon       (GtkScaleButton      *button);
 static void gtk_scale_button_scale_value_changed(GtkRange            *range);
 
+static void gtk_scale_button_set_orientation (GtkScaleButton *button, 
GtkOrientation  orientation);
+
 /* see below for scale definitions */
 static GtkWidget *gtk_scale_button_scale_new    (GtkScaleButton      *button);



Home | Main Index | Thread Index | Old Index