[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby-gnome2/gtk error on mac

john k

2/23/2006 11:26:00 PM

I'm running Ruby 1.8.4 (installed via darwinports) on OS 10.4 with gtk
2.8.12 (installed via darwinports) and ruby-gnome2 0.14.1 (configured
using extconf.rb and installed in the /opt/local location of ruby).
When I run a simple button test program I get the following message:

gtktest.rb: line 1
GLib-GObject-WARNING **:Two different plugins tried to register
'BasicEngineFc'.
gtktest.rb: line 1
GLib-GObject-CRITICAL **:g_object_new: assertion `G_TYPE_IS_OBJECT
(object_type)' failed
Failed to load Pango module for id: 'BasicScriptEngineFc'gtktest.rb:
line 1

The test program still seems to run despite this message. I'm new to
Ruby, so if someone could help me out, I would really appreciate it.
Getting a Ruby GUI to work on a Mac is incredibly frustrating.

Thanks,
John

--
Posted via http://www.ruby-....


5 Answers

Masao Mutoh

2/24/2006 2:34:00 PM

0

Hi,

On Fri, 24 Feb 2006 08:25:31 +0900
john k <jkosch@u.washington.edu> wrote:

> I'm running Ruby 1.8.4 (installed via darwinports) on OS 10.4 with gtk
> 2.8.12 (installed via darwinports) and ruby-gnome2 0.14.1 (configured
> using extconf.rb and installed in the /opt/local location of ruby).
> When I run a simple button test program I get the following message:
>
> gtktest.rb: line 1
> GLib-GObject-WARNING **:Two different plugins tried to register
> 'BasicEngineFc'.
> gtktest.rb: line 1
> GLib-GObject-CRITICAL **:g_object_new: assertion `G_TYPE_IS_OBJECT
> (object_type)' failed
> Failed to load Pango module for id: 'BasicScriptEngineFc'gtktest.rb:
> line 1
>
> The test program still seems to run despite this message. I'm new to
> Ruby, so if someone could help me out, I would really appreciate it.
> Getting a Ruby GUI to work on a Mac is incredibly frustrating.

It's very difficult not to check your gtktest.rb....

But I think these messages are occured by Pango(not by Ruby-GNOME2).
I suspect gtk-demo occurs same error.

If so, could you re-install pango and then re-compile ruby-gnome2?

--
:% Masao Mutoh<mutoh@highway.ne.jp>


john k

2/24/2006 9:08:00 PM

0


> It's very difficult not to check your gtktest.rb....

This is the "Hello World" program on the website tutorial.

>
> But I think these messages are occured by Pango(not by Ruby-GNOME2).
> I suspect gtk-demo occurs same error.
>
> If so, could you re-install pango and then re-compile ruby-gnome2?

I reinstalled pango and gtk2, then recompiled ruby-gnome2 and still got
the same exact error.

Thanks,
John

--
Posted via http://www.ruby-....


Masao Mutoh

2/25/2006 1:24:00 AM

0

Hi,

On Sat, 25 Feb 2006 06:07:45 +0900
john k <jkosch@u.washington.edu> wrote:

>
> > It's very difficult not to check your gtktest.rb....
>
> This is the "Hello World" program on the website tutorial.
>
> >
> > But I think these messages are occured by Pango(not by Ruby-GNOME2).
> > I suspect gtk-demo occurs same error.
> >
> > If so, could you re-install pango and then re-compile ruby-gnome2?
>
> I reinstalled pango and gtk2, then recompiled ruby-gnome2 and still got
> the same exact error.

How about gtk-demo ?
# It's provided by gtk2.

--
:% Masao Mutoh<mutoh@highway.ne.jp>


john k

2/26/2006 11:21:00 PM

0


> How about gtk-demo ?
> # It's provided by gtk2.

Same error message multiple times when I start it. Every demo seems to
work, but I frequently get the error message again.
- John

--
Posted via http://www.ruby-....


Daniel Harple

2/27/2006 12:06:00 PM

0

john k wrote:
> gtktest.rb: line 1
> GLib-GObject-WARNING **:Two different plugins tried to register
> 'BasicEngineFc'.
> gtktest.rb: line 1
> GLib-GObject-CRITICAL **:g_object_new: assertion `G_TYPE_IS_OBJECT
> (object_type)' failed
> Failed to load Pango module for id: 'BasicScriptEngineFc'gtktest.rb:
> line 1

Try this:
http://opendarwin.org/pipermail/darwinports/2006-February/0...

-- Daniel


--
Posted via http://www.ruby-....