From: Kouhei S. <ko...@co...> - 2015-09-23 14:29:07
|
In <144...@ss...> "Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 3.0.4" on Wed, 23 Sep 2015 15:44:20 +0200, Stefan Salewski <ma...@ss...> wrote: > On Wed, 2015-09-23 at 14:38 +0200, Stefan Salewski wrote: >> Will investigate it, maybe I can avoid >> CellLayoutDataFunc. > > The good news first: I can launch my program again with 3.05 after a > few fixes. But this is what is logged at the console: > > http://ssalewski.de/tmp/msg.txt The following warning is caused by "sudo make install": > /home/stefan/.gem/ruby/2.2.0/gems/glib2-3.0.6/lib/glib2.rb:158: warning: already initialized constant GLib::Log::DOMAIN > /usr/lib64/ruby/site_ruby/2.2.0/glib2.rb:158: warning: previous definition of DOMAIN was here "sudo make install" conflicts with "rake gem:install". You should remove /usr/lib64/ruby/site_ruby/2.2.0/glib2.rb and related files. > That is a problem when set_cell_data_func is not available :-( It's available at master. > So I am not allowed to set the tab_label this way any more. What is the strategy > to find out how to do it now? In the last years, I did it mostly by guessing, > which can take really much time. It's also available at master. Thanks, -- kou |