Hello all, I'm new to this mailing-list, so sorry if it is not the right place to speak about my little compilation failure. Since the last revision (39219) of the Ecore and Enlightenment ebuilds (I'm on gentoo), it seems that there is some bugs into ecore_evas_fb.c, line 100 :
static void _ecore_evas_fb_gain(void *data __UNUSED__) { Ecore_List2 *l; Eina_List *l; *<-- duplication declaration ???* Ecore_Fb_Input_Device *dev; for (l = (Ecore_List2 *)ecore_evases; l; l = l->next) { Ecore_Evas *ee; ee = (Ecore_Evas *)l; ee->visible = 1; if ((ee->rotation == 90) || (ee->rotation == 270)) evas_damage_rectangle_add(ee->evas, 0, 0, ee->h, ee->w); else evas_damage_rectangle_add(ee->evas, 0, 0, ee->w, ee->h); } if (ecore_evas_input_devices) { EINA_LIST_FOREACH(ecore_evas_input_devices, ll, dev) *<-- where comes the ll variable ???* ecore_fb_input_device_listen(dev, 1); } } and at ligne 524 : EINA_LIST_FOREACH(ecore_evas_input_devices, l, dev) ecore_fb_input_device_axis_size_set(dev, ee->wn ee->h); *<-- seems that there is no variable named 'wn'* } The other problem seems to be into the Ecore_File.h at line 87 : EAPI Ecore_List *ecore_file_ls (const char *dir); *<-- should'nt be Eina_List instead of Ecore_List ???* Thanks for your response ! Best regards, Cedric Tabin ------------------------------------------------------------------------------ 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 enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel