On Wed, 2 Feb 2005 12:35:01 -0600 "robotron:2084" <[EMAIL PROTECTED]> (Bbabbled: (B (B> I have a problem that I spent a good part of last night trying to (B> debug, so bear with me... (B> (B> I downloaded a cvs snapshot of e17 on Jan 25. I've installed the (B> libs, and set myself to compiling some of the apps, and ran across a (B> problem with edje_cc. It reported that it couldn't load a png file as (B> a part of theme.eet in elation, for example. Two hours later, I (B> pinned the problem down to the loaders that imlib2 uses. Imlib2 (B> constructs a list of loaders to use searching through (for me) (B> /usr/lib/imlib2/loaders, which is a directory that exists and is (B> populated by the different image formats ... except that imlib2 is (B> looking for shared object loaders ending in .so, and no loaders get (B> compiled as shared objects when I compile imlib2 + imlib2_loaders. (B> Imlib2 then returns NULL from imlib_load_image(...), causing major (B> borkage to edje_cc. (And imlib2_show, and imlib2_view, ...) I tried (B> configuring with --enable-shared, even though it's listed in --help as (B> defaulting to yes, but to no avail. (B (Bwhat os are you on? they should be compiled as .so's - they are specifically (Brequested to be compiled as modules (to libtool). could it be your libtool is (Brefusing to build .so loaders? i'm not sure. this SHOULD work. e17's modules (Bwork the same way, as do emotion's. what do your loaders get compiled as? check (Byour config.log and configure output to see if there is something saying libtool (Bcannot build shared object modules or something - then why. is this cygwin you (Bare building/running on? (B (B-- (B------------- Codito, ergo sum - "I code, therefore I am" -------------- (BThe Rasterman (Carsten Haitzler) [EMAIL PROTECTED] $BMg9%B?(B [EMAIL PROTECTED] (BTokyo, Japan ($BEl5~(B $BF|K\(B) (B (B (B------------------------------------------------------- (BSF email is sponsored by - The IT Product Guide (BRead honest & candid reviews on hundreds of IT Products from real users. (BDiscover which products truly live up to the hype. Start reading now. (Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click (B_______________________________________________ (Benlightenment-devel mailing list ([email protected] (Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel
