On Fri, 04 Aug 2006 12:56:26 +0200 John Kraal <[EMAIL PROTECTED]> wrote:
> 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:-) > > > > > > > Yes I have! -- ============================================ Microsoft is not the answer. Microsoft is the question. And 'No' is the answer! -------------------------------------------- Anders Trobäck http://www.troback.com ------------------------------------------------------------------------- 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
