From owner-freebsd-multimedia Tue Aug 12 06:35:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA21490 for multimedia-outgoing; Tue, 12 Aug 1997 06:35:39 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA21482 for ; Tue, 12 Aug 1997 06:35:35 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 12 Aug 1997 7:29:51 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA25517; Tue, 12 Aug 97 07:29:49 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id HAA09184; Tue, 12 Aug 1997 07:27:08 -0400 Message-Id: <19970812072708.34635@ct.picker.com> Date: Tue, 12 Aug 1997 07:27:08 -0400 From: Randall Hopper To: Hugh LaMaster Cc: multimedia@freebsd.org Subject: Re: fxtv-0.43 compile-time errors References: <199708112237.PAA25243@win144.nas.nasa.gov> <19970812064116.36553@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <19970812064116.36553@ct.picker.com>; from Randall Hopper on Tue, Aug 12, 1997 at 06:41:16AM -0400 Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Randall Hopper: |> Anyway, I bet this'll fix it: Please add: |> #include |> #include |> before the: |> #include |> in both glob.c and tvscreen.c. | |According to Kyle, this fixes glob.c, but there are still some unresolved |symbols in tvscreen.c. If it's not apparent what's wrong, please let me |know and we'll work through those too. Doubtless more #includes needed |there as well. Quick follow-up. Kyle had the includes switched around in tvscreen.c so the above added includes should get fxtv-0.43 building on -current. Randall