From owner-freebsd-questions Sun Dec 22 04:57:29 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA01756 for questions-outgoing; Sun, 22 Dec 1996 04:57:29 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA01751 for ; Sun, 22 Dec 1996 04:57:24 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id OAA12106; Sun, 22 Dec 1996 14:56:37 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma012102; Sun Dec 22 14:56:03 1996 Message-ID: <32BD2F85.755C@barcode.co.il> Date: Sun, 22 Dec 1996 14:54:29 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: dwhite@resnet.uoregon.edu CC: "Jay L. West" , freebsd-questions@FreeBSD.ORG Subject: Re: problems making fwtk v1.3 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > > 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. Yes. It's required to compile x-gw - the X11 proxy. You may want to have that even if the gateway it self does not run X (if clients are supposed to run X applications across your firewall). If you don't want it, simple make specific proxy agents that you need, like: make http-gw make ftp-gw : : > > > 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? The fwtk has man pages and those are quite good. If I remember correctly, they are in a separate tarball, but it may be that they are in the same tar as the code, and make install will install them. Look around a bit, it shouldn't be too hard to find.. :-). > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major Nadav