Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 1999 23:01:41 -0700
From:      Michael Haro <mharo@FreeBSD.ORG>
To:        Satoshi - Ports Wraith - Asami <asami@FreeBSD.org>
Cc:        mharo@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/x11/libhelp/patches patch-ab
Message-ID:  <19990503230141.A83045@hub.freebsd.org>
In-Reply-To: <199905030835.BAA82761@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Mon, May 03, 1999 at 01:35:26AM -0700
References:  <199905022006.NAA45832@freefall.freebsd.org> <199905030835.BAA82761@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 03, 1999 at 01:35:26AM -0700, Satoshi - Ports Wraith - Asami wrote:
>  *   I couldn't reproduce the error shown on bento but this should probably
>  *   be added anyway.
> 
> This thing here?
> 
> ===
> HTML.c:62: Xm/ManagerI.h: No such file or directory
> HTML.c:63: Xm/TravActI.h: No such file or directory
> *** Error code 1
> ===
> 
> I don't know what they are either.  They didn't come with my Motif
> (apps2go version) and jugding from pkg/PLIST, lesstif doesn't have
> them either.

I just did a make clean; make, and still get it to compile fine.  I
am using lesstif.  I guess somehow MOTIF2 is being defined when HTML.c
gets compiled, but it isn't being defined when I compile it.

From HTML.c:

#ifdef MOTIF2
#include <Xm/ManagerI.h> 
#include <Xm/TravActI.h>
#endif

I don't have the apps2go motif, so I can't do any further testing of
this port.

Michael


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990503230141.A83045>