Re: [E-devel] about ERROR macro in evas_common.h

2009-09-23 Thread Vincent Torri
Hey, > this patch should solve your problem on windows. I rename the ERROR, INFO, > etc to EVAS_ERROR, etc... and made the necessary changes in the code. should > point out that the compilation will fail if you use the -fvisibility=hidden > option with gcc (if you are using it) for the module

Re: [E-devel] E SVN: jeffdameth trunk/e/src/bin

2009-09-23 Thread Gustavo Sverzut Barbieri
On Wed, Sep 23, 2009 at 3:06 AM, Enlightenment SVN wrote: > Log: >  EINA_FUCK_REVERSE_FOREACH != for (l = > some_pointer_in_list_from_where_want_to_start; l; l = l->prev) > >  anyway nice that i didnt had to rewrite gadcon layout to fix this issue, >  but at least starting the rewrite made me rea

Re: [E-devel] [Patch] Edje and Lua

2009-09-23 Thread Jaime Thomas
On Tue, Sep 22, 2009 at 8:03 PM, Jaime Thomas wrote: > On Mon, Sep 21, 2009 at 1:20 PM, Atton Jonathan > wrote: >> It seems like the message function in a lua script isn't called when we send >> a message from a C program. >> >> lua script: >> lua_script { >>            function init (ed) >>    

Re: [E-devel] about ERROR macro in evas_common.h

2009-09-23 Thread Mathieu Taillefumier
Hey, > On Wed, 23 Sep 2009, Vincent Torri wrote: > > >> >> On Tue, 22 Sep 2009, Gustavo Sverzut Barbieri wrote: >> >> >>> On Tue, Sep 22, 2009 at 8:01 PM, Vincent Torri wrote: >>> Hey, ERROR is a macro that is already defined in Windows headers. Why isn't ther