Date: Thu, 19 Dec 1996 13:58:50 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: "Jay L. West" <jlwest@tseinc.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: problems making fwtk v1.3 Message-ID: <Pine.BSI.3.94.961219135752.292I-100000@localhost> In-Reply-To: <199612191412.IAA18820@bsd.tseinc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 19 Dec 1996, Jay L. West wrote: > I'm trying to make the fwtk-v1.3 port and running into trouble. > > 3) Here's the show-stopper. When I run make now it starts > compiling and then stops with the following message: > > cc -O -I... -I/usr/X11R6/include -c child.c > In file included from child.c:14: > ulib.h:20: X11/Intrinsic.h: No such file or directory > *** Error code 1 > Stop. > > I assume this is because it's trying to compile code for > X11, which we do not have on the system at all. However, > I see no way in the Makefiles to tell it I don't want or need > anything related to X11. Check the Makefile and see if there is a .define or option to disable or enable X11 support. It's probably trying to compile a client of somesort. > 4) The documentation appears to be in postscript format. > To my knowledge we don't have postscript capability. Anyone > know where the docs are in plain text? I don't, but I don't do any work with fwtk. Did you check the web site? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.961219135752.292I-100000>