From: Kouhei S. <ko...@co...> - 2015-09-23 14:25:23
|
Hi, In <144...@ss...> "Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 3.0.4" on Wed, 23 Sep 2015 14:38:43 +0200, Stefan Salewski <ma...@ss...> wrote: > % git clone https://github.com/ruby-gnome2/ruby-gnome2.git > % cd ruby-gnome2 > % gem install --user-istall rake rake-compiler mechanize pkg-config > cairo > % rake gem:build > % rake gem:install > > I added --user-install and tried without root privileges. Unfortunately > rake gem:install failed for vte. There was no really helpful error > description, but output was "checking for vte ... no" which should be > wrong. x11-libs/vte-0.40.2 is installed from gentoo package manager, vte-0.40.2 provides 'vte-2.91' package. It's not 'vte' package. ('vte' package is old VTE.) > Now I tried to install 3.05 from ruby-gtk3-3.0.5.tar.gz > > % ruby extconf.rb > % make > % sudo make install Why did you use 3.0.5 instead of master? You already have gtk3 by 'rake gem:install'. You don't need these command lines. It causes problems. > But when i try to launch may program: > > /usr/lib64/ruby/site_ruby/2.2.0/gobject-introspection/loader.rb:551:in > `invoke': TODO: <CellLayoutDataFunc>(func) callback is not supported > yet. (NotImplementedError) > from /usr/lib64/ruby/site_ruby/2.2.0/gobject > -introspection/loader.rb:551:in `block in define_method' > from /home/stefan/pet/pet_prop.rb:81:in `initialize' > > Seems to be a regression. Will investigate it, maybe I can avoid > CellLayoutDataFunc. It has been fixed at master. Thanks, -- kou |