On Sat, 17 Apr 2010 19:18:13 +0200 (CEST) Vincent Torri <[email protected]> said:
> > Thanks, > > > > 1. the --enable/disable-ecore-*** flags are not documented in configure > > --help options for ecore > > they are: > > --enable-ecore-x enable the ecore_x module > > --enable-ecore-evas-software-x11 > enable Software X11 support in the ecore_evas > module. indeed they are. not sure what makes phil think otherwise. > > 2. I presume -software-*** options mean software rendering on the given > > backend. I do not understand the mixture in naming options like > > --enable-ecore-evas-directfb but --enable-ecore-evas-software-sdl > > 'software' means it uses no hardware acceleration > > --enable-ecore-evas-directfb enables (i think) an hardware accelerated > engine. Accelerated by directfb the names are the names from the evas engine naming - and those names are used to differentiate - example. software-x11 vs xrender-x11 vs gl-x11 (all target 1xx - they use completely different methods of rendering though). chances are if you are fiddling with these compile options and dont know what you are doing - then you probably have no business fiddling with them. they are pretty simple and documented. > > 3. With --disable-ecore-x it worked now, however at the end of building > > elementary I have the same error as during prev. builds: > > > > Unable to write image part "sky.jpg" as "images/2" part entry to > > ../../data/objects/test.edj chances are you somehow had the jpeg loader for evas not build - it cant write that part because it can't load it. beats me why you dont have a jeg loader in evas. it's one of the most basic/core ones. maybe missing headers? or an undetectable version of libjpeg? in an odd place? > strange, I don't have problem (i just updated my source code from the > latest svn) > > Vincent > > > > > However I have the libjpeg and other dependencies built. > > > > ->ldd `whence edje_cc` > > linux-gate.so.1 => (0xb7700000) > > libedje-ver-svn-05.so.0 => /ESYS/usr/lib/libedje-ver-svn-05.so.0 > > (0xb767a000) > > libecore_job-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_job-ver-svn-05.so.0 (0xb7677000) > > libecore_file-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_file-ver-svn-05.so.0 (0xb766e000) > > libecore_con-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_con-ver-svn-05.so.0 (0xb7665000) > > libembryo-ver-svn-05.so.0 => /ESYS/usr/lib/libembryo-ver-svn-05.so.0 > > (0xb765b000) > > libecore_imf_evas-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_imf_evas-ver-svn-05.so.0 (0xb7658000) > > libecore_imf-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_imf-ver-svn-05.so.0 (0xb7652000) > > libecore_evas-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_evas-ver-svn-05.so.0 (0xb763e000) > > libecore_fb-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_fb-ver-svn-05.so.0 (0xb7636000) > > libecore_directfb-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_directfb-ver-svn-05.so.0 (0xb762f000) > > libdirectfb-1.4.so.0 => /ESYS/usr/lib/libdirectfb-1.4.so.0 > > (0xb75a2000) > > libfusion-1.4.so.0 => /ESYS/usr/lib/libfusion-1.4.so.0 (0xb7598000) > > libdirect-1.4.so.0 => /ESYS/usr/lib/libdirect-1.4.so.0 (0xb757f000) > > libecore_sdl-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_sdl-ver-svn-05.so.0 (0xb757a000) > > libSDL-1.2.so.0 => /ESYS/usr/lib/libSDL-1.2.so.0 (0xb74c4000) > > libvga.so.1 => /usr/lib/libvga.so.1 (0xb7440000) > > libecore_input-ver-svn-05.so.0 => > > /ESYS/usr/lib/libecore_input-ver-svn-05.so.0 (0xb743b000) > > libecore-ver-svn-05.so.0 => /ESYS/usr/lib/libecore-ver-svn-05.so.0 > > (0xb7410000) > > libevas-ver-svn-05.so.0 => /ESYS/usr/lib/libevas-ver-svn-05.so.0 > > (0xb7331000) > > libfreetype.so.6 => /ESYS/usr/lib/libfreetype.so.6 (0xb72b8000) > > libeet.so.1 => /ESYS/usr/lib/libeet.so.1 (0xb72a4000) > > libz.so.1 => /lib/libz.so.1 (0xb728e000) > > libjpeg.so.7 => /ESYS/usr/lib/libjpeg.so.7 (0xb7257000) > > libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb723e000) > > libeina-ver-svn-05.so.0 => /ESYS/usr/lib/libeina-ver-svn-05.so.0 > > (0xb721a000) > > librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7211000) > > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb71eb000) > > libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb71e6000) > > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7083000) > > libx86.so.1 => /lib/libx86.so.1 (0xb707f000) > > /lib/ld-linux.so.2 (0xb7701000) > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
