=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ocaml-lablgtk-2.18.13nb1 /usr/pkg/bin/gmake -C src world gmake[1]: Entering directory '/tmp/x11/ocaml-lablgtk/work/lablgtk-2.18.13/src' ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -o varcc varcc.ml rm -f *_tags.h *_tags.c ./varcc gdkpixbuf_tags.var Makefile:210: warning: pattern recipe did not update peer target 'gdkpixbufEnums.ml'. ./varcc gdk_tags.var ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gdkpixbuf.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gdkpixbuf.c' ml_gdkpixbuf.c: In function 'ml_GdkPixbuf_serialize': ml_gdkpixbuf.c:68:3: warning: 'gdk_pixdata_from_pixbuf' is deprecated [-Wdeprecated-declarations] pixels = gdk_pixdata_from_pixbuf (&pixdata, pb, pixbuf_marshal_use_rle); ^~~~~~ In file included from ml_gdkpixbuf.c:28:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:102:10: note: declared here gpointer gdk_pixdata_from_pixbuf (GdkPixdata *pixdata, ^~~~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c:69:3: warning: 'gdk_pixdata_serialize' is deprecated [-Wdeprecated-declarations] stream = gdk_pixdata_serialize (&pixdata, &len); ^~~~~~ In file included from ml_gdkpixbuf.c:28:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:94:10: note: declared here guint8* gdk_pixdata_serialize (const GdkPixdata *pixdata, ^~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c: In function 'ml_GdkPixbuf_deserialize': ml_gdkpixbuf.c:87:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead stream = stat_alloc (len); ^~~~~~~~~~~~~~~~ ml_gdkpixbuf.c:89:3: warning: 'gdk_pixdata_deserialize' is deprecated [-Wdeprecated-declarations] gdk_pixdata_deserialize (&pixdata, len, stream, &error); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ml_gdkpixbuf.c:28:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:97:10: note: declared here gboolean gdk_pixdata_deserialize (GdkPixdata *pixdata, ^~~~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c:91:3: warning: 'gdk_pixbuf_from_pixdata' is deprecated [-Wdeprecated-declarations] pb = gdk_pixbuf_from_pixdata (&pixdata, TRUE, &error); ^~ In file included from ml_gdkpixbuf.c:28:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:106:12: note: declared here GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata, ^~~~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c:96:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead stat_free (stream); ^~~~~~~~~ ml_gdkpixbuf.c: In function 'ml_gdkpixbuf_init': ml_gdkpixbuf.c:134:13: warning: "register_custom_operations" is deprecated: use "caml_register_custom_operations" instead register_custom_operations (&ml_custom_GdkPixbuf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_get_pixels': ml_gdkpixbuf.c:150:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead value ret = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_get_file_info': ml_gdkpixbuf.c:186:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead v = alloc_tuple(3); ^~~~~~~~~ ml_gdkpixbuf.c:187:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead Store_field(v, 0, copy_string(gdk_pixbuf_format_get_name(fmt))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_render_pixmap_and_mask': ml_gdkpixbuf.c:263:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small(2,0); ^~~~~~~~~~~~~~~ ml_gdkpixbuf.c: In function 'convert_gdk_pixbuf_options': ml_gdkpixbuf.c:302:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead *opt_k = stat_alloc(sizeof (char *) * (len + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c:303:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead *opt_v = stat_alloc(sizeof (char *) * (len + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_save': ml_gdkpixbuf.c:331:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead stat_free(opt_k); ^~~~~~~ ml_gdkpixbuf.c:332:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead stat_free(opt_v); ^~~~~~~ ml_gdkpixbuf.c: In function 'ml_gdkpixbuf_savefunc': ml_gdkpixbuf.c:348:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead s = alloc_string (count); ^~~~~~~~~~~~~~~ ml_gdkpixbuf.c:350:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead res = callback_exn (*cb, s); ^~~~~~~~~~~~~~~~~~ ./varcc pango_tags.var ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gdk.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gdk.c' ml_gdk.c: In function 'ml_raise_gdk': ml_gdk.c:65:13: warning: "raise_with_string" is deprecated: use "caml_raise_with_string" instead raise_with_string (*exn, (char*)errmsg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_drawable_get_size': ml_gdk.c:260:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2,0); ^~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_window_get_position': ml_gdk.c:294:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2,0); ^~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_window_get_pointer_location': ml_gdk.c:306:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2, 0); ^~~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_display_get_window_at_pointer': ml_gdk.c:346:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead tup = alloc_tuple(3); ^~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_pixmap_colormap_create_from_xpm': ml_gdk.c:393:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2,0); ^~~~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_pixmap_colormap_create_from_xpm_d': ml_gdk.c:416:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2, 0); ^~~~~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_property_change': ml_gdk.c:448:13: warning: "string_length" is deprecated: use "caml_string_length" instead int nelems = (format == 8 ? string_length (data) : Wosize_val(data)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c: In function 'copy_xdata': ml_gdk.c:482:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead data = alloc_string (nitems); ^~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:487:13: warning: "alloc" is deprecated: use "caml_alloc" instead data = alloc (nitems,0); ^~~~~~~~~~~~~~~~~~~~ ml_gdk.c:493:13: warning: "alloc" is deprecated: use "caml_alloc" instead data = alloc (nitems,0); ^~~~~~~~~~~~~~~~~~~~ ml_gdk.c:495:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead Store_field(data, i, copy_int32 (((long*)xdata)[i])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:502:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2,0); ^~~~~~~~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_property_get': ml_gdk.c:533:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead pair = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_gc_set_dashes': ml_gdk.c:610:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead cdashes = stat_alloc(sizeof (gint8) * l); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:615:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead stat_free (cdashes); ^~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_gdk_gc_get_values': ml_gdk.c:634:13: warning: "alloc" is deprecated: use "caml_alloc" instead ret = alloc (18, 0); ^~~~~~~~~~~~ ml_gdk.c: In function 'ml_point_array_new': ml_gdk.c:682:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument("PointArray.new"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:683:13: warning: "alloc" is deprecated: use "caml_alloc" instead ret = alloc (1 + Wosize_asize(Int_val(len)*sizeof(GdkPoint)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c: In function 'ml_segment_array_new': ml_gdk.c:702:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument("SegmentArray.new"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:703:13: warning: "alloc" is deprecated: use "caml_alloc" instead ret = alloc (1 + Wosize_asize(Int_val(len)*sizeof(GdkSegment)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c: At top level: ml_gdk.c:787:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead ML_1 (gdk_event_get_time, GdkEvent_val, copy_int32) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:805:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), x, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:806:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), y, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c: In function 'copy_axes': ml_gdk.c:813:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead x = copy_double(axes[0]); ^~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:814:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead y = copy_double(axes[0]); ^~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:815:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small(2, 0); ^~~~~~~~~~~~~~~~~~~~ ml_gdk.c: At top level: ml_gdk.c:827:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), x_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:828:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), y_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:830:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventButton, GdkEvent_arg(Button), x, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:831:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventButton, GdkEvent_arg(Button), y, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:836:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventButton, GdkEvent_arg(Button), x_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:837:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventButton, GdkEvent_arg(Button), y_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:840:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), x, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:841:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), y, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:846:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), x_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:847:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), y_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:857:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), x, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:858:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), y, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:859:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), x_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:860:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), y_root, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gdk.c:905:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead Make_Extractor (GdkEventSetting, GdkEvent_arg(Setting), name, copy_string) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./varcc glib_tags.var Makefile:210: warning: pattern recipe did not update peer target 'glibEnums.ml'. ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_glib.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_glib.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_glib.c:34: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_glib.c:34: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_glib.c:34: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from ml_glib.c:33: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_glib.c: In function 'copy_string_v': ml_glib.c:67:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead s = copy_string (*v); ^~~~~~~~~~~~~~~ ml_glib.c:68:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead c = alloc_small (2, 0); ^~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_raise_glib': ml_glib.c:93:13: warning: "raise_with_string" is deprecated: use "caml_raise_with_string" instead raise_with_string (*exn, (char*)errmsg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'Val_GList': ml_glib.c:104:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead new_cell = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_register_exn_map': ml_glib.c:141:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead struct exn_data *exn_data = stat_alloc (sizeof *exn_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_raise_gerror_exn': ml_glib.c:169:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead msg = copy_string(err->message); ^~~~~~~~~~~~~~~~~~~~~~ ml_glib.c:170:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead b = alloc_small (3, 0); ^~~~~~~~~~~~~ ml_glib.c:175:13: warning: "mlraise" is deprecated: use "caml_raise" instead mlraise(b); ^ ml_glib.c: In function 'ml_raise_generic_gerror': ml_glib.c:186:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith ("gerror"); ^~~~~~~~~~~~~~ ml_glib.c:188:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead msg = copy_string (err->message); ^~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c:190:13: warning: "raise_with_arg" is deprecated: use "caml_raise_with_arg" instead raise_with_arg (*exn, msg); ^~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_log_func': ml_glib.c:212:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead msg = copy_string (message); ^~~~~~~~~~~~~~~~~~~~ ml_glib.c:213:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead callback2_exn(*clos_p, Val_int(log_level), msg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_log_set_handler': ml_glib.c:225:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead value ret = alloc_small(3,0); ^~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_main_iteration': ml_glib.c:262:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_iteration" ML_1 (g_main_iteration, Bool_val, Val_bool) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_main_pending': ml_glib.c:263:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_pending" ML_0 (g_main_pending, Val_bool) ^~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_main_is_running': ml_glib.c:264:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_is_running" ML_1 (g_main_is_running, GMainLoop_val, Val_bool) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_main_quit': ml_glib.c:265:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_quit" ML_1 (g_main_quit, GMainLoop_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_main_destroy': ml_glib.c:266:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_unref" ML_1 (g_main_destroy, GMainLoop_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_source_func': ml_glib.c:271:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead res = callback_exn (*clos, Val_unit); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_io_channel_watch': ml_glib.c:348:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead res = callback_exn (*clos_p, cond); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_io_channel_read': ml_glib.c:374:3: warning: 'g_io_channel_read' is deprecated: Use 'g_io_channel_read_chars' instead [-Wdeprecated-declarations] switch (g_io_channel_read(GIOChannel_val(io), ^~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:56:0, from ml_glib.c:33: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/giochannel.h:169:13: note: declared here GIOError g_io_channel_read (GIOChannel *channel, ^~~~~~~~~~~~~~~~~ ml_glib.c: In function 'Val_GSList': ml_glib.c:430:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead new_cell = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'caml_copy_string_len_and_free': ml_glib.c:469:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead v = alloc_string (len); ^~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_convert': ml_glib.c:480:13: warning: "string_length" is deprecated: use "caml_string_length" instead c_res = g_convert(String_val(str),string_length(str), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_convert_with_fallback': ml_glib.c:492:13: warning: "string_length" is deprecated: use "caml_string_length" instead c_res = g_convert_with_fallback(String_val(str),string_length(str), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_filename_to_utf8': ml_glib.c:511:13: warning: "string_length" is deprecated: use "caml_string_length" instead Make_conversion(g_filename_to_utf8) ^~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_filename_from_utf8': ml_glib.c:513:13: warning: "string_length" is deprecated: use "caml_string_length" instead Make_conversion(g_filename_from_utf8) ^~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_filename_from_uri': ml_glib.c:526:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead v_p = alloc_small(2, 0); ^~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_get_charset': ml_glib.c:547:13: warning: Deprecated pre-processor symbol: replace with "const" G_CONST_RETURN char *c; ^~~~~~~~~~~~~ ml_glib.c:549:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead couple = alloc_tuple(2); ^~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_utf8_validate': ml_glib.c:557:13: warning: "string_length" is deprecated: use "caml_string_length" instead return Val_bool(g_utf8_validate(SizedString_val(s),NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_utf8_strlen': ml_glib.c:568:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_1 (g_utf8_strlen, SizedString_val, Val_int) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_utf8_normalize': ml_glib.c:569:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_2 (g_utf8_normalize, SizedString_val, Normalize_mode_val, copy_string_g_free) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_utf8_casefold': ml_glib.c:570:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_1 (g_utf8_casefold, SizedString_val, copy_string_g_free) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_utf8_collate_key': ml_glib.c:572:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_1 (g_utf8_collate_key, SizedString_val, copy_string_g_free) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_utf8_strup': ml_glib.c:573:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_1 (g_utf8_strup, SizedString_val, copy_string_g_free) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_utf8_strdown': ml_glib.c:574:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_1 (g_utf8_strdown, SizedString_val, copy_string_g_free) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_markup_escape_text': ml_glib.c:598:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_1 (g_markup_escape_text, SizedString_val, copy_string_g_free) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: At top level: ml_glib.c:610:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead ML_0 (g_get_user_name, copy_string) ^~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c:611:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead ML_0 (g_get_real_name, copy_string) ^~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_get_home_dir': ml_glib.c:615:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead return s ? ml_some (copy_string (s)) : Val_unit; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c: At top level: ml_glib.c:617:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead ML_0 (g_get_tmp_dir, copy_string) ^~~~~~~~~~~~~~~~~~~~~ ml_glib.c: In function 'ml_g_find_program_in_path': ml_glib.c:622:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead if (s == NULL) raise_not_found(); ^~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c:623:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead v = copy_string(s); ^~~~~~~~~ ml_glib.c: In function 'ml_g_getenv': ml_glib.c:631:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead if (s == NULL) raise_not_found(); ^~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c:632:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead return copy_string(s); ^~~~~~~~~~~~ ml_glib.c: In function 'ml_g_setenv': ml_glib.c:639:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith("g_setenv"); ^~~~~~~~~~~~~ ml_glib.c: At top level: ml_glib.c:649:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead ML_0 (g_get_user_cache_dir, copy_string) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c:650:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead ML_0 (g_get_user_data_dir, copy_string) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glib.c:651:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead ML_0 (g_get_user_config_dir, copy_string) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./varcc gobject_tags.var Makefile:210: warning: pattern recipe did not update peer target 'gobjectEnums.ml'. ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gobject.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gobject.c' ml_gobject.c: In function 'ml_g_type_init': ml_gobject.c:104:1: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] ML_0 (g_type_init, Unit) ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from ml_gobject.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:712:23: note: declared here void g_type_init (void); ^~~~~~~~~~~ ml_gobject.c: In function 'ml_g_type_interface_prerequisites': ml_gobject.c:123:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead res = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_type_register_static': ml_gobject.c:141:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith ("g_type_register_static: invalid parent g_type"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'marshal_core': ml_gobject.c:186:13: warning: "alloc" is deprecated: use "caml_alloc" instead value vargs = alloc(3,0); ^~~~~~~~~~~~~~~~~ ml_gobject.c:189:13: warning: "alloc" is deprecated: use "caml_alloc" instead Store_field(vargs, 0, (ret ? Val_GValue_wrap(ret) : alloc(2,0))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:193:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn ((value)closure->data, vargs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_value_new': ml_gobject.c:236:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead value ret = alloc_custom(&ml_custom_GValue, sizeof(value)+sizeof(GValue), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'GValue_val': ml_gobject.c:261:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead if (v == NULL) invalid_argument("GValue_val"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'Val_gboxed': ml_gobject.c:290:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead value ret = alloc_custom(&ml_custom_gboxed, 2*sizeof(value), 10, 1000); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'Val_gboxed_new': ml_gobject.c:297:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead value ret = alloc_custom(&ml_custom_gboxed, 2*sizeof(value), 10, 1000); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'g_value_get_mlvariant': ml_gobject.c:316:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument("Gobject.Value.get"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:346:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead tmp = copy_double ((double)DATA.v_float); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:350:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead tmp = copy_double (DATA.v_double); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:354:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead tmp = Val_option (DATA.v_pointer, copy_string); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:382:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead tmp = copy_int64 (DATA.v_int64); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:386:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'g_value_set_mlvariant': ml_gobject.c:472:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith ("Gobject.Value.set : cannot set this value"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:475:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith ("GObject.Value.set : argument type mismatch"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_value_get_nativeint': ml_gobject.c:486:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead return copy_nativeint (DATA.v_int); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:491:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead return copy_nativeint (DATA.v_long); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:493:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument ("Gobject.get_nativeint"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_value_get_int32': ml_gobject.c:503:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead return copy_int32 (DATA.v_int); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:506:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead return copy_int32 (DATA.v_long); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:508:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith ("Gobject.get_int32"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_value_get_pointer': ml_gobject.c:523:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith ("Gobject.get_pointer"); ^~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_object_new': ml_gobject.c:536:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] GParameter *params_copy = NULL, *param; ^~~~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:28:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from ml_gobject.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gparam.h:288:8: note: declared here struct _GParameter /* auxiliary structure for _setv() variants */ ^~~~~~~~~~~ ml_gobject.c:536:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] GParameter *params_copy = NULL, *param; ^~~~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:28:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from ml_gobject.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gparam.h:288:8: note: declared here struct _GParameter /* auxiliary structure for _setv() variants */ ^~~~~~~~~~~ ml_gobject.c:543:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] params_copy = (GParameter*)calloc(n, sizeof(GParameter)); ^~~~~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:28:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from ml_gobject.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gparam.h:288:8: note: declared here struct _GParameter /* auxiliary structure for _setv() variants */ ^~~~~~~~~~~ ml_gobject.c:543:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations] params_copy = (GParameter*)calloc(n, sizeof(GParameter)); ^~~~~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:28:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from ml_gobject.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gparam.h:288:8: note: declared here struct _GParameter /* auxiliary structure for _setv() variants */ ^~~~~~~~~~~ ml_gobject.c:548:13: warning: "failwith" is deprecated: use "caml_failwith" instead if (!pspec) failwith ("Gobject.create"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:555:5: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations] ret = g_object_newv (GType_val(type), n, params_copy); ^~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from ml_gobject.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:459:13: note: declared here gpointer g_object_newv (GType object_type, ^~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_signal_query': ml_gobject.c:632:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead if (query->signal_id == 0) invalid_argument("g_signal_query"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:634:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead Copy_GSignalQuery(ml_query, ml_query_params, query); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_signal_list_ids': ml_gobject.c:647:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead Copy_array(ret, n_ids, ids, Val_int); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:647:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead Copy_array(ret, n_ids, ids, Val_int); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c: In function 'ml_g_signal_emit_by_name': ml_gobject.c:673:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith("GtkSignal.emit_by_name : bad signal name"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gobject.c:678:13: warning: "failwith" is deprecated: use "caml_failwith" instead failwith("GtkSignal.emit_by_name : bad parameters number"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gpointer.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gpointer.c' ml_gpointer.c: In function 'ml_stable_copy': ml_gpointer.c:42:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead if (tag < No_scan_tag) invalid_argument("ml_stable_copy"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gpointer.c:43:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead ret = alloc_shr (wosize, tag); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gpointer.c: In function 'ml_string_at_pointer': ml_gpointer.c:53:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead value ret = alloc_string(length); ^~~~~~~~~~~~~~~~~~~~~~~~~ ml_gpointer.c: In function 'ml_long_at_pointer': ml_gpointer.c:71:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead return copy_nativeint(*(long*)Pointer_val(ptr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gpointer.c: In function 'ml_gpointer_get_addr': ml_gpointer.c:115:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead return copy_nativeint ((long)ml_gpointer_base (region)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gvaluecaml.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gvaluecaml.c' ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose wrappers.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'wrappers.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/giochannel.h:35:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:56, from wrappers.c:31: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gmain.h:310:13: warning: "callback" is deprecated: use "caml_callback" instead GSourceFunc callback, ^ ~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:56:0, from wrappers.c:31: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/giochannel.h:190:13: warning: "flush" is deprecated: use "caml_flush" instead gboolean flush, ^~~~~~~~~~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:67:0, from wrappers.c:31: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gpattern.h:45:13: warning: "string_length" is deprecated: use "caml_string_length" instead gsize string_length, ^ ~~~~~~~~~~~~~~~~~~~~ /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gpattern.h:53:13: warning: "string_length" is deprecated: use "caml_string_length" instead guint string_length, ^~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'copy_memblock_indirected': wrappers.c:40:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead ret = alloc_shr (wosize+2, Abstract_tag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'alloc_memblock_indirected': wrappers.c:48:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead value ret = alloc_shr (Wosize_asize(size)+2, Abstract_tag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'ml_some': wrappers.c:86:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead value ret = alloc_small(1,0); ^~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'ml_cons': wrappers.c:94:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead value cell = alloc_small(2, Tag_cons); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'ml_raise_null_pointer': wrappers.c:105:13: warning: "raise_constant" is deprecated: use "caml_raise_constant" instead raise_constant (*exn); ^~~~~~~~~~~~ wrappers.c: In function 'Val_pointer': wrappers.c:110:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead value ret = alloc_small (2, Abstract_tag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'copy_string_check': wrappers.c:119:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead return copy_string ((char*) str); ^~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'copy_string_or_null': wrappers.c:124:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead return copy_string (str ? (char*) str : ""); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'ml_global_root_new': wrappers.c:132:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead value *p = stat_alloc(sizeof(value)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'ml_global_root_destroy': wrappers.c:141:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead stat_free (data); ^~~~~~~~~ wrappers.c: In function 'ml_lookup_from_c': wrappers.c:149:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument ("ml_lookup_from_c"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'ml_lookup_to_c': wrappers.c:161:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument ("ml_lookup_to_c"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'ml_lookup_flags_getter': wrappers.c:172:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead cell = alloc_small(2, Tag_cons); ^~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers.c: In function 'string_list_of_strv': wrappers.c:214:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead s = copy_string (v[i]); ^~~~~~~~~~~~~~~~~ wrappers.c:215:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead cell = alloc_small (2, Tag_cons); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./varcc gtk_tags.var ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtk.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtk.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtk.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtk.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtk.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtk.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtk.c: In function 'ml_raise_gtk': ml_gtk.c:49:13: warning: "raise_with_string" is deprecated: use "caml_raise_with_string" instead raise_with_string (*exn, (char*)errmsg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_accelerator_parse': ml_gtk.c:120:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead tup = alloc_small(2, 0); ^~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_widget_get_pointer': ml_gtk.c:337:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2,0); ^~~~~~~~~~~~~~~~ ml_gtk.c: In function 'Val_GtkAllocation': ml_gtk.c:371:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead value ret = alloc_small (4, 0); ^~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_widget_style_get_property': ml_gtk.c:410:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument("Gobject.Widget.style_get_property"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_drag_dest_set': ml_gtk.c:448:13: warning: "alloc" is deprecated: use "caml_alloc" instead alloc (Wosize_asize(n_targets * sizeof(GtkTargetEntry)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_drag_source_set': ml_gtk.c:485:13: warning: "alloc" is deprecated: use "caml_alloc" instead alloc (Wosize_asize(n_targets * sizeof(GtkTargetEntry)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_selection_data_get_data': ml_gtk.c:516:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead ret = alloc_string (data->length); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: At top level: ml_gtk.c:525:13: warning: "string_length" is deprecated: use "caml_string_length" instead Unit) ^ ml_gtk.c: In function 'ml_gtk_clipboard_set_text': ml_gtk.c:540:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_2 (gtk_clipboard_set_text, GtkClipboard_val, SizedString_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'clipboard_received_func': ml_gtk.c:564:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn (*(value*)data, arg); ^~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'clipboard_text_received_func': ml_gtk.c:578:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead value arg = (text != NULL ? ml_some(copy_string(text)) : Val_unit); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c:579:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn (*(value*)data, arg); ^~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_clipboard_wait_for_targets': ml_gtk.c:617:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead new_cell = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_simple_callback': ml_gtk.c:650:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn (*clos, val); ^~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_file_selection_get_selections': ml_gtk.c:744:13: warning: "alloc" is deprecated: use "caml_alloc" instead next = alloc(2,0); ^~~~~~~~~~ ml_gtk.c: In function 'ml_activate_link_func': ml_gtk.c:883:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead v_link = copy_string (link); ^~~~~~~~~~~~~~~~~~ ml_gtk.c:884:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn (*closure, v_link); ^~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_init': ml_gtk.c:996:13: warning: "alloc" is deprecated: use "caml_alloc" instead copy = (argc ? alloc (argc, Abstract_tag) : Atom(0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c:1003:13: warning: "alloc" is deprecated: use "caml_alloc" instead argv = (argc ? alloc (argc, 0) : Atom(0)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: In function 'ml_gtk_get_version': ml_gtk.c:1022:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead value ret = alloc_small(3,0); ^~~~~~~~~~~~~~~~~~~~~ ml_gtk.c: At top level: ml_gtk.c:1029:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead ML_0 (gtk_get_current_event_time, copy_int32) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_pango.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_pango.c' ml_pango.c: In function 'ml_Pango_scale_val': ml_pango.c:146:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead return copy_double(r); ^~~~~~~~~~~~ ml_pango.c: In function 'ml_pango_layout_set_text': ml_pango.c:176:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_2 (pango_layout_set_text, PangoLayout_val, SizedString_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_pango.c: In function 'ml_pango_layout_set_markup': ml_pango.c:178:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_2 (pango_layout_set_markup, PangoLayout_val, SizedString_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_pango.c: In function 'ml_pango_layout_set_markup_with_accel': ml_pango.c:180:13: warning: "string_length" is deprecated: use "caml_string_length" instead Int_val, NULL Ignore, Unit) ^~~~~~~~~~~~~~~~~~~~~ ml_pango.c: In function 'ml_pango_layout_get_size': ml_pango.c:205:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead value res = alloc_tuple(2); ^~~~~~~~~~~~~~~~~ ml_pango.c: In function 'ml_pango_layout_get_pixel_size': ml_pango.c:214:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead value res = alloc_tuple(2); ^~~~~~~~~~~~~~~~~ ml_pango.c: In function 'Val_PangoRectangle': ml_pango.c:222:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead value res = alloc_tuple(4); ^~~~~~~~~~~~~~~~~ ml_pango.c: In function 'ml_pango_layout_xy_to_index': ml_pango.c:240:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead res = alloc_tuple(3); ^~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkaction.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkaction.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkaction.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkaction.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkaction.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkaction.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkaction.c: In function 'ml_gtk_ui_manager_get_widget': ml_gtkaction.c:114:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead if (w == NULL) raise_not_found(); ^~~~~~~~~~~~~~~~~~~~~~~ ml_gtkaction.c: In function 'ml_gtk_ui_manager_get_action': ml_gtkaction.c:120:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead if (a == NULL) raise_not_found(); ^~~~~~~~~~~~~~~~~~~~~~~ ml_gtkaction.c: In function 'ml_gtk_ui_manager_add_ui_from_string': ml_gtkaction.c:128:13: warning: "string_length" is deprecated: use "caml_string_length" instead String_val(s), string_length(s), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkbin.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkbin.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkbin.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkbin.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkbin.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkbin.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkbroken.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkbroken.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkbroken.c:30: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkbroken.c:30: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkbroken.c:30: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkbroken.c:30: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkbroken.c: In function 'ml_gtk_text_insert': ml_gtkbroken.c:121:13: warning: "string_length" is deprecated: use "caml_string_length" instead String_val(str), string_length(str)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkbutton.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkbutton.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkbutton.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkbutton.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkbutton.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkbutton.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkbutton.c: In function 'ml_gtk_toolbar_insert_element': ml_gtkbutton.c:137:13: warning: "string_length" is deprecated: use "caml_string_length" instead Insert(NULL) Insert(NULL) Int_val, Val_GtkWidget) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkbutton.c:137:13: warning: "string_length" is deprecated: use "caml_string_length" instead ml_gtkbutton.c:137:13: warning: "string_length" is deprecated: use "caml_string_length" instead ml_gtkbutton.c: In function 'ml_gtk_toolbar_insert_widget': ml_gtkbutton.c:140:13: warning: "string_length" is deprecated: use "caml_string_length" instead Optstring_val, Optstring_val, Int_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkbutton.c:140:13: warning: "string_length" is deprecated: use "caml_string_length" instead ml_gtkbutton.c: In function 'ml_g_link_button_func': ml_gtkbutton.c:216:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead ret = callback2_exn(*clos, Val_GtkWidget(button),ml_link); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkassistant.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkassistant.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkassistant.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkassistant.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkassistant.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkassistant.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkassistant.c: In function 'ml_g_assistant_page_func': ml_gtkassistant.c:83:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead ret = callback_exn(*clos, Val_int(current_page)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkedit.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkedit.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkedit.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkedit.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkedit.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkedit.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkedit.c: In function 'ml_gtk_editable_get_selection_bounds': ml_gtkedit.c:71:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead tmp = alloc_small(2,0); ^~~~~~~~~~~~~~~~~~~ ml_gtkedit.c:74:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead res = alloc_small(1,0); ^~~~~~~~~~~~~~~~~~~ ml_gtkedit.c: In function 'ml_gtk_editable_insert_text': ml_gtkedit.c:83:13: warning: "string_length" is deprecated: use "caml_string_length" instead string_length(s), &position); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkedit.c: In function 'ml_gtk_entry_completion_match_func': ml_gtkedit.c:219:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead vkey = copy_string(key); ^~~~~~~~~~~~~~ ml_gtkedit.c:221:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead vret = callback2_exn(*closure, vkey, viter); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkfile.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkfile.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkfile.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkfile.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkfile.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkfile.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkfile.c: In function 'some_string_and_free': ml_gtkfile.c:62:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead value v = s ? ml_some(copy_string(s)) : Val_unit; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkfile.c: In function 'ml_gtk_file_filter_func': ml_gtkfile.c:112:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead CONS_MEMBER (mime_type, MIME_TYPE) ^~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkfile.c:112:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkfile.c:113:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead CONS_MEMBER (display_name, DISPLAY_NAME) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkfile.c:113:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkfile.c:114:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead CONS_MEMBER (uri, URI) ^~~~~~~~~~~~ ml_gtkfile.c:114:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkfile.c:115:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead CONS_MEMBER (filename, FILENAME) ^~~~~~~~~~~~~~~~~~~~~~ ml_gtkfile.c:115:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkfile.c:117:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead r = callback_exn (*cb, l); ^~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtklist.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtklist.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtklist.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtklist.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtklist.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtklist.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtklist.c: In function 'ml_gtk_clist_set_text': ml_gtklist.c:125:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_4 (gtk_clist_set_text, GtkCList_val, Int_val, Int_val, Optstring_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtklist.c: In function 'ml_gtk_clist_get_text': ml_gtklist.c:131:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument ("Gtk.Clist.get_text"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtklist.c: In function 'ml_gtk_clist_get_pixmap': ml_gtklist.c:146:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument ("Gtk.Clist.get_pixmap"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtklist.c:150:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2,0); ^~~~~~~~~~~~~~~~ ml_gtklist.c: In function 'ml_gtk_clist_get_selection_info': ml_gtklist.c:199:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument ("Gtk.Clist.get_row_column"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtklist.c:200:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (2,0); ^~~~~~~~~~~~~~~~ ml_gtklist.c: In function 'ml_gtk_clist_get_row_state': ml_gtklist.c:225:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead if (list == NULL) invalid_argument ("Gtk.Clist.get_row_state"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkmenu.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkmenu.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkmenu.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkmenu.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkmenu.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkmenu.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkmenu.c: In function 'menu_popup_cb': ml_gtkmenu.c:165:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead stat_free(clos); ^~~~~~~~ ml_gtkmenu.c: In function 'ml_gtk_menu_popup_at': ml_gtkmenu.c:170:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead value *clos = stat_alloc(sizeof(value)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkmisc.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkmisc.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkmisc.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkmisc.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkmisc.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkmisc.c:25: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkmisc.c:72:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (gtk_gamma_curve_get, GtkGammaCurve_val, gamma, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkmisc.c: In function 'ml_gtk_calendar_get_date': ml_gtkmisc.c:158:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small (3, 0); ^~~~~~~~~~~~~~~~~ ml_gtkmisc.c: In function 'ml_gtk_calendar_is_day_marked': ml_gtkmisc.c:170:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead if (day >= 31) invalid_argument("gtk_calendar_is_day_marked: date ouf of range"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkmisc.c: In function 'ml_gtk_label_get_selection_bounds': ml_gtkmisc.c:233:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead r = alloc_small(2, 0); ^~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkpack.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkpack.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkpack.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkpack.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkpack.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkpack.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkpack.c: In function 'ml_gtk_box_query_child_packing': ml_gtkpack.c:78:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small(4,0); ^~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkrange.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkrange.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkrange.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkrange.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkrange.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkrange.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkrange.c:86:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead ML_1 (gtk_progress_bar_get_pulse_step, GtkProgressBar_val,copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkrange.c:88:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead ML_1 (gtk_progress_bar_get_fraction, GtkProgressBar_val,copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkrange.c:134:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (gtk_ruler_get, GtkRuler_val, lower, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkrange.c:135:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (gtk_ruler_get, GtkRuler_val, upper, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkrange.c:136:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (gtk_ruler_get, GtkRuler_val, position, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkrange.c:137:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead Make_Extractor (gtk_ruler_get, GtkRuler_val, max_size, copy_double) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkstock.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkstock.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkstock.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkstock.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkstock.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkstock.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtkstock.c:57:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead ML_1 (gtk_icon_source_get_filename, GtkIconSource_val, copy_string) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c: In function 'ml_gtk_icon_set_get_sizes': ml_gtkstock.c:84:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead c = alloc_small(2, Tag_cons); ^~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c: In function 'ml_gtk_stock_lookup': ml_gtkstock.c:129:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead if (!b) raise_not_found(); ^~~~~~~~~~~~~~~~ ml_gtkstock.c:135:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(SHIFT); ^~~~~~~~~ ml_gtkstock.c:136:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(LOCK); ^~~~~~~~ ml_gtkstock.c:137:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(CONTROL); ^~~~~~~~~~~ ml_gtkstock.c:138:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(MOD1); TESTANDCONS(MOD2); TESTANDCONS(MOD3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c:138:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:138:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:139:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(MOD4); TESTANDCONS(MOD5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c:139:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:140:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(BUTTON1); TESTANDCONS(BUTTON2); TESTANDCONS(BUTTON3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c:140:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:140:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:141:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(BUTTON4); TESTANDCONS(BUTTON5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c:141:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:142:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(SUPER); TESTANDCONS(HYPER); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c:142:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:143:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead TESTANDCONS(META); TESTANDCONS(RELEASE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtkstock.c:143:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ml_gtkstock.c:144:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead stock_result = alloc_tuple(4); ^~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtktext.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtktext.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtktext.c:29: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtktext.c:29: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtktext.c:29: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from ml_gtktext.c:28: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtktext.c: In function 'tag_foreach_func': ml_gtktext.c:152:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn (*(value*)user_data, arg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_buffer_insert': ml_gtktext.c:225:13: warning: "string_length" is deprecated: use "caml_string_length" instead GtkTextIter_val, SizedString_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_buffer_insert_at_cursor': ml_gtktext.c:228:13: warning: "string_length" is deprecated: use "caml_string_length" instead SizedString_val, Unit) ^~~~~~~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_buffer_insert_interactive': ml_gtktext.c:231:13: warning: "string_length" is deprecated: use "caml_string_length" instead GtkTextIter_val, SizedString_val, Bool_val, Val_bool) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_buffer_insert_interactive_at_cursor': ml_gtktext.c:234:13: warning: "string_length" is deprecated: use "caml_string_length" instead SizedString_val, Bool_val, Val_bool) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_buffer_set_text': ml_gtktext.c:248:13: warning: "string_length" is deprecated: use "caml_string_length" instead ML_2 (gtk_text_buffer_set_text, GtkTextBuffer_val, SizedString_val, Unit) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_buffer_get_bounds': ml_gtktext.c:410:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead res = alloc_tuple(2); ^~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_buffer_get_selection_bounds': ml_gtktext.c:430:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead res = alloc_tuple(2); ^~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_view_get_line_at_y': ml_gtktext.c:531:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead res = alloc_tuple(2); ^~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_view_get_line_yrange': ml_gtktext.c:548:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead res = alloc_tuple(2); ^~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_view_buffer_to_window_coords': ml_gtktext.c:579:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead res = alloc_tuple(2); ^~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_view_window_to_buffer_coords': ml_gtktext.c:598:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead res = alloc_tuple(2); ^~~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_iter_forward_search': ml_gtktext.c:850:13: warning: "alloc" is deprecated: use "caml_alloc" instead Make_search(forward); ^~~~~~~~~ ml_gtktext.c:850:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead Make_search(forward); ^~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_iter_backward_search': ml_gtktext.c:851:13: warning: "alloc" is deprecated: use "caml_alloc" instead Make_search(backward); ^~~~~~~~~~ ml_gtktext.c:851:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead Make_search(backward); ^~~~~~~~~~ ml_gtktext.c: In function 'ml_gtk_text_char_predicate': ml_gtktext.c:856:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead res = callback_exn (*clos, Val_int(ch)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtktree.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtktree.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtktree.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtktree.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtktree.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtktree.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_path_get_indices': ml_gtktree.c:109:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead value ret = alloc_tuple(depth); ^~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'gtk_tree_model_foreach_func': ml_gtktree.c:157:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead vret = callback2_exn(*closure, vpath, viter); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_store_newv': ml_gtktree.c:183:13: warning: "alloc" is deprecated: use "caml_alloc" instead (n_columns ? alloc (Wosize_asize(n_columns * sizeof(GType)), Abstract_tag) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_list_store_newv': ml_gtktree.c:238:13: warning: "alloc" is deprecated: use "caml_alloc" instead (n_columns ? alloc (Wosize_asize(n_columns * sizeof(GType)), Abstract_tag) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'gtk_tree_selection_func': ml_gtktree.c:290:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead value ret = callback2_exn(*(value*)clos_p, vp, Val_bool(cs)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'gtk_tree_selection_foreach_func': ml_gtktree.c:312:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead value ret = callback_exn(*(value*)data, p); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'gtk_tree_cell_data_func': ml_gtktree.c:391:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead ret = callback2_exn(*closure, vmod, vit); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_view_get_cursor': ml_gtktree.c:467:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead ret = alloc_tuple(2); ^~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_view_get_path_at_pos': ml_gtktree.c:491:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead tup = alloc_tuple(4); ^~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_view_enable_model_drag_dest': ml_gtktree.c:523:13: warning: "alloc" is deprecated: use "caml_alloc" instead targets = (GtkTargetEntry *) alloc ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_view_enable_model_drag_source': ml_gtktree.c:549:13: warning: "alloc" is deprecated: use "caml_alloc" instead targets = (GtkTargetEntry *) alloc ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_view_get_dest_row_at_pos': ml_gtktree.c:582:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead tup = alloc_tuple(2); ^~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_row_separator_func': ml_gtktree.c:602:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead mlret = callback2_exn (*closure, arg1, arg2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_view_get_tooltip_context': ml_gtktree.c:668:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead tup = alloc_tuple(3); ^~~~~~~~~~~ ml_gtktree.c:673:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead sub = alloc_tuple(3); ^~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_sortable_get_sort_column_id': ml_gtktree.c:767:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead ret = alloc_small(2, 0); ^~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'gtk_tree_iter_compare_func': ml_gtktree.c:786:13: warning: "callback3_exn" is deprecated: use "caml_callback3_exn" instead ret = callback3_exn(*clos, obj, iter_a, iter_b); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'gtk_tree_model_filter_visible_func': ml_gtktree.c:829:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead ret = callback2_exn(*clos, obj, it); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_iconview_foreach': ml_gtktree.c:896:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn(*cb, p); ^~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_icon_view_get_selected_items': ml_gtktree.c:918:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead cell = alloc_small(2, Tag_cons); ^~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'callback4': ml_gtktree.c:971:13: warning: "callbackN" is deprecated: use "caml_callbackN" instead return callbackN(closure, 4, arg); ^~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'encode_iter': ml_gtktree.c:1169:13: warning: "callback2" is deprecated: use "caml_callback2" instead }) ^ ml_gtktree.c: In function 'custom_model_get_flags': ml_gtktree.c:1215:13: warning: "callback" is deprecated: use "caml_callback" instead }) ^ ml_gtktree.c: In function 'custom_model_get_n_columns': ml_gtktree.c:1228:13: warning: "callback" is deprecated: use "caml_callback" instead return Int_val(n_columns);})} ^~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'custom_model_get_column_type': ml_gtktree.c:1241:13: warning: "callback2" is deprecated: use "caml_callback2" instead return GType_val(t);})} ^~~~~~~~~~~~~~~ ml_gtktree.c: In function 'custom_model_get_iter': ml_gtktree.c:1271:13: warning: "callback2" is deprecated: use "caml_callback2" instead }})} ^ ml_gtktree.c: In function 'custom_model_get_path': ml_gtktree.c:1291:13: warning: "callback2" is deprecated: use "caml_callback2" instead return gtk_tree_path_copy(GtkTreePath_val(path));})}} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'custom_model_iter_next': ml_gtktree.c:1332:13: warning: "callback2" is deprecated: use "caml_callback2" instead })})}} ^ ml_gtktree.c: In function 'custom_model_iter_children': ml_gtktree.c:1355:13: warning: "callback2" is deprecated: use "caml_callback2" instead })})}} ^ ml_gtktree.c: In function 'custom_model_iter_has_child': ml_gtktree.c:1371:13: warning: "callback2" is deprecated: use "caml_callback2" instead return Bool_val(callback2(method,callback_object, row));})}} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'custom_model_iter_n_children': ml_gtktree.c:1385:13: warning: "callback2" is deprecated: use "caml_callback2" instead return Int_val(callback2(method,callback_object, arg));})}} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'custom_model_iter_nth_child': ml_gtktree.c:1410:13: warning: "callback3" is deprecated: use "caml_callback3" instead })})}} ^ ml_gtktree.c: In function 'custom_model_iter_parent': ml_gtktree.c:1434:13: warning: "callback2" is deprecated: use "caml_callback2" instead })})}} ^~ ml_gtktree.c: In function 'custom_model_ref_node': ml_gtktree.c:1448:13: warning: "callback2" is deprecated: use "caml_callback2" instead callback2(method, callback_object, row);})}} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'custom_model_unref_node': ml_gtktree.c:1462:13: warning: "callback2" is deprecated: use "caml_callback2" instead callback2(method, callback_object, row);})}} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtktree.c: In function 'ml_gtk_tree_view_get_visible_range': ml_gtktree.c:1591:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead result = alloc_tuple(2); ^~~~~~~~~~~~~~~~~ ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gaux.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gpointer.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gpointer.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gutf8.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gutf8.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 glib.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 glib.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gobject.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gobject.ml File "gobject.ml", line 140, characters 17-60: 140 | with Failure ("Gobject.get_int32"|"Gobject.get_pointer") -> `NONE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 11.5) ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gdkEnums.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 pangoEnums.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkEnums.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 pango.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gdk.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gdk.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gdkEvent.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gdkKeysyms.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gdkPixbuf.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gdkPixbuf.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtk.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkSignal.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkSignal.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkStock.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkObject.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -o propcc propcc.ml ./propcc gtkBase.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkBaseProps.ml ./propcc gtkBin.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkBinProps.ml ./propcc gtkButton.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkButtonProps.ml ./propcc gtkEdit.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkEditProps.ml ./propcc gtkList.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkListProps.ml ./propcc gtkMenu.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkMenuProps.ml ./propcc gtkMisc.props Warning: no conversion for type PangoAttrList in class GtkLabel Warning: no conversion for type GdkPixbufAnimation in class GtkImage ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkMiscProps.ml ./propcc gtkPack.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkPackProps.ml ./propcc gtkRange.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkRangeProps.ml ./propcc gtkText.props Warning: no conversion for type PangoTabArray in class GtkTextView Warning: no conversion for type PangoTabArray in class GtkTextTag ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkTextProps.ml ./propcc gtkTree.props Warning: no conversion for type PangoAttrList in class GtkCellRendererText ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkTreeProps.ml ./propcc gtkFile.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkFileProps.ml ./propcc gtkAction.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkActionProps.ml ./propcc gtkBroken.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkBrokenProps.ml ./propcc gtkAssistant.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkAssistantProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkData.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkBase.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkPack.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkButton.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkAssistant.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkMenu.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkMisc.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkWindow.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkList.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkBin.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkEdit.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkRange.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkText.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkTree.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkFile.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkMain.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkBroken.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gPango.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gDraw.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gDraw.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gObj.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gObj.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkBaseProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gData.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gData.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkBinProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkButtonProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkEditProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkListProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkMenuProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkMiscProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkPackProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkRangeProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkTextProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkTreeProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkFileProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkActionProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkBrokenProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkAssistantProps.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gMain.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gMain.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gContainer.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gContainer.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gPack.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gPack.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gButton.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gButton.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gText.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gText.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gMenu.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gMenu.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gMisc.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gMisc.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gTree.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gTree.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gList.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gList.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gFile.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gFile.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gWindow.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gWindow.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gAssistant.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gAssistant.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gBin.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gBin.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gEdit.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gEdit.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gRange.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gRange.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gAction.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gAction.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gBroken.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gBroken.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gUtil.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gUtil.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gToolbox.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gToolbox.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablgtk -oc lablgtk2 ml_gdkpixbuf.o ml_gdk.o ml_glib.o ml_gobject.o ml_gpointer.o ml_gvaluecaml.o wrappers.o ml_gtk.o ml_pango.o ml_gtkaction.o ml_gtkbin.o ml_gtkbroken.o ml_gtkbutton.o ml_gtkassistant.o ml_gtkedit.o ml_gtkfile.o ml_gtklist.o ml_gtkmenu.o ml_gtkmisc.o ml_gtkpack.o ml_gtkrange.o ml_gtkstock.o ml_gtktext.o ml_gtktree.o gaux.cmo gpointer.cmo gutf8.cmo glib.cmo gobject.cmo gdkEnums.cmo pangoEnums.cmo gtkEnums.cmo pango.cmo gdk.cmo gdkEvent.cmo gdkKeysyms.cmo gdkPixbuf.cmo gtk.cmo gtkSignal.cmo gtkStock.cmo gtkObject.cmo gtkBaseProps.cmo gtkBinProps.cmo gtkButtonProps.cmo gtkEditProps.cmo gtkListProps.cmo gtkMenuProps.cmo gtkMiscProps.cmo gtkPackProps.cmo gtkRangeProps.cmo gtkTextProps.cmo gtkTreeProps.cmo gtkFileProps.cmo gtkActionProps.cmo gtkBrokenProps.cmo gtkAssistantProps.cmo gtkData.cmo gtkBase.cmo gtkPack.cmo gtkButton.cmo gtkAssistant.cmo gtkMenu.cmo gtkMisc.cmo gtkWindow.cmo gtkList.cmo gtkBin.cmo gtkEdit.cmo gtkRange.cmo gtkText.cmo gtkTree.cmo gtkFile.cmo gtkMain.cmo gtkBroken.cmo gPango.cmo gDraw.cmo gObj.cmo ogtkBaseProps.cmo gData.cmo ogtkBinProps.cmo ogtkButtonProps.cmo ogtkEditProps.cmo ogtkListProps.cmo ogtkMenuProps.cmo ogtkMiscProps.cmo ogtkPackProps.cmo ogtkRangeProps.cmo ogtkTextProps.cmo ogtkTreeProps.cmo ogtkFileProps.cmo ogtkActionProps.cmo ogtkBrokenProps.cmo ogtkAssistantProps.cmo gMain.cmo gContainer.cmo gPack.cmo gButton.cmo gText.cmo gMenu.cmo gMisc.cmo gTree.cmo gList.cmo gFile.cmo gWindow.cmo gAssistant.cmo gBin.cmo gEdit.cmo gRange.cmo gAction.cmo gBroken.cmo gUtil.cmo gToolbox.cmo -L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablgtk2.so ml_gdkpixbuf.o ml_gdk.o ml_glib.o ml_gobject.o ml_gpointer.o ml_gvaluecaml.o wrappers.o ml_gtk.o ml_pango.o ml_gtkaction.o ml_gtkbin.o ml_gtkbroken.o ml_gtkbutton.o ml_gtkassistant.o ml_gtkedit.o ml_gtkfile.o ml_gtklist.o ml_gtkmenu.o ml_gtkmisc.o ml_gtkpack.o ml_gtkrange.o ml_gtkstock.o ml_gtktext.o ml_gtktree.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig + ar rcs ./liblablgtk2.a ml_gdkpixbuf.o ml_gdk.o ml_glib.o ml_gobject.o ml_gpointer.o ml_gvaluecaml.o wrappers.o ml_gtk.o ml_pango.o ml_gtkaction.o ml_gtkbin.o ml_gtkbroken.o ml_gtkbutton.o ml_gtkassistant.o ml_gtkedit.o ml_gtkfile.o ml_gtklist.o ml_gtkmenu.o ml_gtkmisc.o ml_gtkpack.o ml_gtkrange.o ml_gtkstock.o ml_gtktext.o ml_gtktree.o && ranlib ./liblablgtk2.a + ocamlc.opt -a -o lablgtk.cma -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz gaux.cmo gpointer.cmo gutf8.cmo glib.cmo gobject.cmo gdkEnums.cmo pangoEnums.cmo gtkEnums.cmo pango.cmo gdk.cmo gdkEvent.cmo gdkKeysyms.cmo gdkPixbuf.cmo gtk.cmo gtkSignal.cmo gtkStock.cmo gtkObject.cmo gtkBaseProps.cmo gtkBinProps.cmo gtkButtonProps.cmo gtkEditProps.cmo gtkListProps.cmo gtkMenuProps.cmo gtkMiscProps.cmo gtkPackProps.cmo gtkRangeProps.cmo gtkTextProps.cmo gtkTreeProps.cmo gtkFileProps.cmo gtkActionProps.cmo gtkBrokenProps.cmo gtkAssistantProps.cmo gtkData.cmo gtkBase.cmo gtkPack.cmo gtkButton.cmo gtkAssistant.cmo gtkMenu.cmo gtkMisc.cmo gtkWindow.cmo gtkList.cmo gtkBin.cmo gtkEdit.cmo gtkRange.cmo gtkText.cmo gtkTree.cmo gtkFile.cmo gtkMain.cmo gtkBroken.cmo gPango.cmo gDraw.cmo gObj.cmo ogtkBaseProps.cmo gData.cmo ogtkBinProps.cmo ogtkButtonProps.cmo ogtkEditProps.cmo ogtkListProps.cmo ogtkMenuProps.cmo ogtkMiscProps.cmo ogtkPackProps.cmo ogtkRangeProps.cmo ogtkTextProps.cmo ogtkTreeProps.cmo ogtkFileProps.cmo ogtkActionProps.cmo ogtkBrokenProps.cmo ogtkAssistantProps.cmo gMain.cmo gContainer.cmo gPack.cmo gButton.cmo gText.cmo gMenu.cmo gMisc.cmo gTree.cmo gList.cmo gFile.cmo gWindow.cmo gAssistant.cmo gBin.cmo gEdit.cmo gRange.cmo gAction.cmo gBroken.cmo gUtil.cmo gToolbox.cmo -dllib -llablgtk2 -cclib -llablgtk2 -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_glade.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_glade.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_glade.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_glade.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_glade.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_glade.c:26: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ml_glade.c: In function 'ml_glade_xml_new': ml_glade.c:59:13: warning: "string_length" is deprecated: use "caml_string_length" instead string_length(Field(data,0)), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glade.c:66:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead else invalid_argument ("Glade.create"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glade.c: In function 'ml_glade_callback_marshal': ml_glade.c:78:13: warning: "alloc" is deprecated: use "caml_alloc" instead value vargs = alloc(5,0); ^~~~~~~~~~~~~~~~~ ml_glade.c:84:13: warning: "initialize" is deprecated: use "caml_initialize" instead set(Field(vargs,0), Val_string(handler_name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glade.c:85:13: warning: "initialize" is deprecated: use "caml_initialize" instead set(Field(vargs,1), Val_GObject(object)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glade.c:86:13: warning: "initialize" is deprecated: use "caml_initialize" instead set(Field(vargs,2), Val_string(signal_name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glade.c:87:13: warning: "initialize" is deprecated: use "caml_initialize" instead set(Field(vargs,3), Val_option(connect_object, Val_GObject)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glade.c:88:13: warning: "initialize" is deprecated: use "caml_initialize" instead set(Field(vargs,4), Val_bool(after)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_glade.c:91:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead callback_exn (*(value*)user_data, vargs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 glade.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 glade.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablglade -oc lablglade2 ml_glade.o glade.cmo -L/usr/pkg/lib -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig -Wl,-R/usr/pkg/lib -lxml2 + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablglade2.so ml_glade.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig -lxml2 + ar rcs ./liblablglade2.a ml_glade.o && ranlib ./liblablglade2.a + ocamlc.opt -a -o lablglade.cma -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz glade.cmo -dllib -llablglade2 -cclib -llablglade2 -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lglade-2.0 -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig -cclib -lxml2 ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h ' -verbose ml_rsvg.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_rsvg.c' ml_rsvg.c: In function 'ml_rsvg_size_callback': ml_rsvg.c:44:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead r = callback2_exn(*cb, Val_int(*w), Val_int(*h)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_rsvg.c: In function 'ml_rsvg_handle_new_gz': ml_rsvg.c:57:13: warning: "failwith" is deprecated: use "caml_failwith" instead { failwith ("Doesn't support GZipped SVG files"); return Val_unit; } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_rsvg.c: In function 'ml_rsvg_handle_set_size_callback': ml_rsvg.c:66:3: warning: 'rsvg_handle_set_size_callback' is deprecated [-Wdeprecated-declarations] rsvg_handle_set_size_callback(h, ml_rsvg_size_callback, u_data, ml_global_root_destroy); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ml_rsvg.c:27:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:1280:6: note: declared here void rsvg_handle_set_size_callback (RsvgHandle *handle, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_rsvg.c: In function 'ml_rsvg_handle_free': ml_rsvg.c:70:1: warning: 'rsvg_handle_free' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] ML_1(rsvg_handle_free, RsvgHandle_val, Unit) ^~~~ In file included from ml_rsvg.c:27:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:1232:6: note: declared here void rsvg_handle_free (RsvgHandle *handle); ^~~~~~~~~~~~~~~~ ml_rsvg.c: In function 'ml_rsvg_handle_close': ml_rsvg.c:75:3: warning: 'rsvg_handle_close' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_close(RsvgHandle_val(h), &err); ^~~~~~~~~~~~~~~~~ In file included from ml_rsvg.c:27:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:605:10: note: declared here gboolean rsvg_handle_close (RsvgHandle *handle, GError **error); ^~~~~~~~~~~~~~~~~ ml_rsvg.c: In function 'check_substring': ml_rsvg.c:85:13: warning: "string_length" is deprecated: use "caml_string_length" instead Int_val(o) + Int_val(l) > string_length(s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_rsvg.c:86:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead invalid_argument("bad substring"); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml_rsvg.c: In function 'ml_rsvg_handle_write': ml_rsvg.c:93:3: warning: 'rsvg_handle_write' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] rsvg_handle_write(RsvgHandle_val(h), ^~~~~~~~~~~~~~~~~ In file included from ml_rsvg.c:27:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:577:10: note: declared here gboolean rsvg_handle_write (RsvgHandle *handle, ^~~~~~~~~~~~~~~~~ ml_rsvg.c: In function 'ml_rsvg_set_default_dpi': ml_rsvg.c:104:1: warning: 'rsvg_set_default_dpi' is deprecated [-Wdeprecated-declarations] ML_1(rsvg_set_default_dpi, Double_val, Unit) ^~~~ In file included from ml_rsvg.c:27:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/librsvg-2.0/librsvg/rsvg.h:466:6: note: declared here void rsvg_set_default_dpi (double dpi); ^~~~~~~~~~~~~~~~~~~~ ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 rsvg.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 rsvg.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablrsvg ml_rsvg.o rsvg.cmo -L/usr/pkg/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lcairo + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablrsvg.so ml_rsvg.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo ld: /tmp/x11/ocaml-lablgtk/work/.buildlink/lib/librsvg-2.so: warning: warning: reference to compatibility tzset(); include for correct reference + ar rcs ./liblablrsvg.a ml_rsvg.o && ranlib ./liblablrsvg.a + ocamlc.opt -a -o lablrsvg.cma -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz rsvg.cmo -dllib -llablrsvg -cclib -llablrsvg -ccopt -Wl,-rpath,/usr/pkg/lib -cclib -L/usr/pkg/lib -cclib -lrsvg-2 -cclib -lm -cclib -lgio-2.0 -cclib -lgdk_pixbuf-2.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lcairo ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtkspell.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtkspell.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ml_gtkspell.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkspell.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from ml_gtkspell.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from ml_gtkspell.c:23: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkSpell.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkSpell.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablgtkspell ml_gtkspell.o gtkSpell.cmo -L/usr/pkg/lib -lgtkspell -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablgtkspell.so ml_gtkspell.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lgtkspell -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig + ar rcs ./liblablgtkspell.a ml_gtkspell.o && ranlib ./liblablgtkspell.a + ocamlc.opt -a -o lablgtkspell.cma -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz gtkSpell.cmo -dllib -llablgtkspell -cclib -llablgtkspell -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lgtkspell -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig ./varcc sourceView2_tags.var ocamlc.opt -c -ccopt '-g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h' -verbose ml_gtksourceview2.c + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -D_FILE_OFFSET_BITS=64 -I/usr/include -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -g -fno-unwind-tables -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libglade-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2 -I/usr/pkg/include/librsvg-2.0 -D_REENTRANT -I/usr/pkg/include/gtkspell-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtksourceview-2.0 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DHAS_MODIFY_ARGV -imacros ml_domain.h -I'/usr/pkg/lib/ocaml' 'ml_gtksourceview2.c' In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourceview.h:27, from ml_gtksourceview2.c:24: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourceview.h:27, from ml_gtksourceview2.c:24: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:700:1: note: declared here { ^ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourceview.h:27, from ml_gtksourceview2.c:24: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/galloca.h:34:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourceview.h:27, from ml_gtksourceview2.c:24: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/glib-2.0/glib/gtypes.h:576:8: note: declared here struct _GTimeVal ^~~~~~~~~ In file included from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h:32:0, from /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourceview.h:29, from ml_gtksourceview2.c:24: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h:64:13: warning: Deprecated pre-processor symbol: replace with "const" G_CONST_RETURN gchar* G_CONST_RETURN * ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h:64:13: warning: Deprecated pre-processor symbol: replace with "const" In file included from ml_gtksourceview2.c:26:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h:65:13: warning: Deprecated pre-processor symbol: replace with "const" G_CONST_RETURN gchar* G_CONST_RETURN * ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h:65:13: warning: Deprecated pre-processor symbol: replace with "const" /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h:71:13: warning: Deprecated pre-processor symbol: replace with "const" G_CONST_RETURN gchar* G_CONST_RETURN * ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h:71:13: warning: Deprecated pre-processor symbol: replace with "const" In file included from ml_gtksourceview2.c:29:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h:76:13: warning: Deprecated pre-processor symbol: replace with "const" G_CONST_RETURN gchar* G_CONST_RETURN * ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h:76:13: warning: Deprecated pre-processor symbol: replace with "const" /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h:81:13: warning: Deprecated pre-processor symbol: replace with "const" G_CONST_RETURN gchar* G_CONST_RETURN * ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h:81:13: warning: Deprecated pre-processor symbol: replace with "const" ml_gtksourceview2.c: In function 'custom_completion_provider_get_name': ml_gtksourceview2.c:262:13: warning: "callback" is deprecated: use "caml_callback" instead return g_strdup(string_val (METHOD1(obj, 0, Val_unit))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_get_icon': ml_gtksourceview2.c:268:13: warning: "callback" is deprecated: use "caml_callback" instead return GdkPixbuf_option_val (METHOD1(obj, 1, Val_unit)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_populate': ml_gtksourceview2.c:274:13: warning: "callback" is deprecated: use "caml_callback" instead METHOD1(obj, 2, Val_GtkSourceCompletionContext(context)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_get_activation': ml_gtksourceview2.c:280:13: warning: "callback" is deprecated: use "caml_callback" instead return Flags_Source_completion_activation_flags_val (METHOD1(obj, 3, Val_unit)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_match': ml_gtksourceview2.c:286:13: warning: "callback" is deprecated: use "caml_callback" instead return Bool_val (METHOD1(obj, 4, Val_GtkSourceCompletionContext(context))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_get_info_widget': ml_gtksourceview2.c:292:13: warning: "callback" is deprecated: use "caml_callback" instead return Option_val (METHOD1(obj, 5, Val_GtkSourceCompletionProposal(proposal)), GtkWidget_val, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_update_info': ml_gtksourceview2.c:299:13: warning: "callback2" is deprecated: use "caml_callback2" instead METHOD2(obj, 6, Val_GtkSourceCompletionProposal(proposal), Val_GtkSourceCompletionInfo(info)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_get_start_iter': ml_gtksourceview2.c:306:13: warning: "callback3" is deprecated: use "caml_callback3" instead return Bool_val (METHOD3(obj, 7, Val_GtkSourceCompletionContext(context), Val_GtkSourceCompletionProposal(proposal), Val_GtkTextIter(iter))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_activate_proposal': ml_gtksourceview2.c:313:13: warning: "callback2" is deprecated: use "caml_callback2" instead return Bool_val (METHOD2(obj, 8, Val_GtkSourceCompletionProposal(proposal), Val_GtkTextIter(iter))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_get_interactive_delay': ml_gtksourceview2.c:319:13: warning: "callback" is deprecated: use "caml_callback" instead return Int_val (METHOD1(obj, 9, Val_unit)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_completion_provider_get_priority': ml_gtksourceview2.c:325:13: warning: "callback" is deprecated: use "caml_callback" instead return Int_val (METHOD1(obj, 10, Val_unit)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_can_undo': ml_gtksourceview2.c:598:13: warning: "callback" is deprecated: use "caml_callback" instead return Bool_val (METHOD1(obj, 0, Val_unit)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_can_redo': ml_gtksourceview2.c:604:13: warning: "callback" is deprecated: use "caml_callback" instead return Bool_val (METHOD1(obj, 1, Val_unit)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_undo': ml_gtksourceview2.c:610:13: warning: "callback" is deprecated: use "caml_callback" instead METHOD1(obj, 2, Val_unit); ^~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_redo': ml_gtksourceview2.c:616:13: warning: "callback" is deprecated: use "caml_callback" instead METHOD1(obj, 3, Val_unit); ^~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_begin_not_undoable_action': ml_gtksourceview2.c:622:13: warning: "callback" is deprecated: use "caml_callback" instead METHOD1(obj, 4, Val_unit); ^~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_end_not_undoable_action': ml_gtksourceview2.c:628:13: warning: "callback" is deprecated: use "caml_callback" instead METHOD1(obj, 5, Val_unit); ^~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_can_undo_changed': ml_gtksourceview2.c:634:13: warning: "callback" is deprecated: use "caml_callback" instead METHOD1(obj, 6, Val_unit); ^~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'custom_undo_manager_can_redo_changed': ml_gtksourceview2.c:640:13: warning: "callback" is deprecated: use "caml_callback" instead METHOD1(obj, 7, Val_unit); ^~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'ml_gtk_source_view_set_mark_category_pixbuf': ml_gtksourceview2.c:749:1: warning: 'gtk_source_view_set_mark_category_pixbuf' is deprecated [-Wdeprecated-declarations] ML_3 (gtk_source_view_set_mark_category_pixbuf, GtkSourceView_val, ^~~~ In file included from ml_gtksourceview2.c:24:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourceview.h:194:8: note: declared here void gtk_source_view_set_mark_category_pixbuf ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'ml_gtk_source_view_get_mark_category_pixbuf': ml_gtksourceview2.c:751:1: warning: 'gtk_source_view_get_mark_category_pixbuf' is deprecated [-Wdeprecated-declarations] ML_2 (gtk_source_view_get_mark_category_pixbuf, GtkSourceView_val, ^~~~ In file included from ml_gtksourceview2.c:24:0: /tmp/x11/ocaml-lablgtk/work/.buildlink/include/gtksourceview-2.0/gtksourceview/gtksourceview.h:216:12: note: declared here GdkPixbuf *gtk_source_view_get_mark_category_pixbuf ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'ml_gtk_source_view_get_mark_category_background': ml_gtksourceview2.c:765:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead result = alloc_small(1, 0); ^~~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: At top level: ml_gtksourceview2.c:788:13: warning: Deprecated pre-processor symbol: replace with "const" static G_CONST_RETURN gchar * ^~~~~~~~~~~~~~~~~ ml_gtksourceview2.c: In function 'ml_gtk_source_iter_forward_search': ml_gtksourceview2.c:891:13: warning: "alloc" is deprecated: use "caml_alloc" instead Make_search(forward); ^~~~~~~~~ ml_gtksourceview2.c:891:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead Make_search(forward); ^~~~~~~~~ ml_gtksourceview2.c: In function 'ml_gtk_source_iter_backward_search': ml_gtksourceview2.c:892:13: warning: "alloc" is deprecated: use "caml_alloc" instead Make_search(backward); ^~~~~~~~~~ ml_gtksourceview2.c:892:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead Make_search(backward); ^~~~~~~~~~ ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 sourceView2Enums.ml ./propcc gtkSourceView2.props ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkSourceView2_types.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkSourceView2Props.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 ogtkSourceView2Props.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkSourceView2.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gSourceView2.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gSourceView2.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablgtksourceview2 ml_gtksourceview2.o sourceView2Enums.cmo gtkSourceView2Props.cmo ogtkSourceView2Props.cmo gtkSourceView2.cmo gSourceView2.cmo -L/usr/pkg/lib -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablgtksourceview2.so ml_gtksourceview2.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig + ar rcs ./liblablgtksourceview2.a ml_gtksourceview2.o && ranlib ./liblablgtksourceview2.a + ocamlc.opt -a -o lablgtksourceview2.cma -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz sourceView2Enums.cmo gtkSourceView2Props.cmo ogtkSourceView2Props.cmo gtkSourceView2.cmo gSourceView2.cmo -dllib -llablgtksourceview2 -cclib -llablgtksourceview2 -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lgtksourceview-2.0 -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 -thread gtkThread.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 -thread gtkThread.ml ocamlmktop -I +unix -thread -custom -o lablgtktop unix.cma threads.cma \ -I . lablgtk.cma lablglade.cma lablrsvg.cma lablgtkspell.cma lablgtksourceview2.cma gtkThread.cmo ld: /tmp/x11/ocaml-lablgtk/work/.buildlink/lib/librsvg-2.so: warning: warning: reference to compatibility tzset(); include for correct reference sed -e "s|@INSTALLDIR@|/usr/pkg/lib/ocaml/lablgtk2|g" \ -e "s|@LABLGLDIR@||g" \ -e "s|@MLLIBS@| lablgtk.cma lablglade.cma lablrsvg.cma lablgtkspell.cma lablgtksourceview2.cma|g" \ -e "s|@INITOBJS@|gtkInit.cmo|g" \ -e "s|@THOBJS@|gtkThread.cmo|g" \ -e "s|@THINITOBJS@|gtkThInit.cmo|g" \ -e "s|@USEDLL@|yes|g" \ -e "s|@THREADS_LIB@|system|g" \ < lablgtk2.in > lablgtk2 chmod 755 lablgtk2 ocamlc.opt -o gdk_pixbuf_mlsource -I . lablgtk.cma gdk_pixbuf_mlsource.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkThInit.ml sed -e "s|@LABLGTK_MLS@|gaux gpointer gutf8 glib gobject gdkEnums pangoEnums gtkEnums pango gdk gdkEvent gdkKeysyms gdkPixbuf gtk gtkSignal gtkStock gtkObject gtkBaseProps gtkBinProps gtkButtonProps gtkEditProps gtkListProps gtkMenuProps gtkMiscProps gtkPackProps gtkRangeProps gtkTextProps gtkTreeProps gtkFileProps gtkActionProps gtkBrokenProps gtkAssistantProps gtkData gtkBase gtkPack gtkButton gtkAssistant gtkMenu gtkMisc gtkWindow gtkList gtkBin gtkEdit gtkRange gtkText gtkTree gtkFile gtkMain gtkBroken gPango gDraw gObj ogtkBaseProps gData ogtkBaseProps ogtkBinProps ogtkButtonProps ogtkEditProps ogtkListProps ogtkMenuProps ogtkMiscProps ogtkPackProps ogtkRangeProps ogtkTextProps ogtkTreeProps ogtkFileProps ogtkActionProps ogtkBrokenProps ogtkAssistantProps gMain gContainer gPack gButton gText gMenu gMisc gTree gList gFile gWindow gAssistant gBin gEdit gRange gAction gBroken gUtil gToolbox|" \ -e "s|@EXTRA_MLS@|gtkInit gtkThread gtkThInit|" \ -e "s|@PROP_MLS@|gtkBaseProps gtkBinProps gtkButtonProps gtkEditProps gtkListProps gtkMenuProps gtkMiscProps gtkPackProps gtkRangeProps gtkTextProps gtkTreeProps gtkFileProps gtkActionProps gtkBrokenProps gtkAssistantProps ogtkBaseProps ogtkBinProps ogtkButtonProps ogtkEditProps ogtkListProps ogtkMenuProps ogtkMiscProps ogtkPackProps ogtkRangeProps ogtkTextProps ogtkTreeProps ogtkFileProps ogtkActionProps ogtkBrokenProps ogtkAssistantProps|" \ -e "s|@GTKLIBS@|-L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig|" \ -e "s|@GLADE_MLS@|glade|" \ -e "s|@GLADE_LIBS@|-L/usr/pkg/lib -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig -Wl,-R/usr/pkg/lib -lxml2|" \ -e "s|@RSVG_MLS@|rsvg|" \ -e "s|@RSVG_LIBS@|-L/usr/pkg/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lcairo|" \ -e "s|@CANVAS_MLS@||" \ -e "s|@CANVAS_LIBS@||" \ -e "s|@SOURCEVIEW2_MLS@|sourceView2Enums gtkSourceView2Props ogtkSourceView2Props gtkSourceView2 gSourceView2|" \ -e "s|@SOURCEVIEW2_LIBS@|-L/usr/pkg/lib -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig|" \ -e "s|@TOOLCHAIN@|unix|" \ < build.ml.in > build.ml ocamllex xml_lexer.mll 105 states, 849 transitions, table size 4026 bytes ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 xml_lexer.mli ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 xml_lexer.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 lablgladecc.ml ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -o lablgladecc gutf8.cmo xml_lexer.cmo lablgladecc.cmo ocamlc.opt -I +unix -g -dtypes -w s-3-6+52 -c -warn-error A-52-6 gtkInit.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gaux.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gpointer.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gutf8.ml ocamlopt.opt -I +unix -w s-3-6+52 -c glib.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gobject.ml File "gobject.ml", line 140, characters 17-60: 140 | with Failure ("Gobject.get_int32"|"Gobject.get_pointer") -> `NONE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 11.5) ocamlopt.opt -I +unix -w s-3-6+52 -c gdkEnums.ml ocamlopt.opt -I +unix -w s-3-6+52 -c pangoEnums.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkEnums.ml ocamlopt.opt -I +unix -w s-3-6+52 -c pango.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gdk.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gdkEvent.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gdkKeysyms.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gdkPixbuf.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtk.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkSignal.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkStock.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkObject.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkBaseProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkBinProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkButtonProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkEditProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkListProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkMenuProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkMiscProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkPackProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkRangeProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkTextProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkTreeProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkFileProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkActionProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkBrokenProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkAssistantProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkData.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkBase.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkPack.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkButton.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkAssistant.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkMenu.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkMisc.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkWindow.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkList.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkBin.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkEdit.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkRange.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkText.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkTree.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkFile.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkMain.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkBroken.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gPango.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gDraw.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gObj.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkBaseProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gData.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkBinProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkButtonProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkEditProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkListProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkMenuProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkMiscProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkPackProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkRangeProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkTextProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkTreeProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkFileProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkActionProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkBrokenProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkAssistantProps.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gMain.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gContainer.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gPack.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gButton.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gText.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gMenu.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gMisc.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gTree.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gList.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gFile.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gWindow.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gAssistant.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gBin.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gEdit.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gRange.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gAction.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gBroken.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gUtil.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gToolbox.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablgtk -oc lablgtk2 ml_gdkpixbuf.o ml_gdk.o ml_glib.o ml_gobject.o ml_gpointer.o ml_gvaluecaml.o wrappers.o ml_gtk.o ml_pango.o ml_gtkaction.o ml_gtkbin.o ml_gtkbroken.o ml_gtkbutton.o ml_gtkassistant.o ml_gtkedit.o ml_gtkfile.o ml_gtklist.o ml_gtkmenu.o ml_gtkmisc.o ml_gtkpack.o ml_gtkrange.o ml_gtkstock.o ml_gtktext.o ml_gtktree.o gaux.cmx gpointer.cmx gutf8.cmx glib.cmx gobject.cmx gdkEnums.cmx pangoEnums.cmx gtkEnums.cmx pango.cmx gdk.cmx gdkEvent.cmx gdkKeysyms.cmx gdkPixbuf.cmx gtk.cmx gtkSignal.cmx gtkStock.cmx gtkObject.cmx gtkBaseProps.cmx gtkBinProps.cmx gtkButtonProps.cmx gtkEditProps.cmx gtkListProps.cmx gtkMenuProps.cmx gtkMiscProps.cmx gtkPackProps.cmx gtkRangeProps.cmx gtkTextProps.cmx gtkTreeProps.cmx gtkFileProps.cmx gtkActionProps.cmx gtkBrokenProps.cmx gtkAssistantProps.cmx gtkData.cmx gtkBase.cmx gtkPack.cmx gtkButton.cmx gtkAssistant.cmx gtkMenu.cmx gtkMisc.cmx gtkWindow.cmx gtkList.cmx gtkBin.cmx gtkEdit.cmx gtkRange.cmx gtkText.cmx gtkTree.cmx gtkFile.cmx gtkMain.cmx gtkBroken.cmx gPango.cmx gDraw.cmx gObj.cmx ogtkBaseProps.cmx gData.cmx ogtkBinProps.cmx ogtkButtonProps.cmx ogtkEditProps.cmx ogtkListProps.cmx ogtkMenuProps.cmx ogtkMiscProps.cmx ogtkPackProps.cmx ogtkRangeProps.cmx ogtkTextProps.cmx ogtkTreeProps.cmx ogtkFileProps.cmx ogtkActionProps.cmx ogtkBrokenProps.cmx ogtkAssistantProps.cmx gMain.cmx gContainer.cmx gPack.cmx gButton.cmx gText.cmx gMenu.cmx gMisc.cmx gTree.cmx gList.cmx gFile.cmx gWindow.cmx gAssistant.cmx gBin.cmx gEdit.cmx gRange.cmx gAction.cmx gBroken.cmx gUtil.cmx gToolbox.cmx -L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablgtk2.so ml_gdkpixbuf.o ml_gdk.o ml_glib.o ml_gobject.o ml_gpointer.o ml_gvaluecaml.o wrappers.o ml_gtk.o ml_pango.o ml_gtkaction.o ml_gtkbin.o ml_gtkbroken.o ml_gtkbutton.o ml_gtkassistant.o ml_gtkedit.o ml_gtkfile.o ml_gtklist.o ml_gtkmenu.o ml_gtkmisc.o ml_gtkpack.o ml_gtkrange.o ml_gtkstock.o ml_gtktext.o ml_gtktree.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig + ar rcs ./liblablgtk2.a ml_gdkpixbuf.o ml_gdk.o ml_glib.o ml_gobject.o ml_gpointer.o ml_gvaluecaml.o wrappers.o ml_gtk.o ml_pango.o ml_gtkaction.o ml_gtkbin.o ml_gtkbroken.o ml_gtkbutton.o ml_gtkassistant.o ml_gtkedit.o ml_gtkfile.o ml_gtklist.o ml_gtkmenu.o ml_gtkmisc.o ml_gtkpack.o ml_gtkrange.o ml_gtkstock.o ml_gtktext.o ml_gtktree.o && ranlib ./liblablgtk2.a + ocamlopt.opt -a -o lablgtk.cmxa -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz gaux.cmx gpointer.cmx gutf8.cmx glib.cmx gobject.cmx gdkEnums.cmx pangoEnums.cmx gtkEnums.cmx pango.cmx gdk.cmx gdkEvent.cmx gdkKeysyms.cmx gdkPixbuf.cmx gtk.cmx gtkSignal.cmx gtkStock.cmx gtkObject.cmx gtkBaseProps.cmx gtkBinProps.cmx gtkButtonProps.cmx gtkEditProps.cmx gtkListProps.cmx gtkMenuProps.cmx gtkMiscProps.cmx gtkPackProps.cmx gtkRangeProps.cmx gtkTextProps.cmx gtkTreeProps.cmx gtkFileProps.cmx gtkActionProps.cmx gtkBrokenProps.cmx gtkAssistantProps.cmx gtkData.cmx gtkBase.cmx gtkPack.cmx gtkButton.cmx gtkAssistant.cmx gtkMenu.cmx gtkMisc.cmx gtkWindow.cmx gtkList.cmx gtkBin.cmx gtkEdit.cmx gtkRange.cmx gtkText.cmx gtkTree.cmx gtkFile.cmx gtkMain.cmx gtkBroken.cmx gPango.cmx gDraw.cmx gObj.cmx ogtkBaseProps.cmx gData.cmx ogtkBinProps.cmx ogtkButtonProps.cmx ogtkEditProps.cmx ogtkListProps.cmx ogtkMenuProps.cmx ogtkMiscProps.cmx ogtkPackProps.cmx ogtkRangeProps.cmx ogtkTextProps.cmx ogtkTreeProps.cmx ogtkFileProps.cmx ogtkActionProps.cmx ogtkBrokenProps.cmx ogtkAssistantProps.cmx gMain.cmx gContainer.cmx gPack.cmx gButton.cmx gText.cmx gMenu.cmx gMisc.cmx gTree.cmx gList.cmx gFile.cmx gWindow.cmx gAssistant.cmx gBin.cmx gEdit.cmx gRange.cmx gAction.cmx gBroken.cmx gUtil.cmx gToolbox.cmx -cclib -llablgtk2 -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig ocamlopt.opt -I +unix -w s-3-6+52 -c glade.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablglade -oc lablglade2 ml_glade.o glade.cmx -L/usr/pkg/lib -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig -Wl,-R/usr/pkg/lib -lxml2 + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablglade2.so ml_glade.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig -lxml2 + ar rcs ./liblablglade2.a ml_glade.o && ranlib ./liblablglade2.a + ocamlopt.opt -a -o lablglade.cmxa -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz glade.cmx -cclib -llablglade2 -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lglade-2.0 -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig -cclib -lxml2 ocamlopt.opt -I +unix -w s-3-6+52 -c rsvg.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablrsvg ml_rsvg.o rsvg.cmx -L/usr/pkg/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lcairo + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablrsvg.so ml_rsvg.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo ld: /tmp/x11/ocaml-lablgtk/work/.buildlink/lib/librsvg-2.so: warning: warning: reference to compatibility tzset(); include for correct reference + ar rcs ./liblablrsvg.a ml_rsvg.o && ranlib ./liblablrsvg.a + ocamlopt.opt -a -o lablrsvg.cmxa -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz rsvg.cmx -cclib -llablrsvg -ccopt -Wl,-rpath,/usr/pkg/lib -cclib -L/usr/pkg/lib -cclib -lrsvg-2 -cclib -lm -cclib -lgio-2.0 -cclib -lgdk_pixbuf-2.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lcairo ocamlopt.opt -I +unix -w s-3-6+52 -c gtkSpell.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablgtkspell ml_gtkspell.o gtkSpell.cmx -L/usr/pkg/lib -lgtkspell -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablgtkspell.so ml_gtkspell.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lgtkspell -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig + ar rcs ./liblablgtkspell.a ml_gtkspell.o && ranlib ./liblablgtkspell.a + ocamlopt.opt -a -o lablgtkspell.cmxa -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz gtkSpell.cmx -cclib -llablgtkspell -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lgtkspell -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig ocamlopt.opt -I +unix -w s-3-6+52 -c sourceView2Enums.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkSourceView2Props.ml ocamlopt.opt -I +unix -w s-3-6+52 -c ogtkSourceView2Props.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gtkSourceView2.ml ocamlopt.opt -I +unix -w s-3-6+52 -c gSourceView2.ml ocamlmklib -verbose -ocamlc "ocamlc.opt" -ocamlopt "ocamlopt.opt" -o lablgtksourceview2 ml_gtksourceview2.o sourceView2Enums.cmx gtkSourceView2Props.cmx ogtkSourceView2Props.cmx gtkSourceView2.cmx gSourceView2.cmx -L/usr/pkg/lib -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o ./dlllablgtksourceview2.so ml_gtksourceview2.o -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/pkg/lib -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfreetype -lz -lbz2 -lfontconfig + ar rcs ./liblablgtksourceview2.a ml_gtksourceview2.o && ranlib ./liblablgtksourceview2.a + ocamlopt.opt -a -o lablgtksourceview2.cmxa -ccopt -O2 -ccopt -fPIC -ccopt -D_FORTIFY_SOURCE=2 -ccopt -I/usr/pkg/include -ccopt -I/usr/include -ccopt -I/usr/pkg/include/glib-2.0 -ccopt -I/usr/pkg/include/gio-unix-2.0 -ccopt -I/usr/pkg/lib/glib-2.0/include -ccopt -I/usr/X11R7/include -ccopt -I/usr/X11R7/include/freetype2 -ccopt -I/usr/pkg/include/harfbuzz sourceView2Enums.cmx gtkSourceView2Props.cmx ogtkSourceView2Props.cmx gtkSourceView2.cmx gSourceView2.cmx -cclib -llablgtksourceview2 -ccopt -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib -cclib -L/usr/X11R7/lib -cclib -L/usr/pkg/lib -cclib -lgtksourceview-2.0 -cclib -lgtk-x11-2.0 -cclib -lgdk-x11-2.0 -cclib -lpangocairo-1.0 -cclib -lXrender -cclib -lXinerama -cclib -lXi -cclib -lXrandr -cclib -lXcursor -cclib -lXcomposite -cclib -lXdamage -cclib -lXfixes -cclib -lX11 -cclib -lXext -cclib -latk-1.0 -cclib -lcairo -cclib -lgdk_pixbuf-2.0 -cclib -lgio-2.0 -cclib -lpangoft2-1.0 -cclib -lpango-1.0 -cclib -lgobject-2.0 -cclib -lglib-2.0 -cclib -lintl -cclib -lharfbuzz -cclib -lfreetype -cclib -lz -cclib -lbz2 -cclib -lfontconfig ocamlopt.opt -I +unix -w s-3-6+52 -c gtkInit.ml ocamlopt.opt -I +unix -w s-3-6+52 -c -thread gtkThread.ml ocamlopt.opt -verbose -o lablgtk.cmxs -shared -linkall -I . \ -ccopt '-L/usr/pkg/lib -L/usr/X11R7/lib' lablgtk.cmxa + gcc -c -o 'lablgtk.cmxs.startup.o' '/tmp/camlstartup9399f3.s' + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o 'lablgtk.cmxs' '-L.' '-L/usr/pkg/lib/ocaml' -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -L/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib 'lablgtk.cmxs.startup.o' 'lablgtk.a' '-llablgtk2' '-L/usr/X11R7/lib' '-L/usr/pkg/lib' '-lgtk-x11-2.0' '-lgdk-x11-2.0' '-lpangocairo-1.0' '-lXrender' '-lXinerama' '-lXi' '-lXrandr' '-lXcursor' '-lXcomposite' '-lXdamage' '-lXfixes' '-lX11' '-lXext' '-latk-1.0' '-lcairo' '-lgdk_pixbuf-2.0' '-lgio-2.0' '-lpangoft2-1.0' '-lpango-1.0' '-lgobject-2.0' '-lglib-2.0' '-lintl' '-lharfbuzz' '-lfreetype' '-lz' '-lbz2' '-lfontconfig' ocamlopt.opt -verbose -o lablglade.cmxs -shared -linkall -I . \ -ccopt '-L/usr/pkg/lib -L/usr/X11R7/lib' lablglade.cmxa + gcc -c -o 'lablglade.cmxs.startup.o' '/tmp/camlstartupd75185.s' + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o 'lablglade.cmxs' '-L.' '-L/usr/pkg/lib/ocaml' -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -L/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib 'lablglade.cmxs.startup.o' 'lablglade.a' '-llablglade2' '-L/usr/X11R7/lib' '-L/usr/pkg/lib' '-lglade-2.0' '-lgtk-x11-2.0' '-lgdk-x11-2.0' '-lpangocairo-1.0' '-lXrender' '-lXinerama' '-lXi' '-lXrandr' '-lXcursor' '-lXcomposite' '-lXdamage' '-lXfixes' '-lX11' '-lXext' '-latk-1.0' '-lcairo' '-lgdk_pixbuf-2.0' '-lgio-2.0' '-lpangoft2-1.0' '-lpango-1.0' '-lgobject-2.0' '-lglib-2.0' '-lintl' '-lharfbuzz' '-lfreetype' '-lz' '-lbz2' '-lfontconfig' '-lxml2' ocamlopt.opt -verbose -o lablrsvg.cmxs -shared -linkall -I . \ -ccopt '-L/usr/pkg/lib' lablrsvg.cmxa + gcc -c -o 'lablrsvg.cmxs.startup.o' '/tmp/camlstartup637c48.s' + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o 'lablrsvg.cmxs' '-L.' '-L/usr/pkg/lib/ocaml' -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-rpath,/usr/pkg/lib 'lablrsvg.cmxs.startup.o' 'lablrsvg.a' '-llablrsvg' '-L/usr/pkg/lib' '-lrsvg-2' '-lm' '-lgio-2.0' '-lgdk_pixbuf-2.0' '-lgobject-2.0' '-lglib-2.0' '-lintl' '-lcairo' ld: /tmp/x11/ocaml-lablgtk/work/.buildlink/lib/librsvg-2.so: warning: warning: reference to compatibility tzset(); include for correct reference ocamlopt.opt -verbose -o lablgtkspell.cmxs -shared -linkall -I . \ -ccopt '-L/usr/pkg/lib -L/usr/X11R7/lib' lablgtkspell.cmxa + gcc -c -o 'lablgtkspell.cmxs.startup.o' '/tmp/camlstartup1cf7e9.s' + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o 'lablgtkspell.cmxs' '-L.' '-L/usr/pkg/lib/ocaml' -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -L/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib 'lablgtkspell.cmxs.startup.o' 'lablgtkspell.a' '-llablgtkspell' '-L/usr/X11R7/lib' '-L/usr/pkg/lib' '-lgtkspell' '-lgtk-x11-2.0' '-lgdk-x11-2.0' '-lpangocairo-1.0' '-lXrender' '-lXinerama' '-lXi' '-lXrandr' '-lXcursor' '-lXcomposite' '-lXdamage' '-lXfixes' '-lX11' '-lXext' '-latk-1.0' '-lcairo' '-lgdk_pixbuf-2.0' '-lgio-2.0' '-lpangoft2-1.0' '-lpango-1.0' '-lgobject-2.0' '-lglib-2.0' '-lintl' '-lharfbuzz' '-lfreetype' '-lz' '-lbz2' '-lfontconfig' ocamlopt.opt -verbose -o lablgtksourceview2.cmxs -shared -linkall -I . \ -ccopt '-L/usr/pkg/lib -L/usr/X11R7/lib' lablgtksourceview2.cmxa + gcc -c -o 'lablgtksourceview2.cmxs.startup.o' '/tmp/camlstartupf5453a.s' + gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o 'lablgtksourceview2.cmxs' '-L.' '-L/usr/pkg/lib/ocaml' -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -L/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -Wl,-rpath,/usr/pkg/lib:/usr/X11R7/lib 'lablgtksourceview2.cmxs.startup.o' 'lablgtksourceview2.a' '-llablgtksourceview2' '-L/usr/X11R7/lib' '-L/usr/pkg/lib' '-lgtksourceview-2.0' '-lgtk-x11-2.0' '-lgdk-x11-2.0' '-lpangocairo-1.0' '-lXrender' '-lXinerama' '-lXi' '-lXrandr' '-lXcursor' '-lXcomposite' '-lXdamage' '-lXfixes' '-lX11' '-lXext' '-latk-1.0' '-lcairo' '-lgdk_pixbuf-2.0' '-lgio-2.0' '-lpangoft2-1.0' '-lpango-1.0' '-lgobject-2.0' '-lglib-2.0' '-lintl' '-lharfbuzz' '-lfreetype' '-lz' '-lbz2' '-lfontconfig' rm sourceView2Enums.ml gmake[1]: Leaving directory '/tmp/x11/ocaml-lablgtk/work/lablgtk-2.18.13/src' *** Please use pkgtools/verifypc to sanity check dependencies.