[E-devel] Edje signal emit question

2007-08-28 Thread Andreas Volz
Hello, I've a problem with a edje signal. At the start I see the default state as expected. Then I send "signal=selected, source=folder" and the state changes correct. But if I send "signal=default, source=folder" only the "folder" changes, but not the "folder.background". It seems it doesn't ch

Re: [E-devel] Nightly build log for E17 on 2007-08-28 07:04:30 -0700

2007-08-28 Thread David Seikel
On Tue, 28 Aug 2007 07:04:31 -0700 (PDT) Nightly build system <[EMAIL PROTECTED]> wrote: > Packages that failed to build: > nexus http://download.enlightenment.org/tests/logs/nexus.log One for the skip list I think. signature.asc Description: PGP signature -

Re: [E-devel] (evfs build fails) libcurl dependency: Makefile need rework

2007-08-28 Thread Michael Jennings
On Sunday, 26 August 2007, at 07:56:26 (+0200), Michel BRIAND wrote: > ranlib .libs/samba.a creating samba.la /bin/sed: can't > read /usr/lib/libcurl.la: No such file or directory libtool: link: > `/usr/lib/libcurl.la' is not a valid libtool archive make: *** > [samba.la] Erreur 1 That's a proble

[E-devel] (evfs build fails) libcurl dependency: Makefile need rework

2007-08-28 Thread Michel BRIAND
evfs : When libcurl is not installed, configure, libtool & Makefile do still want to compile with it, resulting in a failed build : gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../.. -I../../../src/include -I/opt/e17/include -I/opt/e17/include/efreet -I/opt/e17/include -g -O2 -D_FILE_OFFSET_B

[E-devel] Nightly build log for E17 on 2007-08-28 07:04:30 -0700

2007-08-28 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-08-28 07:04:30 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: nexus http://download.enlightenment.org/tests/logs/nexus.log Packages with no supported build system: eflame, esmart_rsvg, exor

[E-devel] win32 patch for eet

2007-08-28 Thread Vincent Torri
Hey, The edje bug I was hunting on the windows platform comes from eet. the %a modifier, used to get the float or double values, is not supported on windows (see the big comment in the patch). I have some questions about that patch: 1) do I copy/paste it for float or do I factorize the code