Hi

I am having a problem compiling the imap 1.7.3 on the MacosX. I configure it with
./configure --with-waitfunc=wait3 (to aboit the waitlib broken error)


and afterwards i make this an have this next error seems with the Berkley DB :

[Wookie:/opt/courier-imap-1.7.3] adn% make
make all-gmake-check FOO=BAR
Making all in numlib
make all-am
Making all in bdbobj
make all-am
Compiling bdbobj.c
bdbobj.c: In function `bdbobj_open':
bdbobj.c:117: warning: passing arg 2 of pointer to function from incompatible pointer type
bdbobj.c:117: incompatible type for argument 4 of indirect function call
bdbobj.c:117: too few arguments to function
make[2]: *** [bdbobj.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1


I have try with
LD_LIBRARY_PATH=/usr/local/lib
and
LDFLAGS=-R/usr/local/lib
and
CPFLAGS=-R/usr/local/lib
and
#! /bin/sh
RANLIB="ranlib -c"
CFLAGS="-traditional-cpp"
CPPFLAGS="-D _INTL_REDIRECT_MACROS"
CXXFLAGS="-traditional-cpp"
export RANLIB
export CFLAGS
export CXXFLAGS
./configure \
--mandir=/usr/local/man \
--with-waitfunc=wait3 \
--enable-mimetypes \
--enable-unicode \
--with-authmysql \
--with-authldap \
--without-ipv6 \
--enable-workarounds-for-imap-clients-bugs


But all of them seems to fail in the same stage. Any help on how to compile it?

BR,

Joaquin



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to