Date: Sat, 19 Jan 2002 22:54:44 -0500 (EST) From: Ted Zateslo <zateslo@quartz.gly.fsu.edu> To: freebsd-questions@freebsd.org Subject: Problems compiling Pine Message-ID: <200201200354.g0K3si105426@quartz.gly.fsu.edu>
next in thread | raw e-mail | index | archive | help
My attempts to compile the latest release of Pine (4.44) from the Ports collection have failed, and I don't know why it's happening. Everything goes fine for a while, Pico and Pilot compile fine, then, as the Pine files are compiling, it gets to imap.c and I get: ******************** cc -O -pipe -DDEBUG -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE -I/usr/local/include -c imap.c imap.c: In function `mm_log': imap.c:195: `TCPDEBUG' undeclared (first use in this function) imap.c:195: (Each undeclared identifier is reported only once imap.c:195: for each function it appears in.) *** Error code 1 Stop in /usr/ports/mail/pine444/work/pine4.44/pine. ******************** I took a look at imap.c in the earlier Pine version already installed (4.10), and the line in question with (errflg == TCPDEBUG) wasn't there. So it is something fairly new. Has anyone been through this? Or am I just being oblivious to something obvious? Ted Zateslo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201200354.g0K3si105426>