From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 00:26:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64E8C16A4CE for ; Thu, 18 Mar 2004 00:26:06 -0800 (PST) Received: from mail.buzzardnews.com (mail.buzzardnews.com [64.235.227.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2593C43D2D for ; Thu, 18 Mar 2004 00:26:06 -0800 (PST) (envelope-from support@buzzardnews.com) Received: from shawn ([216.117.217.220]) by mail.buzzardnews.com (8.11.3/8.11.3) with SMTP id i2I8PxS42119 for ; Thu, 18 Mar 2004 00:26:00 -0800 (PST) Message-ID: <038e01c40cc2$a57ce130$dcd975d8@shawn> From: "Shawn Ramsey" To: Date: Thu, 18 Mar 2004 00:25:46 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Perl won't compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 08:26:06 -0000 I've got a 4.7-STABLE system, and perl or the port won't compile... Does = anyone have any clue what the problem might be? Haven't had any other = issues compiling... other than Base 64 for perl. If I try to install the = Base 64 module for the currently installed perl(5.6.0) it bombs with the = same error : Making MIME::Base64 (dynamic) cc -c -DAPPLLIB_EXP=3D"/usr/local/lib/perl5/5.8.2/BSDPAN" = -DHAS_FPSETMASK -DHAS _FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -pipe = -DVERSION =3D\"2.21\" -DXS_VERSION=3D\"2.21\" -DPIC -fPIC "-I../../.." Base64.c Base64.xs: In function `XS_MIME__Base64_decode_base64': Base64.xs:219: `dowarn' undeclared (first use in this function) Base64.xs:219: (Each undeclared identifier is reported only once Base64.xs:219: for each function it appears in.) *** Error code 1