Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Epoch: 1066410899 X-Sasl-enc: ThAZKGJXuXUNmkpkxCN1cA Date: Fri, 17 Oct 2003 18:14:55 +0100 From: Ian Sealy To: cygwin AT cygwin DOT com Subject: Building Courier-IMAP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/