Re: [E-devel] Edje not working

2006-07-03 Thread Frank Dischner
> > Did you have a smarter patch for this problem ? > > you can't really avoid it without the memcpy. > architectures like arm do not > handle unaligned memory accesses. the only thing u > could do is copy by hand > byte-by-byte into the tmp var to avoid the memcopy > fn call overhead Byte-by-b

Re: [E-devel] Edje not working

2006-07-03 Thread The Rasterman
On Mon, 3 Jul 2006 10:59:07 +0200 Cedric <[EMAIL PROTECTED]> babbled: > On Monday 03 July 2006 05:39, Frank Dischner wrote: > > OK, I've found the problem. It seems that casting > > unaligned ints doesn't work on the GP2X. I modified > > EXTRACT_INT accordingly and now it's working. It's a > > bit

Re: [E-devel] Edje not working

2006-07-03 Thread Cedric
On Monday 03 July 2006 05:39, Frank Dischner wrote: > OK, I've found the problem. It seems that casting > unaligned ints doesn't work on the GP2X. I modified > EXTRACT_INT accordingly and now it's working. It's a > bit slow, but I assume that's due to the lack of a > fpu. Sorry to be late on this

Re: [E-devel] Edje not working

2006-07-02 Thread Frank Dischner
OK, I've found the problem. It seems that casting unaligned ints doesn't work on the GP2X. I modified EXTRACT_INT accordingly and now it's working. It's a bit slow, but I assume that's due to the lack of a fpu. Thanks to everyone who helped me get it working :) Frank --- Carsten Haitzler <[EMAIL

Re: [E-devel] Edje not working

2006-07-01 Thread The Rasterman
On Sat, 1 Jul 2006 19:05:21 -0700 (PDT) Frank Dischner <[EMAIL PROTECTED]> babbled: > Thanks for the tip Simon! The error code returned is > EDJE_LOAD_ERROR_UNKNOWN_FORMAT. After a quick glance > it seems that the problem is somewhere in eet_open. > I'll investigate further and let you know what I

Re: [E-devel] Edje not working

2006-07-01 Thread Frank Dischner
Thanks for the tip Simon! The error code returned is EDJE_LOAD_ERROR_UNKNOWN_FORMAT. After a quick glance it seems that the problem is somewhere in eet_open. I'll investigate further and let you know what I find. Frank --- Simon TRENY <[EMAIL PROTECTED]> wrote: > Hi Frank, > > On Fri, 30 Jun 20

Re: [E-devel] Edje not working

2006-07-01 Thread Simon TRENY
Hi Frank, On Fri, 30 Jun 2006 19:41:46 -0700 (PDT), Frank Dischner <[EMAIL PROTECTED]> wrote : > Hi, > > I'm trying to get the EFL working on a handheld running linux and am > having some problems. I've got the libraries compiled and rendering > to the framebuffer and I can display images, use t

Re: [E-devel] Edje not working

2006-07-01 Thread Frank Dischner
My plan was to write a new menu for the GP2X (www.gp2x.com), but I haven't gotten the efl to do anything useful yet. If I do get something working, then I'll definitely post my progress on the forums at www.gp32x.com. Also, it seems that my last email didn't reach the list,so yes, I do have the ee

Re: [E-devel] Edje not working

2006-06-30 Thread brian . mattern
On Fri, Jun 30, 2006 at 07:41:46PM -0700, Frank Dischner wrote: > Hi, > > I'm trying to get the EFL working on a handheld running linux and am having > some problems. I've got the libraries compiled and rendering to the > framebuffer and I can display images, use timers, get input etc. However,

[E-devel] Edje not working

2006-06-30 Thread Frank Dischner
Hi,I'm trying to get the EFL working on a handheld running linux and am having some problems. I've got the libraries compiled and rendering to the framebuffer and I can display images, use timers, get input etc. However, neither edje nor emotion objects are displayed. For example, I compiled eem an