Re: GKrellmms - Streaming Live Audio
Adam Nielsen <[email protected]> Tue, 10 Apr 2018 13:06:12 +1000
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
> > =C2=A0 /usr/bin/ruby -rrbconfig -e "puts Config::CONFIG['archdir']" > > =20 > Exception `NameError' at -e:1 - uninitialized constant Config Not sure where 'Config' is meant to be coming from but at least that explains what the error is. When I run 'waf configure' for XMMS2 it says Ruby isn't found so it looks like it's optional. If I run: ./waf configure --with-ruby-binary=3D/dev/null Then it completes the configure process and under the 'optional configuration' heading it tells me 'ruby' is disabled. Maybe you can try that and see if it gets you any further? Looks like that's probably going to be easier than trying to get it to pick up the Ruby stuff. Cheers, Adam.