Hi,

After cross compiling the imlib2, eina, eet, evas, ecore, embryo and edje, i
decided to test the compiled libs at my system. So i used this[1] small
application and this[2] EDC file. As you can see i am using directfb at my
system.

[1] http://rafb.net/p/9oRhs455.html
[2] http://rafb.net/p/thHL7u34.html

 I compiled the EDC file on the box as below:

# /usr/local/efls/bin/edje_cc -v crossfade.edc
/bin/sh: Can't open cpp (i hope this line is not a problem)
/usr/local/efls/bin/edje_cc: Opening "crossfade.edc" for input
/usr/local/efls/bin/edje_cc: Parsing input file
/usr/local/efls/bin/edje_cc: Parsing done
/usr/local/efls/bin/edje_cc: Wrote        75 bytes (   0Kb) for "edje_file"
header
/usr/local/efls/bin/edje_cc: Wrote       796 bytes (   1Kb) for
"collections/0" collection entry
Summary:
  Wrote 1 collections
  Wrote 0 images
  Wrote 0 fonts
  Wrote 950 bytes (1Kb) of original source data
  Wrote 0 bytes (0Kb) of original source font map
Conservative compression summary:
  Wrote total 1821 bytes (2Kb) from 5276 (5Kb) input data
  Output file is 34.5% the size of the input data
  Saved 3455 bytes (3Kb)
Raw compression summary:
  Wrote total 1821 bytes (2Kb) from 5276 (5Kb) raw input data
  Output file is 34.5% the size of the raw input data
  Saved 3455 bytes (3Kb)

I also cross compiled the main-cross.c as below:

 /opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux-gcc  `pkg-config --cflags
--libs ecore-evas evas ecore edje freetype2`  main-cross.c -o efl-test2

Here is the output after running ./efl-test2

 =======================|  DirectFB 1.0.0  |=======================
          (c) 2001-2007  The DirectFB Organization (directfb.org)
          (c) 2000-2004  Convergence (integrated media) GmbH
        ------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2008-03-28 13:51)
(*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 2453)...
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 2454)...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
(*) Direct/Thread: Running 'PS/2 Input' (INPUT, 2455)...
(*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
(*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org)
(*) DirectFB/Core/WM: Default 0.3 (directfb.org)
(*) Direct/Thread: Running 'EventBufferFeed' (MESSAGING, 2456)...
1
edje_w: 32 edje_h: 32
position
size
size
11111111

So the program seems to be running. I can see the timer outputs that is
printing "1" to the stdout each second. But i don't see any display at the
screen attached to the box.

The box is a DVB and a TV is attached to it. So there is no mouse. I am not
sure whether the remote control is detected as a mouse or not, i was just
trying to test it if i could see an output. I checked the Evas_Callback_Type
at Evas.h and choosed
EVAS_CALLBACK_MOUSE_MOVE to check the remote control button presses. I am
not sure what to choose to test the remote control button presses.

So i have two problems. What can be the problem about showing a display to
the screen? Are there any functions or methods that i can try to debug the
issue.

Thanx.

-- 
Oğuz Yarımtepe
www.loopbacking.info
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to