[Evolution-hackers] Unable to compile e-d-s from CVS

2006-03-06 Thread Jaap Haitsma
I'm getting an error during linking: gcc -g -Wall -Wmissing-prototypes -Wno-sign-compare -o .libs/create-account create-account.o -pthread ../../../addressbook/libedata-book/.libs/libedata-book-1.2.so ../../../libedataserver/.libs/libedataserver-1.2.so ../../../servers/groupwise/.libs/libegrou

Re: [Evolution-hackers] building evolution-data-server against the already installed libdb

2006-03-06 Thread Jeffrey Stedfast
Back when I was still on the project, the problem was that users could not migrate their data between different machines running different distributions (or different versions of the same distribution) because of file format changes that were continuously happening in libdb (even between minor revi

[Evolution-hackers] Re: [evolution-patches] [Mailer] Possible fix for #333213

2006-03-06 Thread Jeffrey Stedfast
On Sat, 2006-03-04 at 19:03 +0800, simon.zheng wrote: > Hi Jeffrey and all, > > On Fri, 2006-03-03 at 10:00 -0500, Jeffrey Stedfast wrote: > > The patch is bad because callers of e_iconv() expect errno to be set on > > -1 and your patch breaks that guarantee. > > > > Yeah, you're right.:) Instea

Re: [Evolution-hackers] `make check' fails in po/

2006-03-06 Thread Sushma Rai
Fix is committed to CVS head. Thanks, Sushma. On Mon, 2006-02-27 at 18:02 -0500, Mikhail Teterin wrote: > The references to the non-existant e2k-user-dialog.c break `make check' > in the po directory :-( > > Can this, please, be fixed so that the checks can be run automatically > after build to

Re: [Evolution-hackers] building evolution-data-server against the already installed libdb

2006-03-06 Thread Mikhail Zabaluev
В Пнд, 06/03/2006 в 09:25 +, Ross Burton пишет: > http://bugzilla.gnome.org/show_bug.cgi?id=319393 contains a patch we've > been using in the DBus port of EDS to use a dynamic libdb. Instead of > simply hacking away at the makefiles it adds an option, so is suitable > for integration. > > EDS

Re: [Evolution-hackers] building evolution-data-server against the already installed libdb

2006-03-06 Thread Ross Burton
On Mon, 2006-02-27 at 17:49 -0500, Mikhail Teterin wrote: > Hello! > > I'm trying to convince the maintainers of the evolution-data-server > FreeBSD port () > to build the software against the db4-version installed by the separate > port of Sl