2009/2/16 Oguz Yarimtepe <[email protected]>: > After i had slow transition problems with the box, i changed it with another > one that has no process running on it and fbdev is set. After cross > compiling the libraries and DirectFb 1.2.7, when i ran the edje_cc command > on the box, i got the below error message: > > [eina_list.c:439] eina_list_init() ERROR: Mempool for list cannot be > allocated in list init. > Aborted
You need mempool module installed on your system. If you don't want to put multiple module.so in your system, you can give --enable-static-chained-pool to eina configure. It should fix this problem. But my guess is that it will reproduce again for evas module. So you better put all module.so on your target. -- Cedric BAIL ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
