Includes GTK2(gladewin32) and some other libraries.
You don’t need to install gladewin32 by yourself.
This must reduce almost of all installation problems
and provide a easy/simple installation process.
Avoid DLL conflict
This installer doesn’t set PATH environment forcely(as a option).
And each Ruby-GNOME2 libraries find GTK2 libraries which
this installer has. So this doesn’t effect other GTK2 based
applications which include GTK2 itself and other GTK2 libararies
doesn’t effect Ruby-GNOME2.
Included Ruby-GNOME2 libraries
(Same as ruby-gtk2-0.16.0-1-i386-msvcrt-1.8.zip)
Ruby/GLib2
Ruby/ATK
Ruby/Pango
Ruby/GdkPixbuf2
Ruby/GTK2
Ruby/Libglade2
Ruby/GtkGLExt
Ruby/Libart2
(Added)
Ruby/GnomeCanvas2
Ruby/GnomePrint2
Ruby/GnomePrintUI2
Ruby/GtkSourceView
Ruby/RSVG2
(Others)
rcairo-1.2.6
Glade2, GtkThemeSelector and other development tools
included gladewin32.
This will be replaced current win32 binary package
(ruby-gtk2-x.x.x-1-i386-msvcrt-1.8.zip).
This is the alpha release. Let’s try and report bugs.
Enjoy!
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
I released the new Ruby-GNOME2 Win32 GUI Installer.
Sounds great!
Can it be auto-installed, that is, can I pass a switch to it and have
it install in the background, like /S /D=C:\ruby for ruby185-21.exe?
nikolai
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
I released the new Ruby-GNOME2 Win32 GUI Installer.
Sounds great!
Can it be auto-installed, that is, can I pass a switch to it and have
it install in the background, like /S /D=C:\ruby for ruby185-21.exe?
Yes. But the installer finds the ruby root path, so /D option is
ignored.
prompt> ruby-gnome2-0.16.0-1-i386-mswin32.exe /S
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
I released the new Ruby-GNOME2 Win32 GUI Installer.
[…]
- Ruby/GtkSourceView
I can’t believe we now have access to Gtk Source View on Windows from
Ruby!
This is all so great and impressive, Masao! Very, very nice job!
This is 1.0 material!
Thanks a lot for all your creativity and hard work.
Cheers,
Joao
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Can it be auto-installed, that is, can I pass a switch to it and have
it install in the background, like /S /D=C:\ruby for ruby185-21.exe?
Yes. But the installer finds the ruby root path, so /D option is ignored.
prompt> ruby-gnome2-0.16.0-1-i386-mswin32.exe /S
Even better!
nikolai
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Ruby-GNOME2
Posted by Nathan V. (nathanv117)
on 17.12.2007 01:24
Getting error during testing the install of Ruby-GNOME2.
I:/InstantRails17/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in gem_original_require': no such file to load -- gtk2 (LoadError) from I:/InstantRails17/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in require’
from -e:1
I:\InstantRails17\ruby\Ruby-GNOME2>
custom_require.rb
#–
Copyright 2006 by Chad F., Rich Kilmer, Jim W. and others.
All rights reserved.
See LICENSE.txt for permissions.
#++
require ‘rubygems/source_index’
module Kernel
alias gem_original_require require # :nodoc:
We replace Ruby’s require with our own, which is capable of
loading gems on demand.
When you call require ‘x’, this is what happens:
* If the file can be loaded from the existing Ruby loadpath, it
is.
* Otherwise, installed gems are searched for a file that matches.
If it’s found in gem ‘y’, that gem is activated (added to the
loadpath).
The normal require functionality of returning false if
that file has already been loaded is preserved.
def require(path) # :nodoc:
gem_original_require path
rescue LoadError => load_error
begin
if spec = Gem.searcher.find(path)
Gem.activate(spec.name, false, “= #{spec.version}”)
gem_original_require path
else
raise load_error
end
end
end
end # module Kernel
Looks like Windows. But this is not the one click installer?
For me (and I use Linux most of the time) the windows one-click
installer of ruby, and the ruby-gnome exe, works nicely on Windows.
One-Click Installer - Windows Monitor this package
1.8.6-26 Final Release 2007-12-14 23:13
ruby186-26.exe
ruby-gnome2 ruby-gnome2-0.16.0 December 29, 2006
ruby-gnome2-0.16.0-1-i386-mswin32.exe Mirror
Installed both in I:\ruby and I:\InstantRails17 as \ruby dirs in both
have same contents.
The error is same when I use either one of them. Error msg copied from
dos shell.
Looks like Windows. But this is not the one click installer?
For me (and I use Linux most of the time) the windows one-click
installer of ruby, and the ruby-gnome exe, works nicely on Windows.
Looks like Windows. But this is not the one click installer?
For me (and I use Linux most of the time) the windows one-click
installer of ruby, and the ruby-gnome exe, works nicely on Windows.
One-Click Installer - Windows Monitor this package
1.8.6-26 Final Release 2007-12-14 23:13
ruby186-26.exe
ruby-gnome2 ruby-gnome2-0.16.0 December 29, 2006
ruby-gnome2-0.16.0-1-i386-mswin32.exe Mirror
Installed both in I:\ruby and I:\InstantRails17 as \ruby dirs in both
have same contents.
The error is same when I use either one of them. Error msg copied from
dos shell.
Nathan
================================================================================
Reinstalled in I:\ruby directory and tried. Getting same error.
C:\WINNT\system32>ruby -e “require ‘gtk2’”
I:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in gem_original_require': no such file to load -- gtk2 (LoadError) from I:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:inrequire’
from -e:1
Hard to say …
I am using these:
ruby186-26_rc2.exe
ruby-gnome2-0.16.0-1-i386-mswin32.exe
I install both into c:\ruby though, first ruby, then ruby-gnome (the
ruby-gnome install seems to have some special chars after c:\ruby[][]
which i delete before i hit enter, maybe because of a japanese
charset? Anyway, it causes no problem).
Installed both in I:\ruby and I:\InstantRails17 as \ruby dirs in both
have same contents.
I know 0 about InstantRails.
However, “ruby -v” should work anywhere, you dont need to be in system32
dir (but you probably know this already, so please disregard if you do).
About the gem, I dont know why you have a problem with a gem … is any
gem used at all? Its just 2 exe files. I dont know why rubygems (seems
to) interfere.
Installed ruy-genome2,with the latest above one click Ruby version also.
Getting same error.
Maybe InstantRails causes a problem now?
All I can say is that for me ruby-gnome works. This may not sound very
reassuring to you, other than that it actually should work and does on
my machines
I’d recommend to remove everything you have installed from .exe files,
and then first installing ruby186-26_rc2.exe and then
ruby-gnome2-0.16.0-1-i386-mswin32.exe. Then, fire up IRB and do a
require ‘gtk2’
This is how it works for me on windows (on linux its a bit harder
because your packages need to work, but since i compiled on my own this
is usually the case, and if i have a problem someone else here on the
mailing list was able to help)
Looks like Windows. But this is not the one click installer?
For me (and I use Linux most of the time) the windows one-click
installer of ruby, and the ruby-gnome exe, works nicely on Windows.
One-Click Installer - Windows Monitor this package
1.8.6-26 Final Release 2007-12-14 23:13
ruby186-26.exe
ruby-gnome2 ruby-gnome2-0.16.0 December 29, 2006
ruby-gnome2-0.16.0-1-i386-mswin32.exe Mirror
Installed both in I:\ruby and I:\InstantRails17 as \ruby dirs in both
have same contents.
The error is same when I use either one of them. Error msg copied from
dos shell.
Nathan
================================================================================
Reinstalled in I:\ruby directory and tried. Getting same error.
C:\WINNT\system32>ruby -e “require ‘gtk2’”
I:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in gem_original_require': no such file to load -- gtk2 (LoadError) from I:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:inrequire’
from -e:1
Installed ruy-genome2,with the latest above one click Ruby version also.
Getting same error.
What am I doing wrong?
In google, some one has mentioned that sometimes ruby-genome install
does not update folders properly (unix/linux) and have to copy items to
I:\ruby\lib\ruby\site_ruby\1.8. Anynody has tried this approach?
Hard to say …
I am using these:
ruby186-26_rc2.exe
ruby-gnome2-0.16.0-1-i386-mswin32.exe
I install both into c:\ruby though, first ruby, then ruby-gnome (the
ruby-gnome install seems to have some special chars after c:\ruby[][]
which i delete before i hit enter, maybe because of a japanese
charset? Anyway, it causes no problem).
Installed both in I:\ruby and I:\InstantRails17 as \ruby dirs in both
have same contents.
I know 0 about InstantRails.
However, “ruby -v” should work anywhere, you dont need to be in system32
dir (but you probably know this already, so please disregard if you do).
About the gem, I dont know why you have a problem with a gem … is any
gem used at all? Its just 2 exe files. I dont know why rubygems (seems
to) interfere.
Installed ruy-genome2,with the latest above one click Ruby version also.
Getting same error.
Maybe InstantRails causes a problem now?
All I can say is that for me ruby-gnome works. This may not sound very
reassuring to you, other than that it actually should work and does on
my machines
I’d recommend to remove everything you have installed from .exe files,
and then first installing ruby186-26_rc2.exe and then
ruby-gnome2-0.16.0-1-i386-mswin32.exe. Then, fire up IRB and do a
require ‘gtk2’
This is how it works for me on windows (on linux its a bit harder
because your packages need to work, but since i compiled on my own this
is usually the case, and if i have a problem someone else here on the
mailing list was able to help)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Did reinstall and new err msg came up.
C:\WINNT\system32>irb
irb(main):001:0> require ‘gtk2’
LoadError: 127: The specified procedure could not be found. -
I:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/pango.so
from I:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/pango.so
from
I:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in require' from I:/ruby/lib/ruby/site_ruby/1.8/pango.rb:14 from I:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:ingem_original_require’
from
I:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in require' from I:/ruby/lib/ruby/site_ruby/1.8/gtk2/base.rb:14 from I:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:ingem_original_require’
from
I:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in require' from I:/ruby/lib/ruby/site_ruby/1.8/gtk2.rb:11 from I:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:ingem_original_require’
from
I:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
2 times Entry Point Not Found window popped up saying
The procedure entry point XM_setDoctypeDecHandler
could not be loacated in the dynamic link library xmlparse.dll.
Clicked ok and above shell msgs spilled out.
Sounds really weird… i guess you dont happen to have some extra
machine with a fresh windows install, and can try c:\ as install target
instead?
Something is wrong on your machine but i still dont see what (not that I
have a lot of experience with it anyway. I am just glad it works for me
on win)
Sounds really weird… i guess you dont happen to have some extra
machine with a fresh windows install, and can try c:\ as install target
instead?
Something is wrong on your machine but i still dont see what (not that I
have a lot of experience with it anyway. I am just glad it works for me
on win)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Anyother libraries like glib gtk are required?
Sounds really weird… i guess you dont happen to have some extra
machine with a fresh windows install, and can try c:\ as install target
instead?
Something is wrong on your machine but i still dont see what (not that I
have a lot of experience with it anyway. I am just glad it works for me
on win)
deleted all. instaled in c:\ruby. same error
C:\WINNT\system32>irb
irb(main):001:0> require ‘gtk2’
LoadError: 127: The specified procedure could not be found. -
I:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/pango.so
Now that you mention it, it could be that you have to install the GTK
libraries
BUT i am not sure of this … but you could try too, just in case this
resolves your problem. By the way, one day you manage to have it working
sometimes things magically solve itself if given enough time and pause
Now that you mention it, it could be that you have to install the GTK
libraries
BUT i am not sure of this … but you could try too, just in case this
resolves your problem. By the way, one day you manage to have it working
sometimes things magically solve itself if given enough time and pause
I have gtk±2.10.13.exe here
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
do glib and gtk+ go together? do have glib in your system for gtk2 to
work?
are they in \ruby? do i have to put them in path? thanks for your
encouragement.
why no body else is responding! think there install went smoothly also!
Now that you mention it, it could be that you have to install the GTK
libraries
BUT i am not sure of this … but you could try too, just in case this
resolves your problem. By the way, one day you manage to have it working
sometimes things magically solve itself if given enough time and pause
I have gtk±2.10.13.exe here
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
do glib and gtk+ go together? do have glib in your system for gtk2 to
work?
are they in \ruby? do i have to put them in path? thanks for your
encouragement.
why no body else is responding! think there install went smoothly also!
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I think there are few more things to do before gtk2 install.
Can somebody confirm, before I venture into this quicksand!
If I have to install them, will they go in separate folders?
Are they to be included in PATH? Do thay have to be in C: drive?
pango-1.18.3.zip. Pango is used by GTK+ 2 and GIMP. got
Requires GLib 2.14 and got
cairo 1.4. got
cairo-1.4.10.zip. Cairo is used by GTK+ and Pango. got
atk-1.20.0.zip. Atk is used by GTK+. got
ATK-Accessibility Tool Kit
GLIB-GNU Lib: Lower lvl lib for GTK-GNU Tool Kit, GDK-GIMP Drawing
Kit
GIMP-GNU Image Manipulation Program
GTK-GNU Tool Kit
GDK-GIMP Drawing Kit
PANGO-Lib for rendering text
Cairo-Lib for a vector graphics-based, device-independent API for
software developers.
Mar 6 2006, 07:03 PM
Shaun06, here’s how you go about fixing your GIMP:
Run a search on your computer for the files xmlparse.dll and xmltok.dll.
You should see two copies of each file, one in C:\Windows\system32 and
one in your GTK2/GIMP folders where you have GIMP installed.
The files in your GTK2/GIMP folders are the newer versions of those
dll’s
(you may notice that they’re slightly larger in size), but for some
reason
they sometimes don’t install properly. Anyway, copy both files for your
GTK folder
over to your system32 folder, and that’s it. GIMP should work perfectly
for you now. =^^=
did this and got reply true! WoW
irb(main):002:0> require ‘gtk2’
=> true
irb(main):003:0>
thanks
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
note:
left the PATH blank.
installed all 1-7 above
copied 1-5 under I:\ruby, i:\ruby\lib, i:\ruby\lib\gtk,
I:\ruby\lib\ruby\site_ruby\1.8 as i did not want to fail and drop this
work!
Now I have to find the right place and delete others.
Now that you mention it, it could be that you have to install the GTK
libraries
BUT i am not sure of this … but you could try too, just in case this
resolves your problem. By the way, one day you manage to have it working
sometimes things magically solve itself if given enough time and pause
I have gtk±2.10.13.exe here
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
do glib and gtk+ go together? do have glib in your system for gtk2 to
work?
are they in \ruby? do i have to put them in path? thanks for your
encouragement.
why no body else is responding! think there install went smoothly also!
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I think there are few more things to do before gtk2 install.
Can somebody confirm, before I venture into this quicksand!
If I have to install them, will they go in separate folders?
Are they to be included in PATH? Do thay have to be in C: drive?
pango-1.18.3.zip. Pango is used by GTK+ 2 and GIMP. got
Requires GLib 2.14 and got
cairo 1.4. got
cairo-1.4.10.zip. Cairo is used by GTK+ and Pango. got
atk-1.20.0.zip. Atk is used by GTK+. got
ATK-Accessibility Tool Kit
GLIB-GNU Lib: Lower lvl lib for GTK-GNU Tool Kit, GDK-GIMP Drawing
Kit
GIMP-GNU Image Manipulation Program
GTK-GNU Tool Kit
GDK-GIMP Drawing Kit
PANGO-Lib for rendering text
Cairo-Lib for a vector graphics-based, device-independent API for
software developers.
Made some progress!
Folllowed the instructions in:
Error: proc entrypoint xml_setdoctypedeclhandler could not be located
in dynlnklib xmlparse.dll
Hraefn
Mar 6 2006, 07:03 PM
Shaun06, here’s how you go about fixing your GIMP:
Run a search on your computer for the files xmlparse.dll and xmltok.dll.
You should see two copies of each file, one in C:\Windows\system32 and
one in your GTK2/GIMP folders where you have GIMP installed.
The files in your GTK2/GIMP folders are the newer versions of those
dll’s
(you may notice that they’re slightly larger in size), but for some
reason
they sometimes don’t install properly. Anyway, copy both files for your
GTK folder
over to your system32 folder, and that’s it. GIMP should work perfectly
for you now. =^^=
did this and got reply true! WoW
irb(main):002:0> require ‘gtk2’
=> true
irb(main):003:0>
thanks
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.