Gtkmozembed on windows

Hi ho :-),

we have a problem using gtkmozembed on Windows. The following software
is installed now:

  • Ruby
  • GTK+ 2.8 (gimp works)
  • Ruby-Gnome2

Did we missed anything?

irb(main):001:0> require ‘gtk2’
=> true

irb(main):002:0> require ‘gtkmozembed’
LoadError: no such file to load – gtkmozembed
from
C:/Tools/Development/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re
quire.rb:27:in gem_original_require' from C:/Tools/Development/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re quire.rb:27:inrequire’
from (irb):1

Thanks,
Patrick

Hi,

On Tue, 20 Feb 2007 22:11:36 +0900
Patrick P. [email protected] wrote:

irb(main):001:0> require ‘gtk2’
=> true

irb(main):002:0> require ‘gtkmozembed’
LoadError: no such file to load – gtkmozembed

Ruby-GNOME2 on Win32 doesn’t support gtkmozembed.
#Did you read README_win32.txt ?

Masao M. schrieb:

Ruby-GNOME2 on Win32 doesn’t support gtkmozembed.
#Did you read README_win32.txt ?

no, sorry :-(. do you know an alternativ way to use an html renderer
with windows?

cu
pp

On Wed, 21 Feb 2007 21:59:47 +0100, Patrick P.
[email protected]
wrote:

Masao M. schrieb:

Ruby-GNOME2 on Win32 doesn’t support gtkmozembed.
#Did you read README_win32.txt ?

no, sorry :-(. do you know an alternativ way to use an html renderer
with windows?

Win32OLE and the IE ActiveX control?

David V.