Subject: Re: Mosaic doesn't build on 1.3I/i386 but did build on 1.3.2/sparc
To: NetBSD Packages Technical Discussion List <tech-pkg@netbsd.org>
From: Frederick Bruckman <fb@enteract.com>
List: tech-pkg
Date: 12/25/1998 09:24:06
On Wed, 23 Dec 1998, Greg A. Woods wrote:

> This is from building Mosaic from pkgsrc on 1.3I/i386.  I did build and
> successfully install (and use) Mosaic on 1.3.2/sparc, though I think
> with lesstif-0.86.5, not the lesstif-0.87 that is in pkgsrc 98/11/16.
> 
> --- Building libhtmlw
> cd libhtmlw; make
> cc -O2 -I/usr/pkg/include -I/usr/X11R6/include -I/usr/pkg/include -I/usr/pkg/include -c HTML.c
> HTML.c: In function `hw_do_color':
> HTML.c:826: syntax error before `calc'
> HTML.c:888: structure has no member named `manager'
> HTML.c:892: `calc' undeclared (first use this function)

Do you have the lesstif headers in /usr/X11R6/include/Xm? If they're
somewhere else entirely (e.g. /usr/local/include), you might still get
Mosaic to compile by preloading CPPFLAGS on the make command line.