| Summary: | Ruby Korundum error | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Mark <mail> |
| Component: | tdelibs | Assignee: | Michele Calgaro <michele.calgaro> |
| Status: | ASSIGNED --- | ||
| Severity: | major | CC: | bugwatch, mckaygerhard, michele.calgaro |
| Priority: | P3 | ||
| Version: | R14.0.x [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | http://bugs.pearsoncomputing.net/show_bug.cgi?id=348 | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2967 | ||
seen likes search for libs on different path, kde3.5 trinity desktop install everithing on /opt/kde<same> so then in desktop loas and xsesions load, added dinamicaly paths for launch procs, maybe u need to adde corerct paths, look for .desktop files on menu and follow same as.. I installed kenigma. When running I receive the following error:
/usr/lib/ruby/1.9.1/Korundum.rb:1:in `require': /opt/trinity/lib/libsmokekde.so.1: undefined symbol: _ZN19KMdiChildFrmCaption8tqt_castEPKc - /usr/lib/ruby/1.9.1/i486-linux/korundum.so (LoadError)
from /usr/lib/ruby/1.9.1/Korundum.rb:1:in `<top (required)>'
from main.rb:29:in `require'
from main.rb:29:in `<main>'
The error message indicates libsmoke/korundum is not compiling correctly.
Trying to run some of the tutorial ruby scripts in the tdebindings sources all fail to run.
Bug still valid.
Even trying out a basic example as installed in /usr/share/doc/libqt0-ruby-trinity/tutorial/t1 does not work. Ruby complains that it can not find the module TQt
/usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- Tqt (LoadError)
from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
|
I use kde 3.5.11 on kubuntu lucid. Kde 4 is removed. (Is useless for me - Thank you for all the effort) I installed Kengima. Written with ruby. I get always the error : mark@Comp03:/usr/share/apps/kenigma$ ruby main.rb main.rb:29:in `require': no such file to load -- Korundum (LoadError) from main.rb:29 Package 'libkorundum0-ruby1.8-kde3' is installed. When I open file, it shows ... require 'Korundum' ... Thanks Mark