Re: [E-devel] [patch] ecore_ipc deprecated ecore_list2

2006-01-01 Thread Morten Nilsen
Morten Nilsen wrote: Index: ecore_ipc.c === RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v retrieving revision 1.23 diff -u -r1.23 ecore_ipc.c --- ecore_ipc.c 23 Sep 2005 06:28:05 - 1.23 +++

[E-devel] [patch] ecore examples..

2006-01-01 Thread Morten Nilsen
decided to make another, trivial, patch.. this fixes the config_listener and list examples. it also tweaks the config_basic example a bit... -- Morten :wq Index: Makefile.am === RCS file: /cvsroot/enlightenment/e17/libs/ecore/exampl

[E-devel] [patch] ecore_ipc deprecated ecore_list2

2006-01-01 Thread Morten Nilsen
probably last patch for today... Cheers, -- Morten :wq Index: ecore_ipc.c === RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v retrieving revision 1.23 diff -u -r1.23 ecore_ipc.c --- ecore_ipc.c 23 Sep

[E-devel] [patch] ecore_con deprecated ecore_list2

2006-01-01 Thread Morten Nilsen
Same procedure as last year, miss Sophie? Same procedure as every year, James. Cheers, -- Morten :wq Index: ecore_con_dns.c === RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con_dns.c,v retrieving revision

[E-devel] [patch] ecore_evas deprecated ecore_list2

2006-01-01 Thread Morten Nilsen
Almost done with posting patches for now :) this one removes ecore_list2 from ecore_evas.. Cheers, -- Morten :wq Index: ecore_evas_buffer.c === RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_buffer.c,

[E-devel] [patch] ecore_file deprected ecore_list2

2006-01-01 Thread Morten Nilsen
And here, a patch to remove ecore_list2 from ecore_file this patch also removes a few warnings. again, only tested for compilation, not functionality -- Morten :wq Index: ecore_file_download.c === RCS file: /cvsroot/enlightenment/e

Re: [E-devel] Strange warnings & compiling errors

2006-01-01 Thread Daniel Kasak
Adam Kisiel wrote: Hi Nathan, I had the same problem under the same circumstances (Mandriva on AMD64, gcc 4.0.1 and 4.0.2). A quick googling showed that it is a known bug in gcc 4 which affects other programs as well, e.g. Mozilla. For example see: http://benjamin.smedbergs.us/blog/2005-10-27/

[E-devel] [patch] ecore_dbus deprecated ecore_list2

2006-01-01 Thread Morten Nilsen
this patch removes deprecated ecore_list2 stuff from ecore_dbus code hasn't been tested, but it compiles fine.. Cheers, -- Morten :wq Index: Ecore_DBus.h === RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_dbus/Ecore_

Re: [E-devel] Strange warnings & compiling errors

2006-01-01 Thread Adam Kisiel
Hi Nathan, I had the same problem under the same circumstances (Mandriva on AMD64, gcc 4.0.1 and 4.0.2). A quick googling showed that it is a known bug in gcc 4 which affects other programs as well, e.g. Mozilla. For example see: http://benjamin.smedbergs.us/blog/2005-10-27/gcc-40-workaround/

[E-devel] [patch] ecore_anim deprecated list patch

2006-01-01 Thread Morten Nilsen
This patch changes ecore_anim to use ecore_list in place of ecore_list2 it also adds an early bailout if seeking to the current index on a list This patch has only been tested by compilation so far, so take care not to commit untested :) Cheers, -- Morten :wq Index: ecore_anim.c ===

[E-devel] The exe killing spree is at an end.

2006-01-01 Thread David Seikel
For my sins I will next work on resurrecting exe's that have the respawn flag set. Karma is a bitch. pgpfidfxcRHYr.pgp Description: PGP signature

Re: [E-devel] Strange warnings & compiling errors

2006-01-01 Thread Nathan A. Smith
On Sun, 2006-01-01 at 17:34 +0900, David Stevenson wrote: > > > On 1/1/06, Nathan A. Smith <[EMAIL PROTECTED]> wrote: > Hi guys, > > I have recently noticed I am getting a lot of strange (to me) > compiling > errors and warnings. I was hoping I could get

Re: [E-devel] Interesting backtrace concerning recent events

2006-01-01 Thread David Seikel
On Sat, 31 Dec 2005 17:09:35 -0500 Christopher Michael <[EMAIL PROTECTED]> wrote: > Lately it seems there's been issues with exe's exiting from > within E. In efforts to track this down, I managed to grab this > backtrace from E by attaching to the pid. Hope it helps ! > > devilhorns > >

Re: [E-devel] Strange warnings & compiling errors

2006-01-01 Thread David Stevenson
On 1/1/06, Nathan A. Smith <[EMAIL PROTECTED]> wrote: Hi guys,I have recently noticed I am getting a lot of strange (to me) compilingerrors and warnings.  I was hoping I could get one of you smart peopleto point me in the right direction to fix them.the warnings (I started getting them when compili

Re: [E-devel] Interesting backtrace concerning recent events

2006-01-01 Thread David Seikel
On Sat, 31 Dec 2005 17:09:35 -0500 Christopher Michael <[EMAIL PROTECTED]> wrote: > Hi All, > > Lately it seems there's been issues with exe's exiting from > within E. In efforts to track this down, I managed to grab this > backtrace from E by attaching to the pid. Hope it helps ! > > devi