From owner-freebsd-questions Sat Aug 17 14:48:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23512 for questions-outgoing; Sat, 17 Aug 1996 14:48:52 -0700 (PDT) Received: from orion.webspan.net (root@orion.webspan.net [206.154.70.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA23507 for ; Sat, 17 Aug 1996 14:48:48 -0700 (PDT) Received: from localhost (gpalmer@localhost [127.0.0.1]) by orion.webspan.net (8.7.5/8.6.12) with SMTP id RAA14641; Sat, 17 Aug 1996 17:48:38 -0400 (EDT) X-Authentication-Warning: orion.webspan.net: Host gpalmer@localhost [127.0.0.1] didn't use HELO protocol To: Anil John cc: "'FreeBSD Questions'" From: "Gary Palmer" Subject: Re: Make error in fwtk port from 2.1.5 - file missing? In-reply-to: Your message of "Sat, 17 Aug 1996 11:10:14 EDT." <01BB8C2C.AB4E36A0@ppp1.bcpl.lib.md.us> Date: Sat, 17 Aug 1996 17:48:38 -0400 Message-ID: <14635.840318518@orion.webspan.net> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anil John wrote in message ID <01BB8C2C.AB4E36A0@ppp1.bcpl.lib.md.us>: > When I type in make in the /usr/ports/security/fwtk directory, I > eventually get a message that: > In file included from child.c:14: > ulib.h:20: X11/Intrinsic.h: No such file or directory > *** Error code 1 > and the compilation aborts. What am I missing and how do I fix this > problem? Any help would be appreciated... Part of fwtk is an X11 application level gateway, to allow X programs to run across the firewall. Obviously, you need the X libraries & include files to compile this part of the code. One way around this is to do a `make clean extract', and then go into the work/fwtk-1.3 (?) directory and edit the Makefile to disable the X11 gateway. Then cd ../.. and complete the make. Gary P.S. Please don't make your lines longer than 78 characters. -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info