Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread Davide Andreoli
2012/2/26 Carsten Haitzler > On Sat, 25 Feb 2012 22:50:59 +0100 Davide Andreoli > > said: > > > Please give a try at ecore/src/examples/ecore_file_download_example.c > > > > All the download will fail after 30 seconds, with return status=0 > > seems we are hitting some curl timeout... > > crap.

Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread Davide Andreoli
2012/2/25 Vincent Torri > On Sat, Feb 25, 2012 at 10:50 PM, Davide Andreoli > wrote: > > Please give a try at ecore/src/examples/ecore_file_download_example.c > > > > All the download will fail after 30 seconds, with return status=0 > > seems we are hitting some curl timeout... > > > > btw, why

[E-devel] LDFLAGS with -Wl,-z,defs

2012-02-26 Thread Thanatermesis
Aparently if you add the option "-Wl,-z,defs" to your LDFLAGS, there's some libs that doesn't compile, like evas and e_dbus, there's some logs: evas: .libs/module_la-evas_engine.o: In function `gl_lib_init': evas_engine.c:(.text+0x2912): undefined reference to `dlopen' edbus: $ make V=1 make

Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread Bluezery
2012/2/27 Davide Andreoli : > 2012/2/26 Carsten Haitzler > >> On Sat, 25 Feb 2012 22:50:59 +0100 Davide Andreoli > > >> said: >> >> > Please give a try at ecore/src/examples/ecore_file_download_example.c >> > >> > All the download will fail after 30 seconds, with return status=0 >> > seems we are

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-02-26 Thread Kim Shinwoo
Hey dear, please refer to the following information. Breakpoint 1, eet_string_match (s1=0x490ba5 , s2=0x639db184 "edje/file") at eet_lib.c:334 334 return !strcmp(s1, s2); (gdb) up #1 0x6fdc1e00 in find_node_by_name (name=0x639db184 "edje/file", ef=) at eet_lib.c:2507 2507i

Re: [E-devel] ecore_file_download() always abort after 30 seconds

2012-02-26 Thread The Rasterman
On Sun, 26 Feb 2012 16:38:40 +0100 Davide Andreoli said: > 2012/2/26 Carsten Haitzler > > > On Sat, 25 Feb 2012 22:50:59 +0100 Davide Andreoli > > > > said: > > > > > Please give a try at ecore/src/examples/ecore_file_download_example.c > > > > > > All the download will fail after 30 seconds,

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-02-26 Thread The Rasterman
On Mon, 27 Feb 2012 11:24:29 +0900 Kim Shinwoo said: > Hey dear, please refer to the following information. > > Breakpoint 1, eet_string_match (s1=0x490ba5 bounds>, s2=0x639db184 "edje/file") > at eet_lib.c:334 > 334 return !strcmp(s1, s2); > (gdb) up > #1 0x6fdc1e00 in find_node_b

Re: [E-devel] E SVN: xhell trunk/elementary/src/lib

2012-02-26 Thread Daniel Juyung Seo
On Sat, Feb 25, 2012 at 2:58 AM, Enlightenment SVN wrote: > Log: > elementary/elm_photocam: add multi-touch zoom gesture > > Author:       xhell > Date:         2012-02-24 09:58:29 -0800 (Fri, 24 Feb 2012) > New Revision: 68426 > Trac:         http://trac.enlightenment.org/e/changeset/68426 > > Mo

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2012-02-26 Thread ChunEon Park
Should it be fixed? If then, the title visible states would be corrupted. I intended to recover the title visible state for all pages. -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@li

Re: [E-devel] LDFLAGS with -Wl,-z,defs

2012-02-26 Thread The Rasterman
On Sun, 26 Feb 2012 20:13:45 +0100 Thanatermesis said: compiles now. :) > Aparently if you add the option "-Wl,-z,defs" to your LDFLAGS, there's some > libs that doesn't compile, like evas and e_dbus, there's some logs: > > > evas: > .libs/module_la-evas_engine.o: In function `gl_lib_init': >

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2012-02-26 Thread The Rasterman
On Mon, 27 Feb 2012 14:06:38 +0900 ChunEon Park said: aaahbug was a different one- i just hid it. fixed now. title visibility was always enabled when u change style.. pretty wrong imho. > Should it be fixed? If then, the title visible states would be corrupted. > I intended to recover the title

Re: [E-devel] new evas compile warnings

2012-02-26 Thread The Rasterman
On Sat, 25 Feb 2012 03:28:40 -0500 Michael Blumenkrantz said: > Making all in gl_x11 > CC module_la-evas_engine.lo > CC module_la-evas_x_main.lo > evas_engine.c: In function '_sym_init': > evas_engine.c:519:115: warning: assignment from incompatible pointer type > evas_engine.c:519:27

Re: [E-devel] elev8: Function/parameter/class naming scheme

2012-02-26 Thread The Rasterman
On Sat, 25 Feb 2012 15:27:46 +0900 Daniel Juyung Seo said: i shall continue to go "eeww" > Good topic. > Agreed on my side :) > elev8 is for JavaScript programmer and EFL background is not needed to > use elev8. > Here we go CamelCase! > > Daniel Juyung Seo (SeoZ) > > On Fri, Feb 2

Re: [E-devel] elev8: Function/parameter/class naming scheme

2012-02-26 Thread Michael Blumenkrantz
On Mon, 27 Feb 2012 15:44:01 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sat, 25 Feb 2012 15:27:46 +0900 Daniel Juyung Seo > said: > > i shall continue to go "eeww" +2 > > > Good topic. > > Agreed on my side :) > > elev8 is for JavaScript programmer and EFL background is not

Re: [E-devel] suggest new api for elm_entry's copy & paste behavior

2012-02-26 Thread 김대성
Dear. All elementary library developers. I deprecated old apis(elm_entry_cnp_textonly_set/get) in this patch. Please review this patch once again. Best regards. -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list"