[Kde-bindings] There is no KIO with ruby1.9 but with ruby1.8
Robert Riemann
robert.riemann at physik.hu-berlin.de
Tue Apr 13 19:44:19 UTC 2010
Am Dienstag, 13. April 2010 18:18:15 schrieb Arno Rehn:
> On Tuesday 13 April 2010 18:03:46 Robert Riemann wrote:
> > Hi all,
> >
> > we already talked about this, but it is still unresolved:
> >
> > irb -rkorundum4
> >
> > >> KIO
> >
> > => KIO
> > irb1.9 -rkorundum4
> >
> > >> KIO
> >
> > NameError: uninitialized constant KIO
> >
> > from (irb):1
> > from /usr/bin/irb1.9:12:in `<main>'
> >
> > For testing I build kdebindings against ruby1.9 (only ruby and phonon
> > activated) with this command: ccmake ..
> > -DRUBY_EXECUTABLE=/usr/bin/ruby1.9
> > -DRUBY_LIBRARY=/usr/lib64/libruby.so.1.9.1
> >
> > I use opensuse 11.2 with latest KDE from opensuse buildservice:
> > kde4-config --version
> > Qt: 4.6.2
> > KDE: 4.4.2 (KDE 4.4.2) "release 238"
> > kde4-config: 1.0
> >
> > My ruby1.9 version also comes from opensuse buildservice:
> > ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]
> >
> > I hope you have some ideas or can (not) confirm this bug.
> >
> > Greets Robert
>
> KIO has been split off into a seperate module:
> $ irb -rkio
> irb(main):001:0> KIO
> => KIO
The last patch from you solves my problem. Thanks.
More information about the Kde-bindings
mailing list