From owner-freebsd-questions Tue Apr 30 19:00:06 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02203 for questions-outgoing; Tue, 30 Apr 1996 19:00:06 -0700 (PDT) Received: from mail1.panix.com (mail1.panix.com [198.7.0.32]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA02133 for ; Tue, 30 Apr 1996 19:00:01 -0700 (PDT) Received: from jbarrm.dialup.access.net (jbarrm@jbarrm.dialup.access.net [166.84.200.169]) by mail1.panix.com (8.7.5/8.7.1/PanixM1.0) with SMTP id VAA10862 for ; Tue, 30 Apr 1996 21:58:50 -0400 (EDT) Date: Tue, 30 Apr 1996 21:59:50 -0400 (EDT) From: Barry Masterson X-Sender: jbarrm@jbarrm.dialup.access.net To: Freebsd-questions Subject: Mosaic-2.6, 2.7b4 & Xm.h Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm trying to compile Mosaic, and have found that I'm missing some files. I first tried to compile Mosaic-2.6 (from /ports-2.1) on Dec 29th. This morning I tried Mosaic-2.7b4 (from /ports-current) and got the same error messages; no Xm/Xm.h Archie turned up Xm so I know its out there. But all of the locations refer to other unix systems; aix, ultrix, osf1, dec,... I have yet to find any trace of it at wcarchive.cdrom. I thought I got everything I needed by now. Can anyone here please offer some suggestions as to why this may be happening, or where Xm should be? Is Xm even needed for FreeBSD? Thanks Barry Masterson jbarrm@panix.com >--->--->--->--->---> FreeBSD 2.1.0-R <---<---<---<---<---< ------------------------------------------------ [Dec 29, 95 - mosaic 2.6 from ports-2.1] --- Building libXmx cd libXmx; make CC=cc RANLIB=ranlib CFLAGS="-O -DMOTIF1_2 -I/usr/X11R6/include" cc -O -DMOTIF1_2 -I/usr/X11R6/include -c Xmx.c In file included from XmxP.h:64, from Xmx.c:55: Xmx.h:65: Xm/Xm.h: No such file or directory In file included from Xmx.c:55: XmxP.h:67: Xm/BulletinB.h: No such file or directory XmxP.h:68: Xm/CascadeBG.h: No such file or directory ------------------------------------------------- [Apr 30, 96 - mosaic-2.7b4 from ports-current] In file included from ../src/mosaic.h:74, from HTNews.c:29: ../src/../libXmx/Xmx.h:65: Xm/Xm.h: No such file or directory *** Error code 1 -------------------------------------------------