*BSD News Article 60903


Return to BSD News archive

Newsgroups: comp.unix.bsd.freebsd.misc
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.hawaii.edu!ames!hookup!news.mathworks.com!news.kei.com!ub!dsinc!news.ilab.bell-atl.com!bannf!server4!netnews
From: bdqjl43@bell-atl.com (Vlad D. Markov)
Subject: Re: Help with Mosaic port ??
Message-ID: <DM21J5.1uz@server4.bell-atl.com>
Sender: netnews@server4.bell-atl.com (Netnews Administration)
Nntp-Posting-Host: segal
Reply-To: bdqjl43@server4-bell-atl.com
Organization: Bell Atlantic - NJ
X-Newsreader: knews 0.9.5
References: <4ent1b$e63@mitzi.rsmas.miami.edu>
Date: Wed, 31 Jan 1996 16:52:17 GMT
Lines: 43

In article <4ent1b$e63@mitzi.rsmas.miami.edu>,
	ivan@nauplius.rsmas.miami.edu (Ivan Lima) writes:
>I'm trying to compile the Mosaic port but it complains about not
>findind some header files and it crashes. I looked for these files
>everywhere in my disck and the cdrom but I could not find them. The
>output I get when I try to build Mosaic is the following:
>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
>XmxP.h:69: Xm/Command.h: No such file or directory
>XmxP.h:70: Xm/DialogS.h: No such file or directory
>XmxP.h:71: Xm/DrawingA.h: No such file or directory
>XmxP.h:72: Xm/FileSB.h: No such file or directory
>XmxP.h:73: Xm/Form.h: No such file or directory
>XmxP.h:74: Xm/Frame.h: No such file or directory
>XmxP.h:75: Xm/Label.h: No such file or directory
>XmxP.h:76: Xm/LabelG.h: No such file or directory
>XmxP.h:77: Xm/List.h: No such file or directory
>XmxP.h:78: Xm/MenuShell.h: No such file or directory
>XmxP.h:79: Xm/MessageB.h: No such file or directory
>XmxP.h:80: Xm/PushB.h: No such file or directory
>XmxP.h:81: Xm/PushBG.h: No such file or directory
>XmxP.h:82: Xm/RowColumn.h: No such file or directory
>XmxP.h:83: Xm/Scale.h: No such file or directory
>XmxP.h:84: Xm/ScrollBar.h: No such file or directory
>XmxP.h:85: Xm/SelectioB.h: No such file or directory
>XmxP.h:86: Xm/SeparatoG.h: No such file or directory
>XmxP.h:87: Xm/Text.h: No such file or directory
>XmxP.h:88: Xm/TextF.h: No such file or directory
>XmxP.h:89: Xm/ToggleBG.h: No such file or directory
>XmxP.h:90: Xm/ToggleB.h: No such file or directory
>*** Error code 1
>
>Stop.
Those are motif header files that it can't find. Do you have Motif
on your machine?

Motif headers are generarlly found in the directory Xm under your
standard X11 include directory.

Vlad