On Wed, Dec 12, 2012 at 9:31 PM, Nicolas Aguirre
<aguirre.nico...@gmail.com> wrote:
> Ok finally i found a problem
>
> When crosscompiling evas for windows, i get this error :
>
> make[4]: entrant dans le répertoire «
> /media/naguirre/OE/efl_win32/src/evas-1.7.3/src/lib/canvas »
>   CC     evas_render.lo
> evas_render.c:96:47: error: expected ';', ',' or ')' before 'EINA_UNUSED'
> evas_render.c: In function 'evas_render_updates_internal':
> evas_render.c:1669:46: error: '_evas_clip_changes_free' undeclared (first
> use in this function)
> evas_render.c:1669:46: note: each undeclared identifier is reported only
> once for each function it appears in
> evas_render.c: In function 'evas_render_idle_flush':
>
> I dig into evas_render.c and found that it uses EINA_UNUSED in this
> function (evas_render_updates_internal) but i can't find EINA_UNUSED in
> eina includes.
> So what's the problem here, i fix the build by adding -DEINA_UNUSED="" in
> the CPPFLAGS, but i guess there is something wrong in evas 1.7.3

EINA_UNUSED is declared in platform specific code in branch instead of
eina_types.h. Need to be fixed.
--
Cedric BAIL

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to