[E-devel] ecore_file_download functions not defined if ecore_con not available

2009-11-22 Thread Vincent Torri
Hey, Well, everything is in the subject :) The problem arises on Windows when compiling elm_map (ecore_file_download_abort is not defined) No problem if i add empty functions when ecore_con not available ? Also, maybe we should add a function that reports if ecore_file_download can be used or

Re: [E-devel] Evas not compiling anymore

2009-11-22 Thread Vincent Torri
On Mon, 23 Nov 2009, Steven Le Roux wrote: I put it here : http://pastebin.com/m25c5fd79 paste also: config.log aclocal.m4 Vincent checking whether to enable Edb image loader... yes ./configure: line 24049: syntax error near unexpected token `edb,' ./configure: line 24049: `   EVAS_C

Re: [E-devel] Evas not compiling anymore

2009-11-22 Thread The Rasterman
On Mon, 23 Nov 2009 01:03:42 +0100 Steven Le Roux said: > On Sun, Nov 22, 2009 at 10:06 PM, Vincent Torri wrote: > > > > > > On Sun, 22 Nov 2009, Steven Le Roux wrote: > > > >> Better with the log file I guess :) > > > > it's still not attached :-) > > weird, is there a limit on file ? (the log

Re: [E-devel] [Fwd: embryo: FTBFS on hurd-i386]

2009-11-22 Thread The Rasterman
On Sun, 22 Nov 2009 18:36:32 +0100 Albin Tonnerre said: > On Sun, 22 Nov 2009 12:33 +1100, Carsten Haitzler wrote : > > On Sat, 21 Nov 2009 16:44:54 +0100 Albin Tonnerre > > said: > > > > > On Sun, 05 Jul 2009 12:45 -0300, Gustavo Sverzut Barbieri wrote : > > > > On Sun, Jul 5, 2009 at 9:22 AM,

Re: [E-devel] Evas not compiling anymore

2009-11-22 Thread Steven Le Roux
On Sun, Nov 22, 2009 at 10:06 PM, Vincent Torri wrote: > > > On Sun, 22 Nov 2009, Steven Le Roux wrote: > >> Better with the log file I guess :) > > it's still not attached :-) weird, is there a limit on file ? (the log is about 11K) I put it here : http://pastebin.com/m25c5fd79 > >>> checking

[E-devel] patch : fix e border reset to default

2009-11-22 Thread Laurent Ghigonis
noticed that when you set default border to "borderless", it gets reseted to "default" every time a border is displayed with a flag like urgent ? here is a fix, can someone review it ? i don't have an overview of e_border. when can't find the wanted border, it tries the user default border before

[E-devel] patch : e desklock on sleep

2009-11-22 Thread Laurent Ghigonis
hello, here is a patch that adds the ability to lock the screen (via desklock) when suspending or hibernating using e17 system controls. checkbox in conf_desklock. what do you think about it ? laurent Index: src/bin/e_config.c === -

[E-devel] Important change in python elementary

2009-11-22 Thread Boris 'billiob' Faure
I've committed some changes to how callbacks are handled in python elementary. If you use it, your application is now broken, I'm sorry. However, it's better now than letter :) So, what have changed? You used to bind a callback to the "clicked" of a button this way: bt.clicked = my_func or bt.clic

Re: [E-devel] Evas not compiling anymore

2009-11-22 Thread Vincent Torri
On Sun, 22 Nov 2009, Steven Le Roux wrote: Better with the log file I guess :) it's still not attached :-) checking whether to enable Edb image loader... yes ./configure: line 24049: syntax error near unexpected token `edb,' ./configure: line 24049: `   EVAS_CHECK_LOADER_DEP_EDB(edb, ${wan

Re: [E-devel] Evas not compiling anymore

2009-11-22 Thread Steven Le Roux
Better with the log file I guess :) On Sun, Nov 22, 2009 at 2:56 PM, Steven Le Roux wrote: > SVN revision 43894. > > > checking whether to enable Edb image loader... yes > ./configure: line 24049: syntax error near unexpected token `edb,' > ./configure: line 24049: `   EVAS_CHECK_LOADER_DEP_EDB(e

Re: [E-devel] [Fwd: embryo: FTBFS on hurd-i386]

2009-11-22 Thread Albin Tonnerre
On Sun, 22 Nov 2009 12:33 +1100, Carsten Haitzler wrote : > On Sat, 21 Nov 2009 16:44:54 +0100 Albin Tonnerre > said: > > > On Sun, 05 Jul 2009 12:45 -0300, Gustavo Sverzut Barbieri wrote : > > > On Sun, Jul 5, 2009 at 9:22 AM, Albin Tonnerre > > > wrote: > > > > Hi there, > > > > Here's a bug re

Re: [E-devel] [Fwd: embryo: FTBFS on hurd-i386]

2009-11-22 Thread Albin Tonnerre
On Sun, 22 Nov 2009 12:33 +1100, Carsten Haitzler wrote : > On Sat, 21 Nov 2009 16:44:54 +0100 Albin Tonnerre > said: > > > On Sun, 05 Jul 2009 12:45 -0300, Gustavo Sverzut Barbieri wrote : > > > On Sun, Jul 5, 2009 at 9:22 AM, Albin Tonnerre > > > wrote: > > > > Hi there, > > > > Here's a bug re

Re: [E-devel] segfault in eina_list_data_get

2009-11-22 Thread Adam Flott
Installing the tango-icon-theme and removing liferea Debian packages solved it. On Sat, 14 Nov 2009, Adam Flott wrote: > After upgrading from Debian's lenny to squeeze, I started seeing more and more > segfaults. After I recompiled everything -g and did a fresh install, I was > still getting the

[E-devel] Evas not compiling anymore

2009-11-22 Thread Steven Le Roux
SVN revision 43894. checking whether to enable Edb image loader... yes ./configure: line 24049: syntax error near unexpected token `edb,' ./configure: line 24049: ` EVAS_CHECK_LOADER_DEP_EDB(edb, ${want_loader}, have_loader="yes", have_loader="no")' See the joined evas.log. I encountered that

Re: [E-devel] [Fwd: embryo: FTBFS on hurd-i386]

2009-11-22 Thread Vincent Torri
On Sun, 22 Nov 2009, Carsten Haitzler (The Rasterman) wrote: > On Sat, 21 Nov 2009 16:44:54 +0100 Albin Tonnerre > said: > >> On Sun, 05 Jul 2009 12:45 -0300, Gustavo Sverzut Barbieri wrote : >>> On Sun, Jul 5, 2009 at 9:22 AM, Albin Tonnerre >>> wrote: Hi there, Here's a bug report t