[E-devel] EVAS build error on ARM/NEON after r48733

2010-05-22 Thread Benjamin Zores
Hi, I'm no longer able to build evas on ARM Cortex-A8 (using NEON optimizations) after r48733 (see http://trac.enlightenment.org/e/changeset/48733 the one with NEON optimizations actually). Below is GCC output: b...@q6600:~/GeeXboX/geexbox/build.arm.eglibc/evas-r49141/src/lib/engines/common$ /ho

[E-devel] e17 segfaulting on change of ibox or favorites or clicking on settings windows

2010-05-22 Thread David C. Rankin
Guys I'm working in Dimitry's E17-svn_20100516_r48925-3.2 rpms for opensuse 11.0 and I am experiencing segfaults regularly. I finally had to give up configuring my ibox and favorites applications because E17 segfaults every time I move, add or change ibox or favorites apps. Also, when I r

Re: [E-devel] e17 segfaulting on change of ibox or favorites or clicking on settings windows

2010-05-22 Thread Vincent Torri
Hey, > I'm working in Dimitry's E17-svn_20100516_r48925-3.2 rpms for opensuse > 11.0 and > I am experiencing segfaults regularly. I finally had to give up configuring my > ibox and favorites applications because E17 segfaults every time I move, add > or > change ibox or favorites apps. Al

Re: [E-devel] e17 segfaulting on change of ibox or favorites or clicking on settings windows

2010-05-22 Thread David C. Rankin
On 05/22/2010 05:28 PM, Vincent Torri wrote: > There are some informations about debuging e17 here: > > http://trac.enlightenment.org/e/wiki/Debugging > > for the debugging flags, you can even try > > -g3 -ggdb3 > > instead of just -g (if you use gdb) > > cheers > > Vincent Thanks Vincent,

[E-devel] TClock - tooltip clipped at right screen edge.

2010-05-22 Thread David C. Rankin
Guys, Here is just another little one. I'm using E17-svn_20100516. When you add TClock to the desktop and place it on the right screen edge, the tool tip showing the formatted date/time cannot be read because 1/2 or more is clipped by the screen edge. For example, imagine below the center

Re: [E-devel] TClock - tooltip clipped at right screen edge.

2010-05-22 Thread Christopher Michael
On 05/22/2010 10:17 PM, David C. Rankin wrote: > Guys, > > Here is just another little one. I'm using E17-svn_20100516. When you > add > TClock to the desktop and place it on the right screen edge, the tool tip > showing the formatted date/time cannot be read because 1/2 or more is clipped

Re: [E-devel] TClock - tooltip clipped at right screen edge.

2010-05-22 Thread Christopher Michael
H, I am not getting that result in my tests :( Here is what I get: http://home.comcast.net/~devilhorns/tclock_tooltip.png You can clearly see the tooltip placement is good. Are you using a theme other than the default E theme ? OR do you have the clock placed inside the Gadget module ?? Tho

Re: [E-devel] EVAS build error on ARM/NEON after r48733

2010-05-22 Thread Brett Nash
Hello Ben, Good to see someone finally testing this. Obviously works for me, but that doesn't count ;-) On Sat, 22 May 2010 23:46:56 +0200 Benjamin Zores wrote: > Hi, > > I'm no longer able to build evas on ARM Cortex-A8 (using NEON > optimizations) after r48733 > (see http://trac.enl

Re: [E-devel] e17 segfaulting on change of ibox or favorites or clicking on settings windows

2010-05-22 Thread The Rasterman
On Sat, 22 May 2010 21:06:28 -0500 "David C. Rankin" said: quick test - did you build the svg loader for evas? check PREFIX/lib/evas/modules/loaders is there and svg dir? if so... rm -rfthe svg dir and try again. i've seen issues with librsvg before often enough to not trust it. > On 05/22/2010

Re: [E-devel] EVAS build error on ARM/NEON after r48733

2010-05-22 Thread The Rasterman
On Sat, 22 May 2010 23:46:56 +0200 Benjamin Zores said: any reason you use just -O not -O2? fyi - no attached file - sf.net filtered it out. :) though generally this kind of a problem is a result of compiler issues - eg no neon support in gcc (or poor/older support) etc. generally anyway. > Hi,