Have you recompiled the whole path after pkg-config? Or at least edje? Regards, John
Anders Troback wrote: > On Fri, 04 Aug 2006 14:42:50 +0530 > Gopalarathnam Venkatesan <[EMAIL PROTECTED]> wrote: > >> Anders Troback wrote: >>> Hi, >>> >>> I have some problems with E17 and SUSE Linux 10.1! I'm new to >>> SUSE, normally I'm a FreeBSD user, so bare with me! >>> >>> I'm have build: >>> >>> e17/libs/eet >>> e17/libs/evas >>> e17/libs/ecore >>> e17/libs/embryo >>> e17/libs/edje >>> >>> With e17/apps/e I get this error: >>> >>> /usr/e17/current/bin/edje_cc: Error. unable to load image for image >>> "brushed.png" part entry to ../../data/init/init.edj. Missing PNG or >>> JPEG loader modules for Evas or file does not exist, or is not >>> readable. make[4]: *** [init.edj] Error 255 >>> >> You do not have evas compiled with jpeg or png loader. This is >> usually because of one of the following: >> >> - you don't have libjpeg or libpng (which means you'll have to >> install them) >> - you have the libraries, but evas configure script is not able to >> locate them (which means you'll have to add CFLAGS and LDFLAGS to >> point to the include and lib path of the libraries; something like: >> export CFLAGS="$CFLAGS -I/path/to/jpeg/include" LDFLAGS="$LDFLAGS >> -L/path/to/jpeg/lib" should work). >> >> When it is sorted out, just recompile evas, and see whether it is >> compiled with jpeg or png support from its config.log. >> >> HTH. >> > > I was missing the pkgconfig tools:-] > > Now I get another message! > > age entry "sm_loop_eintro_239.png" compress: [raw: 72.3%] [real: 38.7%] > make[4]: *** [init.edj] Segmentation fault > make[4]: *** Deleting file `init.edj' > make[4]: Leaving directory `/usr/e17/e17/apps/e/data/init' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/usr/e17/e17/apps/e/data/init' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/e17/e17/apps/e/data' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/e17/e17/apps/e' > make: *** [all] Error 2 > > More ideas:-) > > > -- Met vriendelijke groeten, With kind regards, John Kraal Programmer Kewill Interchain A member of the Kewill Group of companies (T) +31 (0)78 6 123 310 (E) [EMAIL PROTECTED] (W) www.interchain.nl IMPORTANT NOTICE: This e-mail, and each of any attachments transmitted with it, is confidential, is the property of Kewill Interchain, and is intended solely for the information of the individual/entity to whom this e-mail is addressed. It may also be privileged or protected by other legal rules. If you have received it by mistake, please notify the author immediately by replying to this e-mail and then destroy/delete this e-mail and all attachments (if any). If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this e-mail. In accordance with Kewill Interchain's internal policy e-mails sent and/or received may be monitored. Whilst Kewill Interchain takes reasonable precautions (including use of anti-virus software) it accepts no responsibility for any loss or damage should this e-mail contain any virus, or similar destructive or mischievous code. (c) Kewill Interchain 2006. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
