Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: ali on May 09, 2011, 05:49:06 AM
-
i can't get conky with lua support to work, i tried to compile it myself but after running ./configure it would say lua(yes) support
cairo: no
imlib2: no
even tho i had cairo-dev and imlib2-dev installed
can anyone please get this to work?
-
You could check config.log to see exactly what test failed just prior to reporting Cairo was missing. Often this message means a dep of Cairo is missing
-
Have you also got the 'cairo.tcz' extension installed? I've noticed that it's not included in 'cairo-dev.tcz.dep' and adding it might help (apart from the fact that it will likely be required as a runtime dependency for your resulting binary).
-
tc@box:~/.ali-stuff/compiled/conky-1.8.1$ ./configure | grep no
checking whether we are cross compiling... no
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/local/bin/sed
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether -lc should be explicitly linked in... no
checking for funopen... no
checking for working iconv... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for alsa/asoundlib.h... (cached) no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for struct statfs.f_fstypename... no
checking for db2x_xsltproc... no
checking for db2x_manxml... no
checking for xsltproc... no
Audacious: no
BMPx: no
XMMS2: no
RSS: no
Curl: no
METAR: no
XOAP: no
wireless: no
IBM: no
nvidia: no
eve-online: no
Imlib2: no
ALSA mixer: no
Cairo: no
Imlib2: no
and yes, imlib2-dev is installed, cairo, cairo-dev...
-
Did you check config.log to see what it says immediately prior to the cairo error message?
-
i don't understand anything
here's the config.log
-
Here's what I get:
$ ./configure --prefix=/usr/local --enable-imlib2 --enable-lua-imlib2 --enable-lua-cairo
...
checking for X11... yes
checking for Imlib2... yes
checking for LUA... yes
checking for cairo... yes
checking for cairo_xlib... yes
checking for tolua++... no
checking for tolua++5.1... no
checking for tolua++-5.1... no
configure: error: tolua++, tolua++5.1, or tolua++-5.1 is required for Lua extras.
..so it looks like you need lua libs and/or lua cairo/imlib2 bindings?
-
i ended up using the non-cairo conky