Jason Tackaberry wrote: > On Mon, 2008-11-24 at 10:56 +0100, Dirk Meyer wrote: > >> kaa.display X11, Framebuffer and SDL all work with imlib2 or evas, if we >> remove evas, imlib2 is a requirement. About the dfb support: it only >> opens a surface. What is this good for? Ok, with evas you can use evas >> on dfb, but if we drop even, we may also want to drop dfb support. >> > > kaa.display is still functional without Imlib2. For example, popcorn > uses it and doesn't require any Imlib2 functionality. > > However, building without Imlib2 is likely usually not what people want. > So we should make the absence of Imlib2 a lot more visible than it is > now. > > Jason. > So encouraged by Dischi's checkin I tried again. After uninstalling the packaged imlib2 I downloaded it and compiled it from source:
------------------------------------------------------------------------ imlib2 1.4.2 ------------------------------------------------------------------------ Configuration Options Summary: Image Loaders: JPEG....................: yes PNG.....................: yes TIFF....................: no GIF.....................: no ZLIB....................: yes BZIP2...................: no ID3.....................: no X.......................: yes Use X86 MMX for speed.....: yes Use AMD64 for speed.......: no Use visibility hiding.....: no Installation Path.........: /usr Compilation...............: make Installation..............: make install And followed that up with a make and make install. Then went back to kaa.display and rm -rf build/ then setup.py clean still things Imlib2 wasn't compiled with X11 support: [EMAIL PROTECTED] display]# python setup.py clean checking for X11 ... ok checking for imlib2 >= 1.1.1 ... 1.4.2 checking for evas >= 0.9.9.010 ... 0.9.9.043 checking for directfb >= 0.9.20 ... no checking for pygame ... ok checking for pygame header files ... ok checking for sdl >= 1.2.5 ... no checking for XComposite ... ok Imlib2 was compiled without X11 support. Therefore Imlib2 for the kaa.display.X11 module is disabled. Please re-compile imlib2 with X11 support or add --disable-imlib2-x11 to the setup.py parameter [EMAIL PROTECTED] display]# I'm a bit puzzled now but have probably missed something? John ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users