From owner-freebsd-questions Sun Dec 22 09:18:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA12305 for questions-outgoing; Sun, 22 Dec 1996 09:18:59 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id JAA12297 for ; Sun, 22 Dec 1996 09:18:56 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.2/8.6.9) id MAA07039; Sun, 22 Dec 1996 12:18:46 -0500 (EST) From: "John S. Dyson" Message-Id: <199612221718.MAA07039@dyson.iquest.net> Subject: Re: Mosaic 2.7b5 port - Xm/Xm.h ? To: steve@edmweb.com (Steve Reid) Date: Sun, 22 Dec 1996 12:18:45 -0500 (EST) Cc: questions@freebsd.org In-Reply-To: from "Steve Reid" at Dec 22, 96 02:18:35 am X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Trying to compile the Mosaic 2.7b5 port on my FreeBSD 2.1.0-RELEASE > machine: > > In file included from ../src/mosaic.h:102, > from HTNews.c:30: > ../src/../libXmx/Xmx.h:65: Xm/Xm.h: No such file or directory > > Unfortunately, I have no idea what Xm is. What do I need to add to this > 2.1.0 box to get it to work? > You need to make sure that your makefile has a -I/usr/X11R6/include in it. You also need Motif to compile/link Mosaic. John