Hi all again.

I'm still working on my arm board:
busybox (BusyBox v1.7.2) and  linux 2.6.21
Linux (none) 2.6.21-label2 #13 Tue Nov 20 00:36:57 CET 2007 armv5tejl unknown

All it's ok evas_fb_test run perfectly.

Now I'm working on edje: there is a problem in a simple program:

int c = edje_object_file_set(bg,"default.edj", "e/desktop/background");
printf("edje_object_file_set[%p][%d]\n", bg, c);

the output is edje_object_file_set[validptr][0]

the funcion actually fails on:

static int
_edje_object_file_set_internal(Evas_Object *obj, const char *file,
const char *part, Evas_List *group_path)
{
..
if (ed->collection) //HERE
...
}

ed->collection is always null.

The file default.edj is ok, and on X11 the same app runs correctly.
Now I'm going to debug with gdb... Again...

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to