Hello, I used the QT Designed to design my user interface on win32. When I compile the .ui to a ruby .rb file, I see the file requires korundum4 .
When I run my application I get :
magic-stores>ruby main.rb
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re
quire': no such file to load -- korundum4 (LoadError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire'
from ./mainwnd.rb:10
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `ge
m_original_require'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re
quire'
from main.rb:2
C:\Documents and Settings\Owner\My Documents\Aptana Studio 3 Workspace\delivery-
magic-stores>
I installed qt for windows by using the one click installer available at http://vision.eng.shu.ac.uk/mmvlwiki/index.php/Qt4-QtRuby_installer_for_Microsoft_Windows
The korundum seems not to be working on win32, but the Qt4 require itself works perfect. Any clues on what could be wrong? I downloaded the korundum project, and it contains .cpp files, it is not windows friendly. Also tried looking for a gem, which I dont find.
Thank you !
Pablo
|