I've been experiencing segfaults in evas_cache for quite some time now.
They occur after an image that has been loaded using evas is deleted or
moved, however they are not reproducible all the time. Valgrind is also
being quite vocal in this situation. I've attached the valgrind output
and a gdb ba
On Fri, 27 Nov 2009, Brian Wang wrote:
On Fri, Nov 27, 2009 at 3:08 PM, Vincent Torri wrote:
On Fri, 27 Nov 2009, Brian Wang wrote:
I just checked out evil, eina and eet from svn. Same result.
Is it because I don't have shared version of zlib and libjpeg? During
configuration of zlib,
On Fri, Nov 27, 2009 at 3:08 PM, Vincent Torri wrote:
>
>
> On Fri, 27 Nov 2009, Brian Wang wrote:
>
>> I just checked out evil, eina and eet from svn. Same result.
>> Is it because I don't have shared version of zlib and libjpeg? During
>> configuration of zlib,
>> it reports:
>> --
On Fri, Nov 27, 2009 at 2:31 PM, Vincent Torri wrote:
>
> Hey,
>
>> Is it possible to cross compile libeet on x86 Linux box for use on
>> Windows XP? The purpose is to write a utility based on libeet to
>> package up some data on XP for use on my device.
>
> It is possible (i do it periodically).
Hey,
> Is it possible to cross compile libeet on x86 Linux box for use on
> Windows XP? The purpose is to write a utility based on libeet to
> package up some data on XP for use on my device.
It is possible (i do it periodically). Btw, i'm currently adding
documentation on the wiki for that :-
Hello all,
Is it possible to cross compile libeet on x86 Linux box for use on
Windows XP? The purpose is to write a utility based on libeet to
package up some data on XP for use on my device.
I've cross compiled PROTO/evil, eina, libjpeg and zlib. When I
compile eet, I got
-
On Sun, Nov 22, 2009 at 10:28:59PM +0100, Boris 'billiob' Faure wrote:
> I've committed some changes to how callbacks are handled in python elementary.
> If you use it, your application is now broken, I'm sorry. However,
> it's better now than letter :)
>
> So, what have changed?
> You used to bin
On Thursday, November 26, 2009, Gustavo Sverzut Barbieri
wrote:
> Is this a real fix? This gets the LAST object and then walks
> forward... I suppose this will just iterate once... :-/
Damn. I tried with only one objects. You are obviously right. I will
provide a better fix tomorrow. Thanks for s
Is this a real fix? This gets the LAST object and then walks
forward... I suppose this will just iterate once... :-/
On Thu, Nov 26, 2009 at 12:56 PM, Enlightenment SVN
wrote:
> Log:
> * evas: Fix bug in evas_objects_in_rectangle_get.
>
> Author: cedric
> Date: 2009-11-26 06: