[E-devel] Re : Re : compilation of eina

2011-12-26 Thread Philippe Reynes
>> Hi, >> >> I've done a little patch to fix the compilation with new automake. > >does it install the examples in the correct directory ? I don't know what is the correct directory, I don't package it. I've enabled both option : --enable-build-examples --enable-install-examples and I have :

[E-devel] Re : compilation of eina

2011-12-26 Thread Philippe Reynes
Hi, I've done a little patch to fix the compilation with new automake. Index: eina/src/examples/Makefile.am === --- eina.orig/src/examples/Makefile.am +++ eina/src/examples/Makefile.am @@ -39,7 +39,7 @@ SRCS = \     eina_strbuf_0

[E-devel] compilation of eina

2011-12-23 Thread Philippe Reynes
Hi, I try to compile eina-1.1 from svn "stable" branch. But it fails when I run the configure. First, I run autogen.sh, and I have some warning. [trem@localhost eina]$ NOCONFIGURE=1 ./autogen.sh Running aclocal... Running autoheader... Running autoconf... Running libtoolize... Running automak

[E-devel] elsa: funny behaviour ...

2011-11-06 Thread Philippe Reynes
Hi, I'm trying to use elsa, but I'm facing a weird issue. When I connect with elsa, it seems to fail, because the login manager come back just after I've opened my session. In fact, it works, but another elsa_client is running on desktop 0 So if I move to desktop 2, I've got my E17 environment.

[E-devel] Re : itask, taskbar and engage

2011-11-01 Thread Philippe Reynes
> The fix should be in SVN now, r64588, try it now and see if that gets it > fixed. Yes, it's fixed for me too. thanks a lot for this fast answer/fix. regards, trem -- RSA® Conference 2012 Save $700 by Nov 18 Register no

[E-devel] itask, taskbar and engage

2011-10-31 Thread Philippe Reynes
Hi all, I've got a problem when I use itask or taskbar or engage and run severals task. After something like 6 or 8 tasks started the process enlightment use 100% of the cpu and the desktop is almost frozen. Task seems to continue, but it can't do anything (change windows, stop a task, ). I u

[E-devel] [PATCH] eweather: add missing libm on link

2011-10-30 Thread Philippe Reynes
Hi, When using --no-undefined, the link of eweather fails. This patch add libm as explicit librairie when linking. regards, trem eweather-add-missing-libm.patch Description: Binary data -- Get your Android app more pla

[E-devel] [PATCH] ethumb: add missing libs

2011-10-30 Thread Philippe Reynes
Hi, This patch added some missing libs on link. Without this patch, the link fails when option --no-undefined is used. regards, trem ethumb-add-explicit-missing-lib.patch Description: Binary data -- Get your Android ap

[E-devel] [PATCH] exalt: add libm as explicit librairie on link

2011-10-30 Thread Philippe Reynes
Hi When compiling with --no-undefined, exalt don't compile because libm is implicit. This patch add libm as explicit. regards, trem exalt-add-libm-in-libexalt.patch Description: Binary data -- Get your Android app mor