OpenChange has released libmapi 0.7. So now Evolution MAPI provider [1] development will be increasing in pace
. libmapi PHASER 0.7 is pinned on Samba4 GIT 41309dc (pre alpha 3). This will be the base for the provider code. New builds [2] are available in openSUSE Builds Service.
[1] http://www.go-evolution.org/MAPIProvider
[2] http://download.opensuse.org/repositories/home:/jjohnny:/evolution-exchange-mapi-provider/ http://download.opensuse.org/repositories/home:/msuman:/evolution-mapi-provider/
** I Need help with debian builds in openSUSE build service. Please ping me if u can help
TIA **







The first links is wrong! Both have the same url linked.
Comment by sodoku — April 15, 2008 @ 12:20 pm
Thanks. Fixed
Comment by Johnny — April 15, 2008 @ 12:22 pm
hey jhonny my make fails for libmapi
Compiling libmapi/IProfAdmin.c with -fPIC
In file included from /usr/local/samba/include/credentials.h:132,
from libmapi/IProfAdmin.c:23:
/usr/local/samba/include/credentials/proto.h:410: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘principal_from_credentials’
make: *** [libmapi/IProfAdmin.po] Error 1
do you have any hint?
Comment by Pantano Angelo — April 28, 2008 @ 8:06 am
Hi!
Any updates on this. I am desperate to get this working on my ubuntu 8.04 hardy with evolution 2.22.1.
I have tried to compile it from the source but I cannot get it to work…
I will soon do anything to get a compiled version that works.
Please, any one that can help?
/M
Comment by Mikael — May 20, 2008 @ 1:17 pm
@ Mikeal : I need more information. Send a mail.
Comment by Johnny — May 20, 2008 @ 3:15 pm
I’m trying to build the mapi programs for evolution-2.23.[45]. I’ve gotten (with some hacking) samba4, samba4-libs, and libmapi-0.7 to build and install. However, evolution-mapi-provider dies in configure, complaining that Makefile.in doesn’t exist (it doesn’t). I’m using the tarball that was in the evolution-mapi-provider-20080718.0-2.1.src.rpm.
Also, I had to fiddle with the configure script for libmapi–at some point it sets PKG_CONFIG_PATH as:
PKG_CONFIG_PATH=”$sambaprefix/lib/pkgconfig”
and never sets it back properly.
I suspect you want:
PKG_CONFIG_PATH=”$PKG_CONFIG_PATH:$sambaprefix/lib/pkgconfig”
P.S., can you mail me Makefile.in?
Comment by David Ronis — July 30, 2008 @ 8:01 pm
@ David : http://www.go-evolution.org/MAPIProvider page has the version information of libmapi / samba 4 to be used. Also, checkout the FAQs : http://www.go-evolution.org/MAPI_FAQ . It has some usefull information.
Comment by Johnny — July 31, 2008 @ 6:19 am