[DLG-dev] another gobject-introspection problem
Brought to you by:
casaxa,
evildagmar
|
From: Roelof W. <rw...@ho...> - 2013-12-20 16:27:07
|
On compiling I now see these errrors :
girepository/girepository.h:168: Warning: GIRepository: symbol='gi_cclosure_marshal_generic': Unknown namespace for symbol 'gi_cclosure_marshal_generic'
girepository/gitypes.h:366: Warning: GIRepository: symbol='GI_TYPE_TAG_N_TYPES': Unknown namespace for symbol 'GI_TYPE_TAG_N_TYPES'
<unknown>:: Warning: GIRepository: (ErrorQuarkFunction)invoke_error_quark: context=ErrorQuarkFunction('invoke_error_quark') g_invoke_error_quark: Couldn't find corresponding enumeration
girepository/gitypelib.h:36: Warning: GIRepository: g_typelib_new_from_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:39: Warning: GIRepository: g_typelib_new_from_const_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:42: Warning: GIRepository: g_typelib_new_from_mapped_file: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/giobjectinfo.c:537: Warning: GIRepository: g_object_info_find_signal: return value: Missing (transfer) annotation
girepository/givfuncinfo.c:212: Warning: GIRepository: g_vfunc_info_get_address: return value: Missing (transfer) annotation
girepository/gitypelib.h:36: Warning: GIRepository: g_typelib_new_from_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:39: Warning: GIRepository: g_typelib_new_from_const_memory: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
girepository/gitypelib.h:42: Warning: GIRepository: g_typelib_new_from_mapped_file: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
GICOMP gir/DBusGLib-1.0.gir
GICOMP GObject-2.0.gir
GICOMP GIRepository-2.0.gir
gir/gio-2.0.c:25169: Warning: Gio: g_pollable_input_stream_read_nonblocking: unknown parameter 'count' in documentation comment, should be 'size'
/usr/include/glib-2.0/gio/gpollableoutputstream.h:88: Fatal: Gio: can't find parameter count referenced by parameter buffer of 'pollable_output_stream_write_nonblocking'
/usr/include/glib-2.0/gio/gpollableoutputstream.h:88: Fatal: Gio: can't find parameter count referenced by parameter buffer of 'pollable_output_stream_write_nonblocking'
make[2]: *** [Gio-2.0.gir] Error 1
make[2]: Leaving directory `/tmp/DLG/work/gobject-introspection-1.38.0-1/gobject-introspection-1.38.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/DLG/work/gobject-introspection-1.38.0-1/gobject-introspection-1.38.0'
make: *** [all] Error 2
|