On Mon, 2007-11-19 at 11:36 +0900, mike lewis wrote:
> > SystemError: kaa-display compiled without imlib2 display support.
> ---
> 
> Would this mean that ubuntu's version of imlib2 is compiled without
> something needed by kaa?

No, it means that kaa.display was built without imlib2 support.

The typical cause is lack of devel package when building kaa.display.

If you just run 'python setup.py' (no arguments) inside kaa/display, it
will start by outputting the result of what it's able to detect.  e.g.:

        checking for X11 ... ok
        checking for imlib2 >= 1.1.1 ... 1.3.0
        checking for evas >= 0.9.9.010 ... 0.9.9.038
        checking for directfb >= 0.9.20 ... no
        checking for pygame ... not installed
        checking for XComposite ... ok
        + X11 (imlib2, evas, evasGL)
        + Framebuffer (imlib2, evas)
        - DirectFB
        - SDL

So it found imlib2 1.3.0.  And notice that beside the + X11 line, in
parens, it says 'imlib2'.  This is what you want to see.

Cheers,
Jason.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to