Hi again,
Olaf Zaplinski wrote:
Hi all,
imapd-2.2.6 does not compile, even 2.2.4 does not. The latest release that compiles well is 2.2.3.
my configure line: [...]
I found the solution! Someone included a bug here, I guess, it was with version 2.2.4.
I had to edit imap/Makefile.in, in line 66 change
CPPFLAGS = -I.. -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@
to
CPPFLAGS = -I.. -I$(srcdir)/../lib -I$(srcdir)/../sieve @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@
and imapd compiles fine.
Any comments on this? It would be great if this would not become another "ancient" bug some day like this "/usr/local/local" bug that is there since 2.0.
Olaf --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html