Date: Thu, 7 Aug 1997 18:47:28 -0400 From: Randall Hopper <rhh@ct.picker.com> To: Kyle Mestery <mestery@winternet.com> Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv-0.43 Message-ID: <19970807184728.47523@ct.picker.com> In-Reply-To: <Pine.GSO.3.96.970803212716.12882F-100000@tundra.winternet.com>; from Kyle Mestery on Sun, Aug 03, 1997 at 09:27:50PM -0500 References: <Pine.GSO.3.96.970803212716.12882F-100000@tundra.winternet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/types.h>
#include <sys/ipc.h>
before the:
#include <sys/shm.h>
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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970807184728.47523>
