This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building Courier-IMAP


Hi,

I'm trying to build Courier-IMAP <
http://www.inter7.com/courierimap.html > using Cygwin on Windows XP. The
Cygwin DLL version is 1.5.5 and I'm using gcc 3.3.1-2.

Apparently Courier-IMAP has been built under Cygwin in the past:
http://sourceforge.net/mailarchive/message.php?msg_id=1732486
(The patch that this refers to has been incorporated according to the
README.cygwin that comes with Courier-IMAP.)

make dies saying:

Making all in libhmac
make[1]: Entering directory `/cygdrive/d/usr/local/src/courier-imap-2.1.2/libhmac'
make  all-am
make[2]: Entering directory `/cygdrive/d/usr/local/src/courier-imap-2.1.2/libhmac'
Compiling hmac.c
rm -f libhmac.a
ar cru libhmac.a hmac.o
ranlib libhmac.a
gcc -Wall -g -O2 -I./.. -I..   md5hmactest.c   -o md5hmactest
In file included from md5hmactest.c:11:
../md5/md5.h:36: error: parse error before "MD5_WORD"
../md5/md5.h:36: warning: no semicolon at end of struct or union
../md5/md5.h:40: error: parse error before '}' token
make[2]: *** [md5hmactest] Error 1
make[2]: Leaving directory `/cygdrive/d/usr/local/src/courier-imap-2.1.2/libhmac'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/d/usr/local/src/courier-imap-2.1.2/libhmac'
make: *** [all-recursive] Error 1

Has anyone got any suggestions?

Cheers,
Ian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]