[e-users] evas_mmx.h error with sunstudio11

2007-04-12 Thread doof doof
Hi I try to compil e17 on opensolaris with sunstudio 11 and i have this error with evas. /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I../../.. -I. -I../../../src/lib -I../../../src/lib/include -I/usr/sfw /include -I/usr/sfw/include/freetype2 -I/opt/e17/include

Re: [e-users] evas_mmx.h error with sunstudio11

2007-04-12 Thread The Rasterman
On Thu, 12 Apr 2007 10:34:40 +0200 doof doof [EMAIL PROTECTED] babbled: seems sun's compiler is incompatible with doing mmx/sse asm - disable it. you will have a slower canvas though. Hi I try to compil e17 on opensolaris with sunstudio 11 and i have this error with evas.

Re: [e-users] evas_mmx.h error with sunstudio11

2007-04-12 Thread doof doof
Thanks, now i use gcc of solaris ( /usr/sfw/bin/gcc , version 3.4.3). It's work better. All efl lib is ok on solaris but now i have a error on e http://rafb.net/p/et2bBT86.html or /opt/e17/lib/libecore_job.so /opt/e17/lib/libevas.so -lfreetype -lfontconfig /opt/e17/lib/libeet.so -lz -ljpeg

[e-users] esmart not compiling

2007-04-12 Thread Alejandro Salas
Hi.. I just updated from the CVS and esmart is not compiling :-(... Making all in esmart_file_dialog make[4]: Entering directory `/opt/cvsE17/10-04-07/e17/libs/esmart/src/lib/esmart_file_dialog' make[4]: *** No rule to make target `../../../src/lib/esmart_container/libesmart_container.la',

Re: [e-users] esmart not compiling

2007-04-12 Thread Xavier Oswald
On 06:45 Thu 12 Apr , Alejandro Salas wrote: Hi.. I just updated from the CVS and esmart is not compiling :-(... Making all in esmart_file_dialog make[4]: Entering directory `/opt/cvsE17/10-04-07/e17/libs/esmart/src/lib/esmart_file_dialog' make[4]: *** No rule to make target

[e-users] Changes to SWALLOW in themes

2007-04-12 Thread MillTek
Hi, I'm not a programmer by any means but in the past I have made some changes to a theme using edje_decc and edje_cc. I'd like to continue using the theme I modified but I haven't been able to figure what the latest changes to SWALLOW are. Can someone please let me know?? Thanks Jim

Re: [e-users] E16 and 'hidden' windows

2007-04-12 Thread Paulo J. Matos
On 4/11/07, Kim Woelders [EMAIL PROTECTED] wrote: eesh can do all of this. Show all managed windows: $ eesh wl all Move a window of which the title contains Firefox to upper left corner or desk 0: $ eesh win_op Firefox move 0 0 $ eesh win_op Firefox desk 0 Full eesh help: $ eesh help

Re: [e-users] Changes to SWALLOW in themes

2007-04-12 Thread Christopher Michael
MillTek wrote: Hi, I'm not a programmer by any means but in the past I have made some changes to a theme using edje_decc and edje_cc. I'd like to continue using the theme I modified but I haven't been able to figure what the latest changes to SWALLOW are. Can someone please let me know??