Re: [Evolution-hackers] libeshell.so not installed for evolution's "make install"

2007-08-20 Thread Tobias Mueller
Hi, I ran into the same issue. > To test this for yourself, apply the attached patch and then move the > following files into the "shell/test" directory: > >shell/evolution-test-component.c >shell/evolution-test-component.h >shell/GNOME_Evolution_Test.server.in.in > and this patch

Re: [Evolution-hackers] can't configure evolution as of rev 34033 due to ?

2007-08-20 Thread Tobias Mueller
Hi, On Mo, 2007-08-20 at 08:16 -0400, Matthew Barnes wrote: > On Mon, 2007-08-20 at 14:02 +0200, Tobias Mueller wrote: > > > checking for libtool >= 1.4.3... > > > testing libtoolize... /opt/gnome2/bin/libtoolize: line 92: echo: write > > > error: Broken pipe > > > /opt/gnome2/bin/libtoolize: l

Re: [Evolution-hackers] can't configure evolution as of rev 34033 due to ?

2007-08-20 Thread Matthew Barnes
On Mon, 2007-08-20 at 14:02 +0200, Tobias Mueller wrote: > > checking for libtool >= 1.4.3... > > testing libtoolize... /opt/gnome2/bin/libtoolize: line 92: echo: write > > error: Broken pipe > > /opt/gnome2/bin/libtoolize: line 93: echo: write error: Broken pipe > > /opt/gnome2/bin/libtoolize:

Re: [Evolution-hackers] can't configure evolution as of rev 34033 due to ?

2007-08-20 Thread Tobias Mueller
Hi, On So, 2007-08-19 at 22:48 -0600, Jacob Johnny wrote: > Thanks to Gilles Dartiguelongue for the patch. Committed to trunk rev > 34040. > Actually that doesn't fix my issue :-( Still the very same thing: > *** Configuring evolution *** [1/1] > > ./autogen.sh --prefix /opt/gnome2 --libdir '$

Re: [Evolution-hackers] Evolution plugin with Mono

2007-08-20 Thread Manuel de la Pena
Hi, The full picture of the application is the following one: I'm currently implementing Kerberos as a way to control the personal information in a database, that is, I'm using the concept of ticket to allow the different users to control who (other users of the system) is going to be allo

Re: [Evolution-hackers] Evolution plugin with Mono

2007-08-20 Thread Sankar P
On Mon, 2007-08-20 at 12:01 +0200, Manuel de la Pena wrote: > Hi, > > I can define the application as a self updating address-book, where > the data of the contacts can be modified b y the contact themselves, > this is aiming to solve the problem of sharing contact information > when we have

Re: [Evolution-hackers] Evolution plugin with Mono

2007-08-20 Thread Manuel de la Pena
Hi, I can define the application as a self updating address-book, where the data of the contacts can be modified b y the contact themselves, this is aiming to solve the problem of sharing contact information when we have contacts that are not from a company or that do not have place in a L

Re: [Evolution-hackers] Evolution plugin with Mono

2007-08-20 Thread Jacob Johnny
On Sun, 2007-08-19 at 23:49 -0600, Sankar P wrote: > On Sun, 2007-08-19 at 20:10 +0200, Manuel de la Pena wrote: > > Hi guys, > > > > I'm currently developing and application that I want to interact with > > evolution, specially with the contacts storage. I'm using Mono to > > develop the appl