installing gnome-python-extras



hello, i've tried to install gnome-python-extras from source because i need the egg.trayicon module.
the configure script doesn't detect any error, but when i run make, there is a error building the egg.trayicon module:

[code]
Could not write method EggRecentItem.get_groups: No ArgType for 'const-GList*'
Warning: generating old-style constructor for egg_recent_model_new
Warning: generating old-style constructor for egg_recent_view_gtk_new
Could not write method EggRecentViewGtk.set_tooltip_func: No ArgType for 'EggRecentViewGtkTooltipFunc'
Warning: generating old-style constructor for egg_recent_view_bonobo_new
Could not write method EggRecentViewBonobo.set_tooltip_func: No ArgType for 'EggRecentViewBonoboTooltipFunc'
Could not write method EggRecentViewUIManager.set_action_func: No ArgType for 'GCallback'
Could not write method EggRecentViewUIManager.set_tooltip_func: No ArgType for 'EggUIManagerTooltipFunc'
Could not write method EggRecentView.set_list: No ArgType for 'GSList*'
Could not write function recent_util_get_icon: No ArgType for 'GnomeIconTheme*'
Warning: Constructor for EggRecentModel needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for EggRecentViewGtk needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for EggRecentViewBonobo needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for EggRecentViewUIManager needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
[/code]

i've visited the link, but i still don't know how to update the constructors (which aren't in the .override files but in the header-files) correctly.
i hope someone can help me with this problem

thank you


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