Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 1996 14:54:29 +0200
From:      Nadav Eiron <nadav@barcode.co.il>
To:        dwhite@resnet.uoregon.edu
Cc:        "Jay L. West" <jlwest@tseinc.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: problems making fwtk v1.3
Message-ID:  <32BD2F85.755C@barcode.co.il>
References:  <Pine.BSI.3.94.961219135752.292I-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32BD2F85.755C>