Re: GNOME Tweak Tool 2.91.92 released



I'd like to try this tool, but when I try to build the required dependency PyGObject I obtain a huge amount of warnings and errors of this kind:

gio.c: In function '_wrap_g_volume_get_identifier':
gio.c:18637:28: warning: initialization makes pointer from integer without a cast
gvolume.override: In function '_wrap_g_volume_tp_repr':
gvolume.override:151:57: error: 'PyGObject' has no member named 'ob_type'
gvolume.override:155:67: error: 'PyGObject' has no member named 'ob_type'
gvolume.override:157:12: warning: assignment makes pointer from integer without a cast
gio.c: At top level:
gio.c:18818:5: warning: missing braces around initializer
gio.c:18818:5: warning: (near initialization for 'PyGVolume_Type.ob_base.ob_base') gio.c:18820:5: warning: initialization makes integer from pointer without a cast
gio.c:18824:5: warning: initialization from incompatible pointer type
gio.c:18825:5: warning: initialization from incompatible pointer type
gio.c:18826:5: warning: initialization from incompatible pointer type
gio.c:18828:14: error: expected '}' before numeric constant
gio.c: In function '_wrap_g_content_type_get_description':
gio.c:19082:28: warning: initialization makes pointer from integer without a cast
gio.c: In function '_wrap_g_content_type_get_mime_type':
gio.c:19103:28: warning: initialization makes pointer from integer without a cast
gio.c: In function '_wrap_g_content_type_from_mime_type':
gio.c:19159:28: warning: initialization makes pointer from integer without a cast
gio.override: In function '_wrap_g_content_type_guess':
gio.override:361:13: warning: assignment makes pointer from integer without a cast
gio.override: In function '_wrap_g_content_types_get_registered':
gio.override:401:21: warning: initialization makes pointer from integer without a cast gmemoryinputstream.override: In function '_wrap_g_memory_input_stream_new_from_data': gmemoryinputstream.override:84:9: warning: passing argument 2 of 'memcpy' makes pointer from integer without a cast /usr/include/string.h:44:14: note: expected 'const void * restrict' but argument is of type 'int'
gfile.override: In function '_wrap__install_file_meta':
gfile.override:65:17: error: 'PyTypeObject' has no member named 'ob_type'
gappinfo.override: In function '_wrap__install_app_info_meta':
gappinfo.override:34:20: error: 'PyTypeObject' has no member named 'ob_type'
gio.c: At top level:
gfileattribute.override:33:1: warning: 'pygio_file_attribute_info_tp_new' defined but not used gfileattribute.override:44:20: warning: 'pyg_file_attribute_info_methods' defined but not used gio.c:476:1: warning: '_wrap_g_file_attribute_matcher_new' defined but not used
gio.c:619:1: warning: '_wrap_g_srv_target_new' defined but not used
gio.c:762:1: warning: '_wrap_g_app_launch_context_new' defined but not used
gio.c:937:1: warning: '_wrap_g_cancellable_new' defined but not used
gio.c:1151:1: warning: '_wrap_g_emblem_new' defined but not used
gio.c:1261:1: warning: '_wrap_g_emblemed_icon_new' defined but not used
gfileenumerator.override:25:1: warning: '_wrap_g_file_enumerator_tp_iter' defined but not used gfileenumerator.override:33:1: warning: '_wrap_g_file_enumerator_tp_iternext' defined but not used
gio.c:1775:1: warning: '_wrap_g_file_info_new' defined but not used
gio.c:4191:1: warning: '_wrap_g_buffered_input_stream_new' defined but not used
gio.c:4452:1: warning: '_wrap_g_data_input_stream_new' defined but not used
gio.c:5061:1: warning: '_wrap_g_memory_input_stream_new' defined but not used
gio.c:5172:1: warning: '_wrap_g_mount_operation_new' defined but not used
gio.c:5777:1: warning: '_wrap_g_inet_socket_address_new' defined but not used
gio.c:5876:1: warning: '_wrap_g_network_address_new' defined but not used
gio.c:5977:1: warning: '_wrap_g_network_service_new' defined but not used
gio.c:6541:1: warning: '_wrap_g_socket_new' defined but not used
gio.c:7310:1: warning: '_wrap_g_socket_client_new' defined but not used
gio.c:8015:1: warning: '_wrap_g_socket_listener_new' defined but not used
gio.c:8512:1: warning: '_wrap_g_socket_service_new' defined but not used
gio.c:8672:1: warning: '_wrap_g_threaded_socket_service_new' defined but not used gmemoryoutputstream.override:25:1: warning: '_wrap_g_memory_output_stream_new' defined but not used gio.c:9549:1: warning: '_wrap_g_buffered_output_stream_new' defined but not used
gio.c:9694:1: warning: '_wrap_g_data_output_stream_new' defined but not used
gio.c:10237:1: warning: 'pygobject_no_constructor' defined but not used
gvolumemonitor.override:25:1: warning: '_wrap_g_volume_monitor_tp_new' defined but not used
gio.c:10807:1: warning: '_wrap_g_file_icon_new' defined but not used
gicon.override:172:1: warning: '_wrap_g_file_icon_tp_repr' defined but not used gicon.override:195:1: warning: '_wrap_g_themed_icon_new' defined but not used gicon.override:272:1: warning: '_wrap_g_themed_icon_tp_repr' defined but not used gappinfo.override:200:1: warning: '_wrap_g_app_info_tp_repr' defined but not used gappinfo.override:169:1: warning: '_wrap_g_app_info_tp_richcompare' defined but not used
gdrive.override:150:1: warning: '_wrap_g_drive_tp_repr' defined but not used
gfile.override:1715:1: warning: '_wrap_g_file_tp_repr' defined but not used
gfile.override:1708:1: warning: '_wrap_g_file_tp_hash' defined but not used
gfile.override:1677:1: warning: '_wrap_g_file_tp_richcompare' defined but not used
gicon.override:61:1: warning: '_wrap_g_icon_tp_hash' defined but not used
gicon.override:30:1: warning: '_wrap_g_icon_tp_richcompare' defined but not used
gmount.override:320:1: warning: '_wrap_g_mount_tp_repr' defined but not used
gvolume.override:144:1: warning: '_wrap_g_volume_tp_repr' defined but not used
make[2]: *** [_gio_la-gio.lo] Error 1
make[2]: Leaving directory `/home/stefano/Source/gnome/pygobject/gio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stefano/Source/gnome/pygobject'
make: *** [all] Error 2

Is there anything I need to update?
thanks



On 19/03/2011 09:17, John Stowers wrote:
GNOME Tweak Tool 2.91.92 is now available at:

http://download.gnome.org/sources/gnome-tweak-tool/2.91/

db2d38b56bad1acaff3aff80eb8792b2bb679464c1fc7579ae94eb1d03650cf6
gnome-tweak-tool-2.91.92.tar.bz2
63fac12596b6b208ce64f20e19b703670b8a3d1fbb963c5f9d29f73f8c7ad107
gnome-tweak-tool-2.91.92.tar.gz

This is the first release.

About GNOME Tweak Tool
======================

GNOME Tweak Tool is an application for changing the advanced settings of
GNOME 3. Further descriptions and screenshots can be found at:

http://live.gnome.org/GnomeTweakTool

Overview of changes
===================

* Support shell theme change and installation
* Tweak gtk theme
* Tweak the user-interface and titlebar fonts
* Tweak icons in menus and buttons
* Tweak behaviour on laptop lid close
* Tweak shell font size
* Tweak file manager desktop icons
* Tweak titlebar click action

John Stowers

_______________________________________________
gnome-shell-list mailing list
gnome-shell-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-shell-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]