From owner-freebsd-multimedia Tue Aug 12 03:44:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA15274 for multimedia-outgoing; Tue, 12 Aug 1997 03:44:43 -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 DAA15269 for ; Tue, 12 Aug 1997 03:44:39 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 12 Aug 1997 6:43:57 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA24702; Tue, 12 Aug 97 06:43:55 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA09052; Tue, 12 Aug 1997 06:41:16 -0400 Message-Id: <19970812064116.36553@ct.picker.com> Date: Tue, 12 Aug 1997 06:41:16 -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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199708112237.PAA25243@win144.nas.nasa.gov>; from Hugh LaMaster on Mon, Aug 11, 1997 at 03:37:13PM -0700 Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (I'm Ccing the list since others on -current will soon be hitting the same thing with fxtv until 0.44 is released -- hope to do this in a week or so). Hugh LaMaster: |I'm attempting to compile fxtv-0.43 under FreeBSD 3.0-current, |and, I get the following errors. Ideas or comments?? ... |In file included from /usr/include/sys/shm.h:42, | from glob.c:35: |/usr/include/sys/ipc.h:54: parse error before `ushort' ... Kyle Mestery mentioned this problem to me in some mail recently. Apparently there's been a recent change in system include file #includes in -current. Here's the info I sent to Kyle -- please try this: > To your problem: How I wish FreeBSD believed in stand-alone include files... > > 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. ...how I wish FreeBSD believed in stand-alone include files. Randall