From owner-freebsd-stable Fri Nov 21 08:56:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21057 for stable-outgoing; Fri, 21 Nov 1997 08:56:00 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA21046 for ; Fri, 21 Nov 1997 08:55:56 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.5/8.7.5) with SMTP id LAA06358 for ; Fri, 21 Nov 1997 11:55:57 -0500 (EST) Date: Fri, 21 Nov 1997 11:55:56 -0500 (EST) From: The Hermit Hacker To: stable@freebsd.org Subject: perl5 in ports fails to compile... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is getting frustrating :( I have a 2.2.5-STABLE system built, and have re-cvsup'd the perl5 port, but it fails everytime I try to compile it with the error included below. If I go into config.h and uncomment the HAS_VSPRINTF line, it gets past this, and then gets slammed with a problem that then requires me to go in and uncomment the HAS_FORK line...then it gets past this, and... Am I missing something somewhere? I've never had this much trouble with getting perl compiled on any of my Solaris systems, or in the past with my FreeBSD ones... :( Thanks... `sh cflags libperl.a util.o` util.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O util.c: In function `vsprintf': util.c:1572: structure has no member named `_ptr' util.c:1573: structure has no member named `_cnt' util.c:1577: structure has no member named `_flag' util.c:1577: `_IOWRT' undeclared (first use this function) util.c:1577: (Each undeclared identifier is reported only once util.c:1577: for each function it appears in.)