Hi Friends,
If possible, can you suggest me what I should do to successfully run run "make" in libmapi?
I am using libmapi 0.9 trunk (openchange-trunk.r902.tar.gz) from link: http://websvn.openchange.org/listing.php?repname=openchange&path=%2Ftrunk%2F#_trunk_
During "make" I am getting the following error.
---------------------------------------------------------------
Generating libmapi/proto.h
Compiling libmapi/IABContainer.c with -fPIC
In file included from ./libmapi/libmapi.h:47,
from libmapi/IABContainer.c:20:
/usr/local/samba/include/util/debug.h:27: error: redefinition of âstruct debug_o
/usr/local/samba/include/util/debug.h:74: error: nested redefinition of âenum de
/usr/local/samba/include/util/debug.h:74: error: redeclaration of âenum debug_lo
/usr/local/samba/include/util/debug.h:74: error: redeclaration of enumerator âDE
/usr/local/samba/include/util/debug.h:74: error: previous definition of âDEBUG_S
/usr/local/samba/include/util/debug.h:74: error: redeclaration of enumerator âDE
/usr/local/samba/include/util/debug.h:74: error: previous definition of âDEBUG_F
/usr/local/samba/include/util/debug.h:74: error: redeclaration of enumerator âDE
/usr/local/samba/include/util/debug.h:74: error: previous definition of âDEBUG_S
make: *** [libmapi/IABContainer.po] Error 1
----------------------------------------------------------------
Following are the other installations I had done in my debian system before configuring libmapi.
autoconf-2.53.tar.gz
curl-7.19.2.tar.gz
flexdb-3.0.6.1_source.tar.gz
openchange-trunk.r902.tar.gz
talloc_1.2.0~git20080616.orig.tar.gz
autoconf-2.54.tar.gz
expat-2.0.1.tar.gz
libmapi-0.7-PHASER.tar.gz
pkg-config-0.20.tar.gz
automake-1.10.2.tar.gz
flex-2.5.35.tar.gz
numpy-1.2.1.tar.gz
swig-1.3.36.tar.gz
Incase you need, I am giving the ./configure output too.
./configure output is:
* Install:
- prefix: /usr/local
* OpenChange MAPI library: yes
* OpenChange Libraries:
- libmapi++: no
- libmapiadmin: yes
- libocpf: yes
* OpenChange Server:
- mapiproxy: yes
* OpenChange Tools:
- openchangeclient: no
- mapiprofile: no
- openchangepfadmin: no
- exchange2mbox: no
- exchange2ical: no
- mapitest: no
- openchangemapidump: no
- schemaIDGUID: no
- locale_codepage: no
* OpenChange Torture Suite: yes
* OpenChange Documentation: no
* OpenChange SWIG Bindings:
- Perl: no
Please suggest me what to do.
Thanks again,
Arindam