From owner-freebsd-hackers Tue Mar 31 13:03:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20862 for freebsd-hackers-outgoing; Tue, 31 Mar 1998 13:03:47 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from elvis.mu.org (elvis.mu.org [206.156.231.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20845 for ; Tue, 31 Mar 1998 13:03:37 -0800 (PST) (envelope-from paul@elvis.mu.org) Received: (from paul@localhost) by elvis.mu.org (8.8.8/8.8.8) id PAA24098; Tue, 31 Mar 1998 15:03:36 -0600 (CST) (envelope-from paul) Message-ID: <19980331150336.34328@mu.org> Date: Tue, 31 Mar 1998 15:03:36 -0600 From: Paul Saab To: Eivind Eklund , freebsd-hackers@FreeBSD.ORG Subject: Re: mozilla source References: <19980331141810.47423@mu.org> <19980331223714.32922@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19980331223714.32922@follo.net>; from Eivind Eklund on Tue, Mar 31, 1998 at 10:37:14PM +0200 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eivind Eklund (eivind@yes.no) wrote: > On Tue, Mar 31, 1998 at 02:18:10PM -0600, Paul Saab wrote: > > Hey all.. > > > > I got mozilla source and compiled it.. Ran into one snag... In > > ns/cmd/xfe/XfeWidgets/Xfe/ComboBox.c on line 272 it is looking for > > XmNlist and well, it isnt there. > > > > I looked at ns/cmd/xfe/XfeWidgets/Xfe/StringDefs.h and at the bottom > > XmNlist is defined if XmVersion < 2000. I have XiG motif 2.0 and > > it didn't like me. So fix the define for XmNlist and it compiles > > cleanly. > > This is _not_ true for FreeBSD 3.0. I get a lot of type conflicts. > > I'm trying to make a port so people won't have to go through the work > again. Whoops.. I did forget to mention that I only built it on 2.2.6-RELEASE. And my definition of cleanly is that is produced a binary.. :). There are tons of warning statements I am going through now. I was just happy to see it work etc etc. Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message