=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/gtk+extra", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gtk+extra-0.99.17nb6 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17' Making all in gtkextra gmake[2]: Entering directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17/gtkextra' /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkbordercombo.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkcharsel.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkcheckitem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcheckitem.c -fPIC -DPIC -o .libs/gtkcheckitem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkbordercombo.c -fPIC -DPIC -o .libs/gtkbordercombo.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcharsel.c -fPIC -DPIC -o .libs/gtkcharsel.o In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkwidget.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkmisc.h:32, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarrow.h:32, from gtkbordercombo.c:21: gtkbordercombo.c: In function 'gtk_border_combo_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkbordercombo.c:100:39: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 100 | GTK_SIGNAL_OFFSET(GtkBorderComboClass, | ^~~~~~~~~~~~~~~~~ gtkbordercombo.c:105:47: warning: pointer targets in passing argument 2 of 'gtk_object_class_add_signals' differ in signedness [-Wpointer-sign] 105 | gtk_object_class_add_signals (object_class, border_combo_signals,LAST_SIGNAL); | ^~~~~~~~~~~~~~~~~~~~ | | | gint * {aka int *} /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:319:58: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} 319 | guint *signals, | ~~~~~~~~~~~~~~~~^~~~~~~ gtkbordercombo.c: In function 'gtk_border_combo_init': gtkbordercombo.c:213:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 213 | GtkWidget *widget; | ^~~~~~ gtkcharsel.c: In function 'gtk_char_selection_realize': gtkcharsel.c:181:21: warning: variable 'charsel' set but not used [-Wunused-but-set-variable] 181 | GtkCharSelection *charsel; | ^~~~~~~ gtkcheckitem.c: In function 'gtk_check_item_draw': gtkcheckitem.c:175:17: warning: variable 'check_item' set but not used [-Wunused-but-set-variable] 175 | GtkCheckItem *check_item; | ^~~~~~~~~~ gtkcheckitem.c: In function 'gtk_check_item_size_allocate': gtkcheckitem.c:252:17: warning: variable 'check_item' set but not used [-Wunused-but-set-variable] 252 | GtkCheckItem *check_item; | ^~~~~~~~~~ gtkcheckitem.c: In function 'gtk_check_item_expose': gtkcheckitem.c:303:17: warning: variable 'check_item' set but not used [-Wunused-but-set-variable] 303 | GtkCheckItem *check_item; | ^~~~~~~~~~ gtkcheckitem.c: In function 'gtk_real_check_item_draw_indicator': gtkcheckitem.c:358:20: warning: variable 'toggle_button' set but not used [-Wunused-but-set-variable] 358 | GtkToggleButton *toggle_button; | ^~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcharsel.c -o gtkcharsel.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkbordercombo.c -o gtkbordercombo.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcheckitem.c -o gtkcheckitem.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkcolorcombo.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkcombobox.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcolorcombo.c -fPIC -DPIC -o .libs/gtkcolorcombo.o In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkwidget.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkmisc.h:32, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarrow.h:32, from gtkcolorcombo.c:23: gtkcolorcombo.c: In function 'gtk_color_combo_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkcolorcombo.c:140:39: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 140 | GTK_SIGNAL_OFFSET(GtkColorComboClass, | ^~~~~~~~~~~~~~~~~ gtkcolorcombo.c:146:47: warning: pointer targets in passing argument 2 of 'gtk_object_class_add_signals' differ in signedness [-Wpointer-sign] 146 | gtk_object_class_add_signals (object_class, color_combo_signals,LAST_SIGNAL); | ^~~~~~~~~~~~~~~~~~~ | | | gint * {aka int *} /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:319:58: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} 319 | guint *signals, | ~~~~~~~~~~~~~~~~^~~~~~~ gtkcolorcombo.c: In function 'gtk_color_combo_init': gtkcolorcombo.c:252:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 252 | GtkWidget *widget; | ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcombobox.c -fPIC -DPIC -o .libs/gtkcombobox.o /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkdirtree.c gtkcombobox.c: In function 'gtk_combobox_get_pos': gtkcombobox.c:85:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 85 | GtkWidget *widget; | ^~~~~~ gtkcombobox.c:84:11: warning: variable 'popwin' set but not used [-Wunused-but-set-variable] 84 | GtkBin *popwin; | ^~~~~~ gtkcombobox.c: In function 'gtk_combobox_popup_display': gtkcombobox.c:133:19: warning: variable 'old_height' set but not used [-Wunused-but-set-variable] 133 | gint old_width, old_height; | ^~~~~~~~~~ gtkcombobox.c:133:8: warning: variable 'old_width' set but not used [-Wunused-but-set-variable] 133 | gint old_width, old_height; | ^~~~~~~~~ gtkcombobox.c: In function 'gtk_combobox_size_request': gtkcombobox.c:305:16: warning: variable 'combobox' set but not used [-Wunused-but-set-variable] 305 | GtkComboBox *combobox; | ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkdirtree.c -fPIC -DPIC -o .libs/gtkdirtree.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcombobox.c -o gtkcombobox.o >/dev/null 2>&1 gtkdirtree.c: In function 'gtk_dir_tree_class_init': gtkdirtree.c:234:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 234 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtkdirtree.c: In function 'gtk_dir_tree_init': gtkdirtree.c:248:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 248 | GtkWidget *widget; | ^~~~~~ gtkdirtree.c:244:39: warning: variable 'node' set but not used [-Wunused-but-set-variable] 244 | GtkCTreeNode *root_node,*mypc_node,*node; | ^~~~ gtkdirtree.c: In function 'expand_tree': gtkdirtree.c:402:23: warning: variable 'sub_node' set but not used [-Wunused-but-set-variable] 402 | GtkCTreeNode *node,*sub_node; | ^~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkcolorcombo.c -o gtkcolorcombo.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkextra.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkdirtree.c -o gtkdirtree.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkextra.c -fPIC -DPIC -o .libs/gtkextra.o /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkfilelist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkextra.c -o gtkextra.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkfilelist.c -fPIC -DPIC -o .libs/gtkfilelist.o /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkfontcombo.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkiconlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkfontcombo.c -fPIC -DPIC -o .libs/gtkfontcombo.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkiconlist.c -fPIC -DPIC -o .libs/gtkiconlist.o In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32, from gtkfontcombo.c:22: gtkfontcombo.c: In function 'gtk_font_combo_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkfontcombo.c:108:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 108 | GTK_SIGNAL_OFFSET (GtkFontComboClass, changed), | ^~~~~~~~~~~~~~~~~ gtkfontcombo.c:96:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 96 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtkfontcombo.c: In function 'gtk_font_combo_init': gtkfontcombo.c:131:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 131 | GtkWidget *widget; | ^~~~~~ In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32, from gtkiconlist.c:23: gtkiconlist.c: In function 'gtk_icon_list_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkiconlist.c:205:22: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 205 | GTK_SIGNAL_OFFSET(GtkIconListClass, select_icon), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkiconlist.c:214:22: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 214 | GTK_SIGNAL_OFFSET(GtkIconListClass, unselect_icon), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkiconlist.c:223:22: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 223 | GTK_SIGNAL_OFFSET(GtkIconListClass, text_changed), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkiconlist.c:232:22: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 232 | GTK_SIGNAL_OFFSET(GtkIconListClass, activate_icon), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkiconlist.c:241:22: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 241 | GTK_SIGNAL_OFFSET(GtkIconListClass, deactivate_icon), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkiconlist.c:250:22: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 250 | GTK_SIGNAL_OFFSET(GtkIconListClass, click_event), | ^~~~~~~~~~~~~~~~~ gtkiconlist.c: In function 'gtk_icon_list_move': gtkiconlist.c:376:19: warning: variable 'old_height' set but not used [-Wunused-but-set-variable] 376 | gint old_width, old_height, width, height; | ^~~~~~~~~~ gtkiconlist.c:376:8: warning: variable 'old_width' set but not used [-Wunused-but-set-variable] 376 | gint old_width, old_height, width, height; | ^~~~~~~~~ gtkiconlist.c: In function 'gtk_icon_list_finalize': gtkiconlist.c:875:16: warning: variable 'icon_list' set but not used [-Wunused-but-set-variable] 875 | GtkIconList *icon_list; | ^~~~~~~~~ gtkiconlist.c: In function 'gtk_icon_list_put': gtkiconlist.c:1143:34: warning: variable 'old_height' set but not used [-Wunused-but-set-variable] 1143 | gint width, height, old_width, old_height; | ^~~~~~~~~~ gtkiconlist.c:1143:23: warning: variable 'old_width' set but not used [-Wunused-but-set-variable] 1143 | gint width, height, old_width, old_height; | ^~~~~~~~~ gtkiconlist.c: In function 'set_labels': gtkiconlist.c:1262:8: warning: variable 'text_width' set but not used [-Wunused-but-set-variable] 1262 | gint text_width; | ^~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkfilelist.c -o gtkfilelist.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkfontcombo.c -o gtkfontcombo.o >/dev/null 2>&1 gtkiconlist.c:1289:7: warning: 'sprintf' argument 3 overlaps destination object 'entry_label' [-Wrestrict] 1289 | sprintf(entry_label,"%s...", entry_label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkitementry.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkiconfilesel.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkitementry.c -fPIC -DPIC -o .libs/gtkitementry.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkiconfilesel.c -fPIC -DPIC -o .libs/gtkiconfilesel.o gtkitementry.c: In function 'gtk_entry_class_init': gtkitementry.c:233:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 233 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ gtkitementry.c: In function 'gtk_entry_size_allocate': gtkitementry.c:425:16: warning: variable 'editable' set but not used [-Wunused-but-set-variable] 425 | GtkEditable *editable; | ^~~~~~~~ gtkitementry.c: In function 'gtk_entry_insert_text': gtkitementry.c:1442:19: warning: pointer targets in assignment from 'gchar *' {aka 'char *'} to 'guchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1442 | new_text_nt = (gchar *)new_text; | ^ gtkitementry.c:1453:19: warning: pointer targets in assignment from 'gchar *' {aka 'char *'} to 'guchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1453 | new_text_nt = g_new (gchar, new_text_length + 1); | ^ gtkitementry.c:1471:54: warning: pointer targets in passing argument 2 of 'gdk_mbstowcs' differ in signedness [-Wpointer-sign] 1471 | insertion_length = gdk_mbstowcs (insertion_text, new_text_nt, | ^~~~~~~~~~~ | | | guchar * {aka unsigned char *} In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkmain.h:31, from gtkitementry.c:27: /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gdk/gdk.h:869:53: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'guchar *' {aka 'unsigned char *'} 869 | const gchar *src, | ~~~~~~~~~~~~~~~~~~^~~ gtkitementry.c: In function 'gtk_entry_get_chars': gtkitementry.c:1640:17: warning: pointer targets in assignment from 'gchar *' {aka 'char *'} to 'guchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1640 | mbstr = gdk_wcstombs (entry->text + start_pos); | ^ gtkitementry.c:1647:17: warning: pointer targets in assignment from 'gchar *' {aka 'char *'} to 'guchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1647 | mbstr = g_new (gchar, end_pos - start_pos + 1); | ^ gtkiconfilesel.c: In function 'gtk_icon_file_selection_class_init': gtkiconfilesel.c:136:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 136 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkiconlist.c -o gtkiconlist.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkiconfilesel.c -o gtkiconfilesel.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkitementry.c -o gtkitementry.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplot3d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplot.c -fPIC -DPIC -o .libs/gtkplot.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplot3d.c -fPIC -DPIC -o .libs/gtkplot3d.o In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32, from gtkplot.c:24: gtkplot.c: In function 'gtk_plot_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplot.c:174:20: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 174 | GTK_SIGNAL_OFFSET (GtkPlotClass, add_data), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplot.c:182:20: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 182 | GTK_SIGNAL_OFFSET (GtkPlotClass, changed), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplot.c:190:20: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 190 | GTK_SIGNAL_OFFSET (GtkPlotClass, update), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplot.c:199:20: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 199 | GTK_SIGNAL_OFFSET (GtkPlotClass, moved), | ^~~~~~~~~~~~~~~~~ gtkplot.c:194:23: warning: operation on 'plot_signals[3]' may be undefined [-Wsequence-point] 194 | plot_signals[MOVED] = | ~~~~~~~~~~~~~~~~~~~~^ 195 | plot_signals[MOVED] = | ~~~~~~~~~~~~~~~~~~~~~ 196 | gtk_signal_new("moved", | ~~~~~~~~~~~~~~~~~~~~~~~ 197 | GTK_RUN_LAST, | ~~~~~~~~~~~~~ 198 | object_class->type, | ~~~~~~~~~~~~~~~~~~~ 199 | GTK_SIGNAL_OFFSET (GtkPlotClass, moved), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 200 | gtk_plot_marshal_BOOL__POINTER_POINTER, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 201 | GTK_TYPE_BOOL, 2, GTK_TYPE_POINTER, GTK_TYPE_POINTER); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplot.c:207:20: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 207 | GTK_SIGNAL_OFFSET (GtkPlotClass, resized), | ^~~~~~~~~~~~~~~~~ gtkplot.c: In function 'gtk_plot_axis_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplot.c:266:20: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 266 | GTK_SIGNAL_OFFSET (GtkPlotAxisClass, tick_label), | ^~~~~~~~~~~~~~~~~ gtkplot.c: In function 'gtk_plot_real_paint': gtkplot.c:608:14: warning: variable 'pixmap' set but not used [-Wunused-but-set-variable] 608 | GdkPixmap *pixmap; | ^~~~~~ gtkplot.c:607:13: warning: variable 'style' set but not used [-Wunused-but-set-variable] 607 | GtkStyle *style; | ^~~~~ gtkplot.c: In function 'gtk_plot_size_request': gtkplot.c:795:12: warning: variable 'plot' set but not used [-Wunused-but-set-variable] 795 | GtkPlot *plot; | ^~~~ gtkplot.c: In function 'gtk_plot_draw_axis': gtkplot.c:1073:26: warning: variable 'height' set but not used [-Wunused-but-set-variable] 1073 | gdouble xp, yp, width, height; | ^~~~~~ gtkplot.c:1073:19: warning: variable 'width' set but not used [-Wunused-but-set-variable] 1073 | gdouble xp, yp, width, height; | ^~~~~ gtkplot.c:1073:15: warning: variable 'yp' set but not used [-Wunused-but-set-variable] 1073 | gdouble xp, yp, width, height; | ^~ gtkplot.c:1073:11: warning: variable 'xp' set but not used [-Wunused-but-set-variable] 1073 | gdouble xp, yp, width, height; | ^~ gtkplot.c:1072:8: warning: variable 'line_width' set but not used [-Wunused-but-set-variable] 1072 | gint line_width; | ^~~~~~~~~~ gtkplot.c: In function 'gtk_plot_draw_labels': gtkplot.c:1157:26: warning: variable 'height' set but not used [-Wunused-but-set-variable] 1157 | gdouble xp, yp, width, height; | ^~~~~~ gtkplot.c:1157:19: warning: variable 'width' set but not used [-Wunused-but-set-variable] 1157 | gdouble xp, yp, width, height; | ^~~~~ gtkplot.c:1157:15: warning: variable 'yp' set but not used [-Wunused-but-set-variable] 1157 | gdouble xp, yp, width, height; | ^~ gtkplot.c:1157:11: warning: variable 'xp' set but not used [-Wunused-but-set-variable] 1157 | gdouble xp, yp, width, height; | ^~ gtkplot.c: In function 'gtk_plot_set_magnification': gtkplot.c:1975:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 1975 | GtkWidget *widget; | ^~~~~~ gtkplot.c: In function 'gtk_plot_real_get_pixel': gtkplot.c:2013:18: warning: variable 'width' set but not used [-Wunused-but-set-variable] 2013 | gint xp, yp, width, height; | ^~~~~ gtkplot.c: In function 'gtk_plot_real_get_point': gtkplot.c:2035:21: warning: variable 'width' set but not used [-Wunused-but-set-variable] 2035 | gdouble xp, yp, width, height; | ^~~~~ gtkplot.c: In function 'gtk_plot_put_text': gtkplot.c:2313:16: warning: variable 'area' set but not used [-Wunused-but-set-variable] 2313 | GdkRectangle area; | ^~~~ gtkplot3d.c: In function 'gtk_plot3d_real_paint': gtkplot3d.c:416:30: warning: variable 'yp' set but not used [-Wunused-but-set-variable] 416 | gint xoffset, yoffset, xp, yp; | ^~ gtkplot3d.c:416:26: warning: variable 'xp' set but not used [-Wunused-but-set-variable] 416 | gint xoffset, yoffset, xp, yp; | ^~ gtkplot3d.c:415:23: warning: variable 'size' set but not used [-Wunused-but-set-variable] 415 | gint width, height, size; | ^~~~ gtkplot3d.c:410:14: warning: variable 'pixmap' set but not used [-Wunused-but-set-variable] 410 | GdkPixmap *pixmap; | ^~~~~~ gtkplot3d.c: In function 'gtk_plot3d_draw_plane': gtkplot3d.c:785:14: warning: variable 'pixmap' set but not used [-Wunused-but-set-variable] 785 | GdkPixmap *pixmap; | ^~~~~~ gtkplot3d.c:784:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 784 | GtkWidget *widget; | ^~~~~~ gtkplot3d.c: In function 'gtk_plot3d_draw_grids': gtkplot3d.c:831:15: warning: variable 'yp' set but not used [-Wunused-but-set-variable] 831 | gdouble xp, yp, oz; | ^~ gtkplot3d.c:831:11: warning: variable 'xp' set but not used [-Wunused-but-set-variable] 831 | gdouble xp, yp, oz; | ^~ gtkplot3d.c:830:8: warning: variable 'size' set but not used [-Wunused-but-set-variable] 830 | gint size, width, height; | ^~~~ gtkplot3d.c: In function 'gtk_plot3d_draw_axis': gtkplot3d.c:920:8: warning: variable 'size' set but not used [-Wunused-but-set-variable] 920 | gint size; | ^~~~ gtkplot3d.c:915:12: warning: variable 'yp' set but not used [-Wunused-but-set-variable] 915 | gint xp, yp, width, height; | ^~ gtkplot3d.c:915:8: warning: variable 'xp' set but not used [-Wunused-but-set-variable] 915 | gint xp, yp, width, height; | ^~ gtkplot3d.c: In function 'gtk_plot3d_draw_labels': gtkplot3d.c:1003:11: warning: variable 'size' set but not used [-Wunused-but-set-variable] 1003 | gdouble size, ox, oy, oz; | ^~~~ gtkplot3d.c:1000:12: warning: variable 'yp' set but not used [-Wunused-but-set-variable] 1000 | gint xp, yp, width, height; | ^~ gtkplot3d.c:1000:8: warning: variable 'xp' set but not used [-Wunused-but-set-variable] 1000 | gint xp, yp, width, height; | ^~ /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotdt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotdt.c -fPIC -DPIC -o .libs/gtkplotdt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplot3d.c -o gtkplot3d.o >/dev/null 2>&1 gtkplotdt.c: In function 'gtk_plot_dt_real_clear': gtkplotdt.c:192:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 192 | if (data->nodes) g_free(data->nodes); data->nodes= NULL; | ^~ gtkplotdt.c:192:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 192 | if (data->nodes) g_free(data->nodes); data->nodes= NULL; | ^~~~ gtkplotdt.c:193:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 193 | if (data->tmp_nodes) g_free(data->tmp_nodes); data->tmp_nodes= NULL; | ^~ gtkplotdt.c:193:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 193 | if (data->tmp_nodes) g_free(data->tmp_nodes); data->tmp_nodes= NULL; | ^~~~ gtkplotdt.c: In function 'gtk_plot_dt_triangulate_tryquad': gtkplotdt.c:872:10: warning: variable 'x0' set but not used [-Wunused-but-set-variable] 872 | double x0; | ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotdt.c -o gtkplotdt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplot.c -o gtkplot.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotpolar.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotdata.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotpolar.c -fPIC -DPIC -o .libs/gtkplotpolar.o gtkplotpolar.c: In function 'gtk_plot_polar_class_init': gtkplotpolar.c:97:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 97 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ gtkplotpolar.c: In function 'gtk_plot_polar_real_paint': gtkplotpolar.c:169:14: warning: variable 'pixmap' set but not used [-Wunused-but-set-variable] 169 | GdkPixmap *pixmap; | ^~~~~~ gtkplotpolar.c:168:13: warning: variable 'style' set but not used [-Wunused-but-set-variable] 168 | GtkStyle *style; | ^~~~~ gtkplotpolar.c: In function 'gtk_plot_polar_draw_grids': gtkplotpolar.c:319:26: warning: variable 'size' set but not used [-Wunused-but-set-variable] 319 | gdouble width, height, size; | ^~~~ gtkplotpolar.c: In function 'gtk_plot_polar_draw_axis': gtkplotpolar.c:419:8: warning: variable 'line_width' set but not used [-Wunused-but-set-variable] 419 | gint line_width; | ^~~~~~~~~~ gtkplotpolar.c: In function 'gtk_plot_polar_draw_circle': gtkplotpolar.c:659:8: warning: variable 'line_width' set but not used [-Wunused-but-set-variable] 659 | gint line_width; | ^~~~~~~~~~ gtkplotpolar.c: In function 'gtk_plot_calc_ticks': gtkplotpolar.c:963:11: warning: variable 'absmin' set but not used [-Wunused-but-set-variable] 963 | gdouble absmin = 0., absmax = 0.; | ^~~~~~ gtkplotpolar.c:962:21: warning: variable 'max' set but not used [-Wunused-but-set-variable] 962 | gdouble min = 0., max = 0.; | ^~~ gtkplotpolar.c:961:16: warning: variable 'scale' set but not used [-Wunused-but-set-variable] 961 | GtkPlotScale scale; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotdata.c -fPIC -DPIC -o .libs/gtkplotdata.o In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32, from gtkplotdata.c:24: gtkplotdata.c: In function 'gtk_plot_data_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotdata.c:232:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 232 | GTK_SIGNAL_OFFSET (GtkPlotDataClass, add_to_plot), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotdata.c:240:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 240 | GTK_SIGNAL_OFFSET (GtkPlotDataClass, update), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotdata.c:248:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 248 | GTK_SIGNAL_OFFSET (GtkPlotDataClass, draw_data), | ^~~~~~~~~~~~~~~~~ gtkplotdata.c: In function 'gtk_plot_data_real_draw': gtkplotdata.c:582:11: warning: variable 'm' set but not used [-Wunused-but-set-variable] 582 | gdouble m; | ^ gtkplotdata.c:569:22: warning: variable 'clip_area' set but not used [-Wunused-but-set-variable] 569 | GdkRectangle area, clip_area; | ^~~~~~~~~ gtkplotdata.c:568:16: warning: variable 'colormap' set but not used [-Wunused-but-set-variable] 568 | GdkColormap *colormap; | ^~~~~~~~ gtkplotdata.c: In function 'gtk_plot_data_real_real_draw': gtkplotdata.c:747:16: warning: variable 'colormap' set but not used [-Wunused-but-set-variable] 747 | GdkColormap *colormap; | ^~~~~~~~ gtkplotdata.c: In function 'gtk_plot_data_draw_symbol_private': gtkplotdata.c:1151:22: warning: variable 'clip_area' set but not used [-Wunused-but-set-variable] 1151 | GdkRectangle area, clip_area; | ^~~~~~~~~ gtkplotdata.c:1147:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 1147 | GtkWidget *widget; | ^~~~~~ gtkplotdata.c: In function 'gtk_plot_data_draw_errbars': gtkplotdata.c:1335:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 1335 | GtkWidget *widget; | ^~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotpolar.c -o gtkplotpolar.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotpixmap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotpixmap.c -fPIC -DPIC -o .libs/gtkplotpixmap.o /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotbar.c gtkplotpixmap.c: In function 'gtk_plot_pixmap_class_init': gtkplotpixmap.c:81:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 81 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtkplotpixmap.c:80:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 80 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotbar.c -fPIC -DPIC -o .libs/gtkplotbar.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotpixmap.c -o gtkplotpixmap.o >/dev/null 2>&1 gtkplotbar.c: In function 'gtk_plot_bar_class_init': gtkplotbar.c:80:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 80 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtkplotbar.c:79:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 79 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ gtkplotbar.c: In function 'gtk_plot_bar_init': gtkplotbar.c:97:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 97 | GtkWidget *widget; | ^~~~~~ gtkplotbar.c: In function 'gtk_plot_bar_draw_legend': gtkplotbar.c:217:15: warning: variable 'bar' set but not used [-Wunused-but-set-variable] 217 | GtkPlotBar *bar; | ^~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotdata.c -o gtkplotdata.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotbar.c -o gtkplotbar.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotbox.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotbox.c -fPIC -DPIC -o .libs/gtkplotbox.o /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotflux.c gtkplotbox.c: In function 'gtk_plot_box_class_init': gtkplotbox.c:78:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 78 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtkplotbox.c:77:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 77 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ gtkplotbox.c: In function 'gtk_plot_box_init': gtkplotbox.c:98:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 98 | GtkWidget *widget; | ^~~~~~ gtkplotbox.c: In function 'gtk_plot_box_draw_legend': gtkplotbox.c:262:15: warning: variable 'box' set but not used [-Wunused-but-set-variable] 262 | GtkPlotBox *box; | ^~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotflux.c -fPIC -DPIC -o .libs/gtkplotflux.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotbox.c -o gtkplotbox.o >/dev/null 2>&1 gtkplotflux.c: In function 'gtk_plot_flux_class_init': gtkplotflux.c:81:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 81 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtkplotflux.c:80:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 80 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ gtkplotflux.c: In function 'gtk_plot_flux_init': gtkplotflux.c:98:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 98 | GtkWidget *widget; | ^~~~~~ gtkplotflux.c: In function 'gtk_plot_flux_draw_symbol': gtkplotflux.c:141:11: warning: variable 'm' set but not used [-Wunused-but-set-variable] 141 | gdouble m; | ^ gtkplotflux.c:139:22: warning: variable 'clip_area' set but not used [-Wunused-but-set-variable] 139 | GdkRectangle area, clip_area; | ^~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotflux.c -o gtkplotflux.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotsurface.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotsurface.c -fPIC -DPIC -o .libs/gtkplotsurface.o /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotcsurface.c gtkplotsurface.c: In function 'gtk_plot_surface_draw_private': gtkplotsurface.c:346:12: warning: variable 'plot' set but not used [-Wunused-but-set-variable] 346 | GtkPlot *plot; | ^~~~ gtkplotsurface.c: In function 'gtk_plot_surface_draw_triangle': gtkplotsurface.c:410:16: warning: variable 'drawable' set but not used [-Wunused-but-set-variable] 410 | GdkDrawable *drawable; | ^~~~~~~~ gtkplotsurface.c: In function 'gtk_plot_surface_build_mesh': gtkplotsurface.c:1029:31: warning: variable 'old_z' set but not used [-Wunused-but-set-variable] 1029 | gdouble *old_x, *old_y, *old_z; | ^~~~~ gtkplotsurface.c:1029:23: warning: variable 'old_y' set but not used [-Wunused-but-set-variable] 1029 | gdouble *old_x, *old_y, *old_z; | ^~~~~ gtkplotsurface.c:1029:15: warning: variable 'old_x' set but not used [-Wunused-but-set-variable] 1029 | gdouble *old_x, *old_y, *old_z; | ^~~~~ gtkplotsurface.c: In function 'gtk_plot_surface_real_build_mesh': gtkplotsurface.c:1129:12: warning: variable 'plot' set but not used [-Wunused-but-set-variable] 1129 | GtkPlot *plot; | ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotcsurface.c -fPIC -DPIC -o .libs/gtkplotcsurface.o In function 'rgb_to_hsv', inlined from 'gtk_plot_surface_lighting' at gtkplotsurface.c:597:3, inlined from 'gtk_plot_surface_draw_triangle' at gtkplotsurface.c:467:5: gtkplotsurface.c:720:15: warning: 'h' may be used uninitialized [-Wmaybe-uninitialized] 720 | *h = *h * 60.0; | ~~~^~~~~~ gtkplotsurface.c: In function 'gtk_plot_surface_draw_triangle': gtkplotsurface.c:584:11: note: 'h' was declared here 584 | gdouble h, s, v; | ^ gtkplotcsurface.c: In function 'gtk_plot_csurface_class_init': gtkplotcsurface.c:104:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 104 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtkplotcsurface.c: In function 'gtk_plot_csurface_init': gtkplotcsurface.c:131:16: warning: variable 'colormap' set but not used [-Wunused-but-set-variable] 131 | GdkColormap *colormap; | ^~~~~~~~ gtkplotcsurface.c: In function 'gtk_plot_csurface_draw_triangle': gtkplotcsurface.c:308:16: warning: variable 'drawable' set but not used [-Wunused-but-set-variable] 308 | GdkDrawable *drawable; | ^~~~~~~~ gtkplotcsurface.c: In function 'gtk_plot_csurface_get_legend_size': gtkplotcsurface.c:709:20: warning: variable 'csurface' set but not used [-Wunused-but-set-variable] 709 | GtkPlotCSurface *csurface; | ^~~~~~~~ gtkplotcsurface.c:708:19: warning: variable 'surface' set but not used [-Wunused-but-set-variable] 708 | GtkPlotSurface *surface; | ^~~~~~~ gtkplotcsurface.c: In function 'gtk_plot_csurface_draw_legend': gtkplotcsurface.c:766:20: warning: variable 'csurface' set but not used [-Wunused-but-set-variable] 766 | GtkPlotCSurface *csurface; | ^~~~~~~~ gtkplotcsurface.c:765:19: warning: variable 'surface' set but not used [-Wunused-but-set-variable] 765 | GtkPlotSurface *surface; | ^~~~~~~ gtkplotcsurface.c: In function 'gtk_plot_csurface_draw_triangle': gtkplotcsurface.c:488:43: warning: array subscript 2 is above array bounds of 'GtkPlotVector[2]' {aka 'struct _GtkPlotVector[2]'} [-Warray-bounds=] 488 | if(c[0].z == c[1].z) c[1] = c[2]; | ~^~~ gtkplotcsurface.c:307:37: note: while referencing 'c' 307 | GtkPlotVector points[3], side[3], c[2], light, normal; | ^ gtkplotcsurface.c:535:11: warning: 'proj[0].x' may be used uninitialized [-Wmaybe-uninitialized] 535 | gtk_plot_pc_draw_line(plot->pc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | proj[0].x, proj[0].y, proj[1].x, proj[1].y); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtkplotcsurface.c:309:31: note: 'proj[0].x' was declared here 309 | GtkPlotPoint t[3], poly[4], proj[2]; | ^~~~ gtkplotcsurface.c:535:11: warning: 'proj[0].y' may be used uninitialized [-Wmaybe-uninitialized] 535 | gtk_plot_pc_draw_line(plot->pc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | proj[0].x, proj[0].y, proj[1].x, proj[1].y); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtkplotcsurface.c:309:31: note: 'proj[0].y' was declared here 309 | GtkPlotPoint t[3], poly[4], proj[2]; | ^~~~ gtkplotcsurface.c:535:11: warning: 'proj[1].x' may be used uninitialized [-Wmaybe-uninitialized] 535 | gtk_plot_pc_draw_line(plot->pc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | proj[0].x, proj[0].y, proj[1].x, proj[1].y); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtkplotcsurface.c:309:31: note: 'proj[1].x' was declared here 309 | GtkPlotPoint t[3], poly[4], proj[2]; | ^~~~ gtkplotcsurface.c:535:11: warning: 'proj[1].y' may be used uninitialized [-Wmaybe-uninitialized] 535 | gtk_plot_pc_draw_line(plot->pc, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | proj[0].x, proj[0].y, proj[1].x, proj[1].y); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtkplotcsurface.c:309:31: note: 'proj[1].y' was declared here 309 | GtkPlotPoint t[3], poly[4], proj[2]; | ^~~~ /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotcanvas.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotsurface.c -o gtkplotsurface.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotcanvas.c -fPIC -DPIC -o .libs/gtkplotcanvas.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotcsurface.c -o gtkplotcsurface.o >/dev/null 2>&1 In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32, from gtkplotcanvas.c:24: gtkplotcanvas.c: In function 'gtk_plot_canvas_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotcanvas.c:211:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 211 | GTK_SIGNAL_OFFSET (GtkPlotCanvasClass, select_item), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotcanvas.c:220:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 220 | GTK_SIGNAL_OFFSET (GtkPlotCanvasClass, move_item), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotcanvas.c:230:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 230 | GTK_SIGNAL_OFFSET (GtkPlotCanvasClass, resize_item), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotcanvas.c:240:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 240 | GTK_SIGNAL_OFFSET (GtkPlotCanvasClass, delete_item), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotcanvas.c:249:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 249 | GTK_SIGNAL_OFFSET (GtkPlotCanvasClass, select_region), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtkplotcanvas.c:259:20: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 259 | GTK_SIGNAL_OFFSET (GtkPlotCanvasClass, changed), | ^~~~~~~~~~~~~~~~~ gtkplotcanvas.c: In function 'gtk_plot_canvas_motion': gtkplotcanvas.c:671:18: warning: variable 'allocation' set but not used [-Wunused-but-set-variable] 671 | GtkAllocation *allocation = NULL; | ^~~~~~~~~~ gtkplotcanvas.c:670:8: warning: variable 'active_point' set but not used [-Wunused-but-set-variable] 670 | gint active_point; | ^~~~~~~~~~~~ gtkplotcanvas.c:669:16: warning: variable 'active_dataset' set but not used [-Wunused-but-set-variable] 669 | GtkPlotData *active_dataset; | ^~~~~~~~~~~~~~ gtkplotcanvas.c: In function 'gtk_plot_canvas_button_press': gtkplotcanvas.c:940:12: warning: variable 'double_click' set but not used [-Wunused-but-set-variable] 940 | gboolean double_click = FALSE; | ^~~~~~~~~~~~ gtkplotcanvas.c:927:22: warning: variable 'drag_area' set but not used [-Wunused-but-set-variable] 927 | GdkRectangle area, drag_area; | ^~~~~~~~~ gtkplotcanvas.c: In function 'gtk_plot_canvas_set_plots_pixmap': gtkplotcanvas.c:1771:16: warning: variable 'area' set but not used [-Wunused-but-set-variable] 1771 | GdkRectangle area; | ^~~~ gtkplotcanvas.c: In function 'gtk_plot_canvas_create_pixmap': gtkplotcanvas.c:1950:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1950 | if(width != pixmap_width || height != pixmap_height) | ^~ gtkplotcanvas.c:1952:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1952 | canvas->pixmap = gdk_pixmap_new (widget->window, | ^~~~~~ gtkplotcanvas.c: In function 'gtk_plot_canvas_draw_child': gtkplotcanvas.c:2640:26: warning: variable 'ymax' set but not used [-Wunused-but-set-variable] 2640 | gint xmin, xmax, ymin, ymax; | ^~~~ gtkplotcanvas.c:2640:14: warning: variable 'xmax' set but not used [-Wunused-but-set-variable] 2640 | gint xmin, xmax, ymin, ymax; | ^~~~ gtkplotcanvas.c:2635:16: warning: variable 'text' set but not used [-Wunused-but-set-variable] 2635 | GtkPlotText *text = NULL; | ^~~~ /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotpc.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotgdk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotpc.c -fPIC -DPIC -o .libs/gtkplotpc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotgdk.c -fPIC -DPIC -o .libs/gtkplotgdk.o gtkplotpc.c: In function 'gtk_plot_pc_class_init': gtkplotpc.c:67:19: warning: variable 'pc_class' set but not used [-Wunused-but-set-variable] 67 | GtkPlotPCClass *pc_class; | ^~~~~~~~ gtkplotpc.c:66:19: warning: variable 'object_class' set but not used [-Wunused-but-set-variable] 66 | GtkObjectClass *object_class; | ^~~~~~~~~~~~ gtkplotgdk.c: In function 'gtk_plot_gdk_set_dash': gtkplotgdk.c:344:46: warning: pointer targets in passing argument 3 of 'gdk_gc_set_dashes' differ in signedness [-Wpointer-sign] 344 | gdk_gc_set_dashes(GTK_PLOT_GDK(pc)->gc, 0, dash, num_values); | ^~~~ | | | gchar * {aka char *} In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtk.h:31, from gtkplotgdk.c:26: /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gdk/gdk.h:452:54: note: expected 'gint8 *' {aka 'signed char *'} but argument is of type 'gchar *' {aka 'char *'} 452 | gint8 dash_list[], | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotpc.c -o gtkplotpc.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotcanvas.c -o gtkplotcanvas.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotps.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotgdk.c -o gtkplotgdk.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotps.c -fPIC -DPIC -o .libs/gtkplotps.o gtkplotps.c: In function 'psdrawstring': gtkplotps.c:813:10: warning: variable 'currfont' set but not used [-Wunused-but-set-variable] 813 | gchar *currfont; | ^~~~~~~~ /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkplotprint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotprint.c -fPIC -DPIC -o .libs/gtkplotprint.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotps.c -o gtkplotps.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkplotprint.c -o gtkplotprint.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtkpsfont.c /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtksheet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkpsfont.c -fPIC -DPIC -o .libs/gtkpsfont.o /usr/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c gtktogglecombo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtksheet.c -fPIC -DPIC -o .libs/gtksheet.o In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:33, from gtksheet.c:29: gtksheet.c: In function 'gtk_sheet_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:582:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 582 | GTK_SIGNAL_OFFSET (GtkSheetClass, select_row), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:589:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 589 | GTK_SIGNAL_OFFSET (GtkSheetClass, select_column), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:596:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 596 | GTK_SIGNAL_OFFSET (GtkSheetClass, select_range), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:603:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 603 | GTK_SIGNAL_OFFSET (GtkSheetClass, clip_range), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:610:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 610 | GTK_SIGNAL_OFFSET (GtkSheetClass, resize_range), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:617:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 617 | GTK_SIGNAL_OFFSET (GtkSheetClass, move_range), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:624:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 624 | GTK_SIGNAL_OFFSET (GtkSheetClass, traverse), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:632:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 632 | GTK_SIGNAL_OFFSET (GtkSheetClass, deactivate), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:639:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 639 | GTK_SIGNAL_OFFSET (GtkSheetClass, activate), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:646:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 646 | GTK_SIGNAL_OFFSET (GtkSheetClass, set_cell), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:653:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 653 | GTK_SIGNAL_OFFSET (GtkSheetClass, clear_cell), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:660:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 660 | GTK_SIGNAL_OFFSET (GtkSheetClass, changed), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:667:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 667 | GTK_SIGNAL_OFFSET (GtkSheetClass, changed), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:674:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 674 | GTK_SIGNAL_OFFSET (GtkSheetClass, changed), | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtksheet.c:692:21: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 692 | GTK_SIGNAL_OFFSET (GtkSheetClass, set_scroll_adjustments), | ^~~~~~~~~~~~~~~~~ gtksheet.c: In function 'gtk_sheet_set_title': gtksheet.c:1073:16: warning: variable 'label' set but not used [-Wunused-but-set-variable] 1073 | */ GtkWidget *label; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtktogglecombo.c -fPIC -DPIC -o .libs/gtktogglecombo.o gtksheet.c: In function 'gtk_sheet_flash': gtksheet.c:1904:53: warning: pointer targets in passing argument 3 of 'gdk_gc_set_dashes' differ in signedness [-Wpointer-sign] 1904 | gdk_gc_set_dashes(sheet->xor_gc, sheet->interval, "\4\4", 2); | ^~~~~~ | | | char * In file included from gtksheet.c:27: /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gdk/gdk.h:452:54: note: expected 'gint8 *' {aka 'signed char *'} but argument is of type 'char *' 452 | gint8 dash_list[], | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ gtksheet.c:1906:39: warning: pointer targets in passing argument 3 of 'gdk_gc_set_dashes' differ in signedness [-Wpointer-sign] 1906 | gdk_gc_set_dashes(sheet->xor_gc, 0, "\4\4", 2); | ^~~~~~ | | | char * /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gdk/gdk.h:452:54: note: expected 'gint8 *' {aka 'signed char *'} but argument is of type 'char *' 452 | gint8 dash_list[], | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ gtksheet.c: In function 'gtk_sheet_style_set': gtksheet.c:2223:13: warning: variable 'sheet' set but not used [-Wunused-but-set-variable] 2223 | GtkSheet *sheet; | ^~~~~ gtksheet.c: In function 'gtk_sheet_cell_draw_default': gtksheet.c:2648:10: warning: variable 'fg_gc' set but not used [-Wunused-but-set-variable] 2648 | GdkGC *fg_gc, *bg_gc; | ^~~~~ gtksheet.c:2647:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 2647 | GtkWidget *widget; | ^~~~~~ gtksheet.c: In function 'gtk_sheet_cell_draw_border': gtksheet.c:2702:18: warning: variable 'bg_gc' set but not used [-Wunused-but-set-variable] 2702 | GdkGC *fg_gc, *bg_gc; | ^~~~~ gtksheet.c:2702:10: warning: variable 'fg_gc' set but not used [-Wunused-but-set-variable] 2702 | GdkGC *fg_gc, *bg_gc; | ^~~~~ gtksheet.c:2701:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 2701 | GtkWidget *widget; | ^~~~~~ gtksheet.c: In function 'gtk_sheet_cell_draw_label': gtksheet.c:2777:18: warning: variable 'bg_gc' set but not used [-Wunused-but-set-variable] 2777 | GdkGC *fg_gc, *bg_gc; | ^~~~~ gtksheet.c:2771:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 2771 | GtkWidget *widget; | ^~~~~~ gtksheet.c: In function 'gtk_sheet_range_draw': gtksheet.c:3017:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 3017 | for(i=drawing_range.row0; i<=drawing_range.rowi; i++) | ^~~ gtksheet.c:3023:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 3023 | gtk_sheet_draw_backing_pixmap(sheet, drawing_range); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gtksheet.c: In function 'gtk_sheet_range_draw_selection': In file included from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkwidget.h:31, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkmisc.h:32, from /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkarrow.h:32, from gtktogglecombo.c:23: gtktogglecombo.c: In function 'gtk_toggle_combo_class_init': /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:89:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | #define GTK_STRUCT_OFFSET(struct, field) ((gint) ((gchar*) &((struct*) 0)->field)) | ^ /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtksignal.h:41:50: note: in expansion of macro 'GTK_STRUCT_OFFSET' 41 | #define GTK_SIGNAL_OFFSET(struct, field) (GTK_STRUCT_OFFSET (struct, field)) | ^~~~~~~~~~~~~~~~~ gtktogglecombo.c:71:39: note: in expansion of macro 'GTK_SIGNAL_OFFSET' 71 | GTK_SIGNAL_OFFSET(GtkToggleComboClass, | ^~~~~~~~~~~~~~~~~ gtksheet.c:3041:17: warning: variable 'aux' set but not used [-Wunused-but-set-variable] 3041 | GtkSheetRange aux; | ^~~ gtktogglecombo.c:77:47: warning: pointer targets in passing argument 2 of 'gtk_object_class_add_signals' differ in signedness [-Wpointer-sign] 77 | gtk_object_class_add_signals (object_class, toggle_combo_signals,LAST_SIGNAL); | ^~~~~~~~~~~~~~~~~~~~ | | | gint * {aka int *} /tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:319:58: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} 319 | guint *signals, | ~~~~~~~~~~~~~~~~^~~~~~~ gtktogglecombo.c:60:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable] 60 | GtkWidgetClass *widget_class; | ^~~~~~~~~~~~ gtksheet.c: In function 'gtk_sheet_real_cell_clear': gtksheet.c:3292:12: warning: variable 'link' set but not used [-Wunused-but-set-variable] 3292 | gpointer link; | ^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtkpsfont.c -o gtkpsfont.o >/dev/null 2>&1 gtksheet.c: In function 'gtk_sheet_draw_border': gtksheet.c:4144:14: warning: variable 'widget' set but not used [-Wunused-but-set-variable] 4144 | GtkWidget *widget; | ^~~~~~ gtksheet.c: In function 'gtk_sheet_size_allocate_entry': gtksheet.c:5838:12: warning: variable 'col' set but not used [-Wunused-but-set-variable] 5838 | gint row, col; | ^~~ gtksheet.c:5838:7: warning: variable 'row' set but not used [-Wunused-but-set-variable] 5838 | gint row, col; | ^~~ gtksheet.c: In function 'gtk_sheet_button_draw': gtksheet.c:6216:24: warning: variable 'text_height' set but not used [-Wunused-but-set-variable] 6216 | gint text_width = 0, text_height = 0; | ^~~~~~~~~~~ gtksheet.c: In function 'vadjustment_changed': gtksheet.c:6494:13: warning: variable 'sheet' set but not used [-Wunused-but-set-variable] 6494 | GtkSheet *sheet; | ^~~~~ gtksheet.c: In function 'hadjustment_changed': gtksheet.c:6507:13: warning: variable 'sheet' set but not used [-Wunused-but-set-variable] 6507 | GtkSheet *sheet; | ^~~~~ gtksheet.c: In function 'vadjustment_value_changed': gtksheet.c:6522:21: warning: variable 'old_value' set but not used [-Wunused-but-set-variable] 6522 | gint diff, value, old_value; | ^~~~~~~~~ gtksheet.c:6522:8: warning: variable 'diff' set but not used [-Wunused-but-set-variable] 6522 | gint diff, value, old_value; | ^~~~ gtksheet.c: In function 'hadjustment_value_changed': gtksheet.c:6633:24: warning: variable 'old_value' set but not used [-Wunused-but-set-variable] 6633 | gint i, diff, value, old_value; | ^~~~~~~~~ gtksheet.c:6633:11: warning: variable 'diff' set but not used [-Wunused-but-set-variable] 6633 | gint i, diff, value, old_value; | ^~~~ gtksheet.c: In function 'draw_xor_rectangle': gtksheet.c:6815:19: warning: operation on 'i' may be undefined [-Wsequence-point] 6815 | for(i=-1;i<=1;i=i++) | ~^~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtktogglecombo.c -o gtktogglecombo.o >/dev/null 2>&1 gtksheet.c: In function 'DeleteColumn': gtksheet.c:7815:18: warning: variable 'auxcol' set but not used [-Wunused-but-set-variable] 7815 | GtkSheetColumn auxcol; | ^~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testgtksheet.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testgtkiconlist.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testgtkfilesel.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testgtkplot.c In file included from testgtkplot.c:5: icons.h:173:15: warning: 'sheet_icon2' defined but not used [-Wunused-variable] 173 | static char * sheet_icon2[] = { | ^~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testgtkfont.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testrealtime.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testiterator.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testpolar.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testgtkplot3d.c testgtkplot3d.c: In function 'main': testgtkplot3d.c:131:16: warning: variable 'dz' set but not used [-Wunused-but-set-variable] 131 | gdouble dx,dy,dz; | ^~ testgtkplot3d.c:131:13: warning: variable 'dy' set but not used [-Wunused-but-set-variable] 131 | gdouble dx,dy,dz; | ^~ testgtkplot3d.c:131:10: warning: variable 'dx' set but not used [-Wunused-but-set-variable] 131 | gdouble dx,dy,dz; | ^~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testcontour.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testbubbles.c testcontour.c: In function 'main': testcontour.c:138:26: warning: variable 'z' set but not used [-Wunused-but-set-variable] 138 | static gdouble *x, *y, *z; | ^ testcontour.c:138:22: warning: variable 'y' set but not used [-Wunused-but-set-variable] 138 | static gdouble *x, *y, *z; | ^ testcontour.c:138:18: warning: variable 'x' set but not used [-Wunused-but-set-variable] 138 | static gdouble *x, *y, *z; | ^ testcontour.c:137:7: warning: variable 'n' set but not used [-Wunused-but-set-variable] 137 | gint n; | ^ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testflux.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testboxes.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testimage.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testpixmap.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testcharsel.c testcharsel.c: In function 'ok_clicked': testcharsel.c:18:21: warning: variable 'charsel' set but not used [-Wunused-but-set-variable] 18 | GtkCharSelection *charsel; | ^~~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testdt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -c testgtkplotdt.c testdt.c: In function 'simpleprogressbar': testdt.c:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (p<0) p=0; if (p>1) p=1; | ^~ testdt.c:13:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (p<0) p=0; if (p>1) p=1; | ^~ testgtkplotdt.c: In function 'simpleprogressbar': testgtkplotdt.c:154:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 154 | if (p<0) p=0; if (p>1) p=1; | ^~ testgtkplotdt.c:154:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 154 | if (p<0) p=0; if (p>1) p=1; | ^~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/work/x11/gtk+extra/work/.buildlink/include/gtk-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/include/glib/glib-1.2 -I/tmp/work/x11/gtk+extra/work/.buildlink/lib/glib/include -I/tmp/work/x11/gtk+extra/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -c gtksheet.c -o gtksheet.o >/dev/null 2>&1 /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libgtkextra.la -rpath /opt/local/lib -version-info 17:0:0 -export-dynamic -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm gtkbordercombo.lo gtkcharsel.lo gtkcheckitem.lo gtkcolorcombo.lo gtkcombobox.lo gtkdirtree.lo gtkextra.lo gtkfilelist.lo gtkfontcombo.lo gtkiconlist.lo gtkitementry.lo gtkiconfilesel.lo gtkplot.lo gtkplot3d.lo gtkplotdt.lo gtkplotpolar.lo gtkplotdata.lo gtkplotpixmap.lo gtkplotbar.lo gtkplotbox.lo gtkplotflux.lo gtkplotsurface.lo gtkplotcsurface.lo gtkplotcanvas.lo gtkplotpc.lo gtkplotgdk.lo gtkplotps.lo gtkplotprint.lo gtkpsfont.lo gtksheet.lo gtktogglecombo.lo libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libgtkextra.so.17 -o .libs/libgtkextra.so.17.0.0 .libs/gtkbordercombo.o .libs/gtkcharsel.o .libs/gtkcheckitem.o .libs/gtkcolorcombo.o .libs/gtkcombobox.o .libs/gtkdirtree.o .libs/gtkextra.o .libs/gtkfilelist.o .libs/gtkfontcombo.o .libs/gtkiconlist.o .libs/gtkitementry.o .libs/gtkiconfilesel.o .libs/gtkplot.o .libs/gtkplot3d.o .libs/gtkplotdt.o .libs/gtkplotpolar.o .libs/gtkplotdata.o .libs/gtkplotpixmap.o .libs/gtkplotbar.o .libs/gtkplotbox.o .libs/gtkplotflux.o .libs/gtkplotsurface.o .libs/gtkplotcsurface.o .libs/gtkplotcanvas.o .libs/gtkplotpc.o .libs/gtkplotgdk.o .libs/gtkplotps.o .libs/gtkplotprint.o .libs/gtkpsfont.o .libs/gtksheet.o .libs/gtktogglecombo.o -R/tmp/work/x11/gtk+extra/work/.buildlink/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -O2 -msave-args -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib libtool: link: (cd ".libs" && rm -f "libgtkextra.so.17" && ln -s "libgtkextra.so.17.0.0" "libgtkextra.so.17") libtool: link: (cd ".libs" && rm -f "libgtkextra.so" && ln -s "libgtkextra.so.17.0.0" "libgtkextra.so") libtool: link: ar cr .libs/libgtkextra.a gtkbordercombo.o gtkcharsel.o gtkcheckitem.o gtkcolorcombo.o gtkcombobox.o gtkdirtree.o gtkextra.o gtkfilelist.o gtkfontcombo.o gtkiconlist.o gtkitementry.o gtkiconfilesel.o gtkplot.o gtkplot3d.o gtkplotdt.o gtkplotpolar.o gtkplotdata.o gtkplotpixmap.o gtkplotbar.o gtkplotbox.o gtkplotflux.o gtkplotsurface.o gtkplotcsurface.o gtkplotcanvas.o gtkplotpc.o gtkplotgdk.o gtkplotps.o gtkplotprint.o gtkpsfont.o gtksheet.o gtktogglecombo.o libtool: link: ranlib .libs/libgtkextra.a libtool: link: ( cd ".libs" && rm -f "libgtkextra.la" && ln -s "../libgtkextra.la" "libgtkextra.la" ) /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgtkiconlist testgtkiconlist.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgtksheet testgtksheet.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgtkfilesel testgtkfilesel.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testgtksheet testgtksheet.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testgtkiconlist testgtkiconlist.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testgtkfilesel testgtkfilesel.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgtkplot testgtkplot.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgtkfont testgtkfont.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testrealtime testrealtime.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testgtkplot testgtkplot.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testgtkfont testgtkfont.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testrealtime testrealtime.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testiterator testiterator.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testpolar testpolar.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgtkplot3d testgtkplot3d.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testiterator testiterator.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testgtkplot3d testgtkplot3d.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testpolar testpolar.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testcontour testcontour.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testbubbles testbubbles.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testflux testflux.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testcontour testcontour.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testbubbles testbubbles.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testflux testflux.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testboxes testboxes.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testimage testimage.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testpixmap testpixmap.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testboxes testboxes.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testimage testimage.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testpixmap testpixmap.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testcharsel testcharsel.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testdt testdt.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm /usr/bin/bash ../libtool --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgtkplotdt testgtkplotdt.o libgtkextra.la -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testcharsel testcharsel.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testdt testdt.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/x11/gtk+extra/work/.buildlink/include -Wall -Wl,-rpath -Wl,/opt/local/lib -o .libs/testgtkplotdt testgtkplotdt.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/x11/gtk+extra/work/.buildlink/lib ./.libs/libgtkextra.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgtk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgdk.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libintl.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libiconv.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libgmodule.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libglib.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXi.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXext.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libX11.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libxcb.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXau.so /tmp/work/x11/gtk+extra/work/.buildlink/lib/libXdmcp.so -lsocket -lnsl -lm -R/opt/local/lib -R/tmp/work/x11/gtk+extra/work/.buildlink/lib gmake[2]: Leaving directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17/gtkextra' Making all in docs gmake[2]: Entering directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17/docs' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17/docs' gmake[2]: Entering directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17' gmake[2]: Leaving directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17' gmake[1]: Leaving directory '/tmp/work/x11/gtk+extra/work/gtk+extra-0.99.17'