Re: [Evolution-hackers] libdb performance issue? (was: Re: libebook: errors when using asynchronous contact addition/removal functions)

2011-05-16 Thread Milan Crha
On Fri, 2011-05-13 at 15:44 +0200, Patrick Ohly wrote: In libebook, I get a Timeout was reached because the asynchronous operation doesn't complete quickly enough. Same for the attempt to delete the contacts. The gError-code is 24, which is indeed E_BOOK_ERROR_NOT_SUPPORTED. Hi, as

Re: [Evolution-hackers] e_cal_remove_object_with_mod() + empty rid: semantic?

2011-05-16 Thread Milan Crha
On Thu, 2011-05-12 at 12:44 +0200, Patrick Ohly wrote: I found this in e-data-cal-view.c notify_remove(): 280 /* TODO: store ECalComponentId instead of just uid*/ 281 uid = g_strdup (id-uid); 282 g_array_append_val (priv-removes, uid); In other words, removes

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 - Error on libmapi.h

2011-05-16 Thread Milan Crha
On Sun, 2011-05-15 at 22:39 -0700, tudstudent wrote: ... When compiling evolution-mapi-3.1.1 I get stuck with the following error: ... exchange-mapi-connection.c: In function 'exchange_mapi_util_get_attachments': exchange-mapi-connection.c:1272:5: warning: passing argument 2 of

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 - Error on libmapi.h

2011-05-16 Thread tudstudent
Milan Crha wrote: On Sun, 2011-05-15 at 22:39 -0700, tudstudent wrote: ... When compiling evolution-mapi-3.1.1 I get stuck with the following error: ... exchange-mapi-connection.c: In function 'exchange_mapi_util_get_attachments': exchange-mapi-connection.c:1272:5: warning: passing

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 - Error on libmapi.h

2011-05-16 Thread Milan Crha
On Sun, 2011-05-15 at 23:33 -0700, tudstudent wrote: So I have only 1 libmapi.h installed on my system. Furthermore I have looked into libmapi.h: uint32_tcast_SPropValue(TALLOC_CTX *, struct mapi_SPropValue *, struct SPropValue *); I hope I give you correct information.

Re: [Evolution-hackers] libdb performance issue? (was: Re: libebook: errors when using asynchronous contact addition/removal functions)

2011-05-16 Thread Patrick Ohly
On Mo, 2011-05-16 at 08:11 +0200, Milan Crha wrote: On Fri, 2011-05-13 at 15:44 +0200, Patrick Ohly wrote: In libebook, I get a Timeout was reached because the asynchronous operation doesn't complete quickly enough. Same for the attempt to delete the contacts. The gError-code is 24, which

Re: [Evolution-hackers] libdb performance issue? (was: Re: libebook: errors when using asynchronous contact addition/removal functions)

2011-05-16 Thread Patrick Ohly
[Milan, can you please keep other people on CC? I know that you personally prefer to not be CCed on mailing list emails and I try to remember that in my own replies, but others are not on the list and may depend on being CCed. For example, I don't know whether Chris is subscribed.] On Mo,

Re: [Evolution-hackers] libdb performance issue? (was: Re: libebook: errors when using asynchronous contact addition/removal functions)

2011-05-16 Thread Milan Crha
On Mon, 2011-05-16 at 11:35 +0200, Patrick Ohly wrote: And it works beautifully. One word added to the source code and the stress test passes reliably and quickly :-) Patch attached. Okay to submit into master (not tested there, though) and gnome-2-32 branches (which is where I have tested

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 - Error on libmapi.h

2011-05-16 Thread tudstudent
Okey, maybe it makes sense to describe how I run the package: ./configure CFLAGS=-I/usr/lib64/samba4/include make (which delivers me the errors) code configure:14060: result: no configure:14063: checking libmapi

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 - Error on libmapi.h

2011-05-16 Thread Milan Crha
On Mon, 2011-05-16 at 01:45 -0700, tudstudent wrote: Okey, maybe it makes sense to describe how I run the package: ./configure CFLAGS=-I/usr/lib64/samba4/include make (which delivers me the errors) ... /usr/include/libmapi/libmapi.h:49:20: fatal error: dcerpc.h: No such file or Try with

Re: [Evolution-hackers] libdb performance issue? (was: Re: libebook: errors when using asynchronous contact addition/removal functions)

2011-05-16 Thread Patrick Ohly
On Mo, 2011-05-16 at 13:05 +0200, Milan Crha wrote: On Mon, 2011-05-16 at 11:35 +0200, Patrick Ohly wrote: And it works beautifully. One word added to the source code and the stress test passes reliably and quickly :-) Patch attached. Okay to submit into master (not tested there, though)

Re: [Evolution-hackers] e_cal_remove_object_with_mod() + empty rid: semantic?

2011-05-16 Thread Patrick Ohly
On Do, 2011-05-12 at 13:17 +0200, Milan Crha wrote: On Thu, 2011-05-12 at 12:44 +0200, Patrick Ohly wrote: I found this in e-data-cal-view.c notify_remove(): 280 /* TODO: store ECalComponentId instead of just uid*/ 281 uid = g_strdup (id-uid); 282

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 - Error on libmapi.h

2011-05-16 Thread tudstudent
Oke, this is what i did with above message: export LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/samba/lib export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/samba/lib/pkgconfig:$PREFIX/share/pkgconfig then: pkg-config --cflags libmapi This delivers the next error: Package talloc was not found in

[Evolution-hackers] [Reminder] Evolution community meeting at #evolution-meet channel - May 18 - 3:30 PM UTC

2011-05-16 Thread Chenthill
Hi, The meeting goes as follows, * Project updates * Discussion on queries/decisions * Individual updates Check out http://live.gnome.org/Evolution/CommunityMeet for more details. - Chenthill. ___ evolution-hackers mailing list

[Evolution-hackers] GPG signature position

2011-05-16 Thread Felipe Castillo
Hi everybody, I'm a little annoyed at the position of the signature verification in Evolution. I want to put it in the top, right below the header. Even better if it can be partially hidden. I know to make some changes like this might need to change the source code, but is there a way to display

Re: [Evolution-hackers] Compile Evolution-Mapi 3.1.1 - Error on libmapi.h

2011-05-16 Thread Milan Crha
On Mon, 2011-05-16 at 10:35 -0700, tudstudent wrote: export LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/samba/lib export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig:$PREFIX/samba/lib/pkgconfig: $PREFIX/share/pkgconfig then: pkg-config --cflags libmapi This delivers the next error: Package talloc