Re: [E-devel] Re: Dbus and Ecore

2004-03-18 Thread The Rasterman
On Thu, 18 Mar 2004 20:40:45 + Christopher Wagner <[EMAIL PROTECTED]> (Bbabbled: (B (B> I hope you don't mind me asking about this, I'm not much of a programmer (B> so I don't really know much about IPC. I did do a little reading about (B> dbus a while back, and what I thought I understood

Re: [E-devel] Re: Dbus and Ecore

2004-03-18 Thread Christopher Wagner
Carsten Haitzler (The Rasterman) wrote: > On Sat, 13 Mar 2004 15:54:24 +0100 Michel Briand <[EMAIL PROTECTED]> babbled: > > >>Hello, >> >>I studied DBUS and it seems to be somewhat interesting. A few years ago > > > and immensely inefficient in many ways - for 2 apps to talk they need to send t

Re: [E-devel] [evas] configure.in patch

2004-03-18 Thread The Rasterman
On Fri, 19 Mar 2004 00:58:03 +0100 (MET) Vincent Torri <[EMAIL PROTECTED]> (Bbabbled: (B (B> (B> Hello, (B> (B> I tried to compile evas two hours ago without success. The problems were: (B> 1) automake complains about AC_PROC_CXX (B (Ban autoSPLAT issue - autotools are forever being inc

Re: [E-devel] Re: E CVS: e mandrake

2004-03-18 Thread The Rasterman
On Thu, 18 Mar 2004 13:25:58 -0500 Michael Jennings <[EMAIL PROTECTED]> babbled: (B (B> On Thursday, 18 March 2004, at 19:17:45 (+0100), (B> Kim Woelders wrote: (B> (B> > I have deliberately been taking out these things because I think (B> > they are silly :) (B> (B> You may think they're

Re: [E-devel] cvs

2004-03-18 Thread Mike Frysinger
On Sunday 14 March 2004 05:59 pm, jordi wrote: > Thanks, I'll try tonight. i usually do something like while ! cvs update ; do sleep 3 ; done -mike --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Dani

[E-devel] [evas] configure.in patch

2004-03-18 Thread Vincent Torri
Hello, I tried to compile evas two hours ago without success. The problems were: 1) automake complains about AC_PROC_CXX 2) AC_CHECK_HEADER could not find Eet.h and Edb.h So here is a patch for that: 1) i move AC_PROG_CXX at the beginning of the configure.in 2) I use PKG_CHECK_MODULES instead o

Re: [E-devel] Re: E CVS: e mandrake

2004-03-18 Thread Kim Woelders
Geoff Harrison wrote: * on [03.18.04] Kim Woelders <[EMAIL PROTECTED]> scribbled: I'm not going to change my opinion for that reason. It is silly to put in silly code. I don't care too much either, if that the way "you" want it, fine. The problem seems to me that there is no standard way to do thi

Re: [E-devel] Re: E CVS: e mandrake

2004-03-18 Thread Geoff Harrison
* on [03.18.04] Kim Woelders <[EMAIL PROTECTED]> scribbled: > I'm not going to change my opinion for that reason. It is silly to put > in silly code. > I don't care too much either, if that the way "you" want it, fine. > The problem seems to me that there is no standard way to do this. > I like the

Re: [E-devel] Re: E CVS: e mandrake

2004-03-18 Thread Kim Woelders
Michael Jennings wrote: On Thursday, 18 March 2004, at 19:17:45 (+0100), Kim Woelders wrote: I have deliberately been taking out these things because I think they are silly :) You may think they're silly, but the rest of us do not. (The "rest of us" being mandrake, myself, raster I believe, and

Re: [E-devel] Re: E CVS: e mandrake

2004-03-18 Thread Michael Jennings
On Thursday, 18 March 2004, at 19:17:45 (+0100), Kim Woelders wrote: > I have deliberately been taking out these things because I think > they are silly :) You may think they're silly, but the rest of us do not. (The "rest of us" being mandrake, myself, raster I believe, and a few others.) See

[E-devel] Re: E CVS: e mandrake

2004-03-18 Thread Kim Woelders
[EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : mandrake Project : e16 Module : e Dir : e16/e/src Modified Files: E.h actions.c borders.c clone.c desktops.c dialog.c evhandlers.c focus.c fx.c handlers.c hints.c iconify.c ipc.c menus.c misc.c moveresize.c pager.c session.c

Re: [E-devel] error 40

2004-03-18 Thread jordi
El dc, 17-03-2004 a las 14:03, Carsten Haitzler escribió: > > first error: you went and symlinked /usr/local/lib contents to /usr/lib > second: you probably have multiple libedje libs > third: you didnt edit /etc/ld.so.conf to add /usr/local/lib to your library > search path. add this then run ld

Re: [E-devel] Evas patches -- 2

2004-03-18 Thread The Rasterman
On Wed, 17 Mar 2004 02:51:15 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: (B (B> (B> This is the second in a series of patches to Evas files. (B> (B> The main thrust of these is to "improve" the drawing/blending (B> C functions in the "engines/common" dir via the following

Re: [E-devel] Evas patches

2004-03-18 Thread The Rasterman
On Sat, 13 Mar 2004 15:11:14 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: (B (B> (B> What follows is the first in a series of patches (B> designed to speed up some of Evas' drawing/blending (B> C functions in the "engines/common" dir. (B> (B> As later patches will involve