From owner-freebsd-multimedia Thu Aug 7 15:50:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA05298 for multimedia-outgoing; Thu, 7 Aug 1997 15:50:40 -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 PAA05292 for ; Thu, 7 Aug 1997 15:50:37 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 7 Aug 1997 18:50:04 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA01374; Thu, 7 Aug 97 18:50:02 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA04325; Thu, 7 Aug 1997 18:47:28 -0400 Message-Id: <19970807184728.47523@ct.picker.com> Date: Thu, 7 Aug 1997 18:47:28 -0400 From: Randall Hopper To: Kyle Mestery Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv-0.43 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Kyle Mestery on Sun, Aug 03, 1997 at 09:27:50PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Kyle. Sorry its been a few days getting back to you. I usually catch up with this list every couple days, but hasn't worked out lately. 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. What version of FreeBSD is this? If that doesn't work, please let me know. I'd like fxtv to work out-of-the box for everyone. Randall Hopper Kyle Mestery: |Hi, I am running current from August 1, and I just recently purchased a |Wincast board. It hasn't arrived yet, but I thought I would setup all the |software in the meantime. I am trying to compile fxvt-0.43, and I see |these errors: | |cc -m486 -g -I/usr/X11R6/include -I/usr/local/include -DVERS_STR=\"0.43\" |-c glob.c |In file included from /usr/include/sys/shm.h:42, | from glob.c:35: |/usr/include/sys/ipc.h:54: parse error before `ushort' |/usr/include/sys/ipc.h:54: warning: no semicolon at end of struct or union |/usr/include/sys/ipc.h:55: warning: data definition has no type or storage ... | |I looked at the include files, and even did a make install from |/usr/src/include, but to no avail. Anyone know what is wrong? Thanks!