Hello,
I have some problems installing conky. I need cairo working with conky and itt’s not, if I install conky via rpm. So I tried to compile conky from source with:
./configure --enable-lua-cairo
ant that fails, because it requires tolua++. So I tried to compile tolua++ (uses scons), but that doesn’t work:
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/jaa/Documents/obrázky/Plasmoidy/conky stuf/tolua++-1.0.93/SConstruct", line 19, in <module>
('********* tolua is ', 'bin/tolua++_bootstrap')
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead.
File "/home/jaa/Documents/obrázky/Plasmoidy/conky stuf/tolua++-1.0.93/src/tests/SCsub", line 2, in <module>
scons: done reading SConscript files.
scons: Building targets ...
gcc -o bin/tolua++_bootstrap src/bin/tolua.o src/bin/toluabind_default.o lib/libtolua++_static.a -Llib -llua50 -llualib50 -ldl -lm
/usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -llua50
collect2: ld returned 1 exit status
scons: *** [bin/tolua++_bootstrap] Error 1
scons: building terminated because of errors.
Do you have any idea how to make this work?
I have openSUSE 11.2, KDE 4.3.5, conky 1.8.
Thanks for reply