Hello all,

before jumping ahead with the problems I am having, I would first like to
say what I am up to. For an embedded device (full hd mediaplayer) I am
using the ketlaer project (http://ketlaer.sourceforge.net) as a base.
Starting from there I have been able to cross-compile a whole lot of
libraries (e.g. Qt4.7.4 without too many problems and almost the whole
bunch of efl libraries).

I am planning on getting enna (http://enna.geexbox.org) to work on my
device (based on realtek 1073 chipset - mips32 little endian). Since
DirectFB is one of the few possibilities for output, I was delighted to
see that Evas had DirectFB support; this meant that I should be able to
build enna.
Default media center application on these devices is closed source and
lacks some easy-to-include features for some time now.

So I started searching, building, compiling, testing, ...

DirectFB was no problem (v1.2.9 at this moment), all the DFB-examples
(except one or two examples) run without any problems and produce the
expected output on screen.

Next, I have built al the required libraries needed to be able to build
enna, this included a lot of the efl.

After this was finished, I first decided to build some examples, starting
with the evas-examples. They compiled without problems, but I keep getting
the error below (before it quits, DFB is initialized, because I see a
'maiden DFB screen' as output).

(*) DirectFB/Input: RTD Input 0.1 (rtd 1073)
(*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org) (*)
DirectFB/Core/WM: Default 0.3 (directfb.org)
(*) Direct/Thread: Started 'EventBufferFeed' (-1) [MESSAGING OTHER/OTHER
0/0] <2093056>...
ERR<965>:ecore_evas ecore_evas_directfb.c:562 ecore_evas_directfb_new()
evas_engine_info_set() init engine 'directfb' failed.
ERR<965>: eina_hash.c:1017 eina_hash_del() safety check failed: hash == NULL
(!) [  969:    0.000] --> Caught signal 11 (at 0x2bed3508, invalid
address) <--

At the moment I have no clue as how to fix it. I hope you guys can give me
some pointers.

The output from evas_suite (fwiw):

Running suite(s): Evas
45%: Checks: 24, Failures: 13, Errors: 0
evas_test_textblock.c:66:F:Object Textblock:evas_textblock_simple:0:
Failure 'strcmp(evas_object_textblock_text_markup_get(tb), buf)' occured
evas_test_textblock.c:102:F:Object Textblock:evas_textblock_cursor:0:
Failure 'strcmp(evas_object_textblock_text_markup_get(tb), buf)' occured
evas_test_textblock.c:1948:F:Object Textblock:evas_textblock_size:0:
Failure 'w <= 0' occured
evas_test_textblock.c:1349:F:Object Textblock:evas_textblock_editing:0:
Failure 'strcmp(evas_object_textblock_text_markup_get(tb), "irst
par.<ps>Second par.")' occured
evas_test_textblock.c:1754:F:Object Textblock:evas_textblock_style:0:
Failure 'strcmp(evas_object_textblock_text_markup_get(tb), buf)' occured
evas_test_textblock.c:1873:F:Object Textblock:evas_textblock_evas:0:
Failure '(sw <= w) || (sh <= h)' occured
evas_test_textblock.c:1425:F:Object
Textblock:evas_textblock_text_getters:0: Failure
'strcmp(evas_textblock_cursor_paragraph_text_get(cur), "This is a <br>
test.")' occured
evas_test_textblock.c:1647:F:Object Textblock:evas_textblock_formats:0:
Failure '(w >= nw) || (h >= nh)' occured
evas_test_textblock.c:1274:F:Object Textblock:evas_textblock_geometries:0:
Failure '!rects' occured
evas_test_textblock.c:1046:F:Object Textblock:evas_textblock_wrapping:0:
Failure 'h <= bh' occured
evas_test_textblock.c:940:F:Object Textblock:evas_textblock_items:0:
Failure '(w < 93) || (h <= 152)' occured
evas_test_text.c:66:F:Object Text:evas_text_geometries:0: Failure
'evas_object_text_ascent_get(to) <= 0' occured
evas_test_text.c:155:F:Object Text:evas_text_evas:0: Failure '(w <= bw) ||
(h <= bh)' occured


Kind regards,
Erwin Hermans



------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to