Skip to content

Instantly share code, notes, and snippets.

@Quintus
Created November 5, 2012 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quintus/4016907 to your computer and use it in GitHub Desktop.
Save Quintus/4016907 to your computer and use it in GitHub Desktop.
compilation log
/opt/rubies/rubinius/bin/rbx extconf.rb
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... yes
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wswitch-default option to compiler... yes
checking for -Wswitch-enum option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for rb_define_alloc_func() in ruby.h... no
checking for rb_block_proc() in ruby.h... no
checking for new allocation framework... yes
checking for attribute assignment... no
checking for Win32 OS... no
checking for gobject-2.0... yes
checking for gthread-2.0... yes
checking for unistd.h... yes
checking for io.h... no
checking for g_spawn_close_pid() in glib.h... yes
checking for g_thread_init() in glib.h... yes
checking for g_main_depth() in glib.h... yes
checking for g_listenv() in glib.h... yes
checking for rb_check_array_type() in ruby.h... no
checking for rb_exec_recursive() in ruby.h... no
checking for rb_errinfo() in ruby.h... no
checking for rb_sourcefile() in ruby.h... no
checking for rb_sourceline() in ruby.h... no
checking for ruby_set_current_source() in ruby.h... no
checking for rb_thread_blocking_region() in ruby.h... no
checking for ruby_native_thread_p() in ruby.h... no
checking for rb_thread_call_with_gvl() in ruby.h... no
checking for curr_thread in ruby.h,node.h... no
checking for rb_curr_thread in ruby.h,node.h... no
creating ruby-glib2.pc
creating glib-enum-types.c
creating glib-enum-types.h
creating Makefile
make
compiling rbgobj_valuetypes.c
compiling rbglib_shell.c
compiling rbglib_mainloop.c
compiling rbgobj_flags.c
compiling rbgutildeprecated.c
compiling rbglib_iochannel_win32_socket.c
compiling rbglib_error.c
compiling rbglib_convert.c
compiling rbgobj_fundamental.c
compiling rbglib_source.c
rbglib_source.c: In function ‘rg_current_time’:
rbglib_source.c:155:5: warning: ‘g_source_get_current_time’ is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:415): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
compiling rbglib_utf8.c
compiling rbglibdeprecated.c
compiling rbgobj_typeplugin.c
compiling rbgobj_param.c
compiling rbglib_spawnerror.c
compiling rbglib_completion.c
rbglib_completion.c: In function ‘g_completion_get_type’:
rbglib_completion.c:49:50: warning: ‘g_completion_free’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gcompletion.h:81) [-Wdeprecated-declarations]
rbglib_completion.c: In function ‘rg_initialize’:
rbglib_completion.c:90:5: warning: ‘g_completion_new’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gcompletion.h:60) [-Wdeprecated-declarations]
rbglib_completion.c: In function ‘rg_add_items’:
rbglib_completion.c:110:5: warning: ‘g_completion_add_items’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gcompletion.h:62) [-Wdeprecated-declarations]
rbglib_completion.c: In function ‘rg_remove_items’:
rbglib_completion.c:130:5: warning: ‘g_completion_remove_items’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gcompletion.h:65) [-Wdeprecated-declarations]
rbglib_completion.c: In function ‘rg_clear_items’:
rbglib_completion.c:140:5: warning: ‘g_completion_clear_items’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gcompletion.h:68) [-Wdeprecated-declarations]
rbglib_completion.c: In function ‘rg_complete’:
rbglib_completion.c:156:5: warning: ‘g_completion_complete_utf8’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gcompletion.h:74) [-Wdeprecated-declarations]
compiling rbgobj_enums.c
compiling rbglib_bookmarkfile.c
compiling rbgobj_object.c
compiling rbgobj_typemodule.c
compiling rbglib_maincontext.c
rbglib_maincontext.c: In function ‘rg_poll’:
rbglib_maincontext.c:89:5: warning: ‘g_static_private_set’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:248): Use 'g_private_set' instead [-Wdeprecated-declarations]
rbglib_maincontext.c:91:5: warning: ‘g_static_private_set’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:248): Use 'g_private_set' instead [-Wdeprecated-declarations]
compiling rbglib_keyfile.c
compiling rbgobject.c
compiling rbglib_timer.c
compiling rbglib_i18n.c
compiling rbglib_iochannelerror.c
compiling rbgutil.c
compiling rbglib_pollfd.c
compiling rbgobj_typeinterface.c
compiling rbgobj_signal.c
rbgobj_signal.c: In function ‘emit_body’:
rbgobj_signal.c:375:5: warning: ‘g_value_array_append’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'g_array_append_vals' instead [-Wdeprecated-declarations]
rbgobj_signal.c:386:13: warning: ‘g_value_array_append’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'g_array_append_vals' instead [-Wdeprecated-declarations]
rbgobj_signal.c: In function ‘emit_ensure’:
rbgobj_signal.c:416:5: warning: ‘g_value_array_free’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'g_array_unref' instead [-Wdeprecated-declarations]
rbgobj_signal.c: In function ‘gobj_sig_emit’:
rbgobj_signal.c:448:5: warning: ‘g_value_array_new’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'g_array_new' instead [-Wdeprecated-declarations]
rbgobj_signal.c: In function ‘gobj_sig_chain_from_overridden’:
rbgobj_signal.c:604:5: warning: ‘g_value_array_new’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'g_array_new' instead [-Wdeprecated-declarations]
compiling glib-enum-types.c
compiling rbgutil_callback.c
compiling rbglib_win32.c
compiling rbgobj_valuearray.c
rbgobj_valuearray.c: In function ‘value_array_to_ruby’:
rbgobj_valuearray.c:36:9: warning: ‘g_value_array_get_nth’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'g_array_index' instead [-Wdeprecated-declarations]
rbgobj_valuearray.c: In function ‘value_array_from_ruby_body’:
rbgobj_valuearray.c:59:9: warning: ‘g_value_array_append’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'g_array_append_vals' instead [-Wdeprecated-declarations]
rbgobj_valuearray.c: In function ‘value_array_from_ruby_rescue’:
rbgobj_valuearray.c:68:5: warning: ‘g_value_array_free’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'g_array_unref' instead [-Wdeprecated-declarations]
rbgobj_valuearray.c: In function ‘value_array_from_ruby’:
rbgobj_valuearray.c:86:5: warning: ‘g_value_array_new’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'g_array_new' instead [-Wdeprecated-declarations]
rbgobj_valuearray.c: In function ‘Init_gobject_value_array’:
rbgobj_valuearray.c:98:5: warning: ‘g_value_array_get_type’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:62): Use 'g_array_get_type' instead [-Wdeprecated-declarations]
rbgobj_valuearray.c:99:5: warning: ‘g_value_array_get_type’ is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:62): Use 'g_array_get_type' instead [-Wdeprecated-declarations]
compiling rbglib_fileutils.c
rbglib_fileutils.c: In function ‘rbglib_m_format_size_for_display’:
rbglib_fileutils.c:56:5: warning: ‘g_format_size_for_display’ is deprecated (declared at /usr/include/glib-2.0/glib/gutils.h:217): Use 'g_format_size' instead [-Wdeprecated-declarations]
compiling rbgobj_typeinstance.c
compiling rbglib_int64.c
compiling rbgobj_paramspecs.c
compiling rbglib_messages.c
rbglib_messages.c: In function ‘rbglib_log_handler’:
rbglib_messages.c:66:37: error: ‘ruby_sourcefile’ undeclared (first use in this function)
rbglib_messages.c:66:37: note: each undeclared identifier is reported only once for each function it appears in
rbglib_messages.c:66:54: error: ‘ruby_sourceline’ undeclared (first use in this function)
make: *** [rbglib_messages.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment