From owner-freebsd-questions Sat Jan 19 19:59:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from quartz.gly.fsu.edu (quartz.gly.fsu.edu [128.186.10.36]) by hub.freebsd.org (Postfix) with ESMTP id E6D6637B41D for ; Sat, 19 Jan 2002 19:59:48 -0800 (PST) Received: (from zateslo@localhost) by quartz.gly.fsu.edu (8.11.6/8.11.6) id g0K3si105426 for freebsd-questions@freebsd.org; Sat, 19 Jan 2002 22:54:44 -0500 (EST) (envelope-from zateslo) Date: Sat, 19 Jan 2002 22:54:44 -0500 (EST) From: Ted Zateslo Message-Id: <200201200354.g0K3si105426@quartz.gly.fsu.edu> To: freebsd-questions@freebsd.org Subject: Problems compiling Pine Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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