On Sat, 17 Apr 2010, mobi phil wrote:
> On Sat, Apr 17, 2010 at 3:35 AM, Carsten Haitzler <[email protected]>wrote: > >> On Fri, 16 Apr 2010 23:38:08 +0200 mobi phil <[email protected]> said: >> >>> Hello, >>> >>> new to the list, and a bit new to e-libs.. >>> >>> intending to do some benchmarking of the libs on top of sdl, fb and >> direcfb. >>> unfortunatelly ecore_evas has the dependencies hardcoded, and this cannot >> be >>> driven by configure options. Please tell me if I am wrong. >>> >>> I managed to remove those manually however >> >> you built with ecore_x enabled - thus ecore_evas has x11 support - (well >> you >> also have software-x11 etc. engines too). ecore-evas is glue between >> x/sdl/fb/whatever, events, windowing system and evas and its engines. thus >> - >> support for everything ecore-evas supports will be linked in. you can >> compile >> without it. there are configure options. >> >> > 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. > 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 > 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 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
