From owner-freebsd-current Tue Apr 11 15: 1: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 5449C37BBD1; Tue, 11 Apr 2000 15:00:32 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 11 Apr 2000 18:00:29 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: "Dr. Brain" Cc: shockingly@ugly.prth.tensor.pgs.com, current@freebsd.org Subject: Re: Netscape 6 Linux pre-release, got it going. In-Reply-To: <20000411095930.B85262@toxic.magnesium.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11 Apr 2000, Dr. Brain wrote: > I've had a good deal of success getting Mozilla to build straight out of the > nightly source tar files: > ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-source.tar.gz > > I recommend installing the jpeg and png libraries out of the ports tree and > using a ~/.mozconfig with the following lines: > [...] I use this: /usr2/build/mozilla/configure --enable-optimize --with-jpeg=/usr/local --with-png=/usr/local --with-zlib=/usr --enable-x11-shm --disable-test --disable-debug --disable-mathml --with-pthreads Note that you WILL want to support X11 shm if you want decent rapid redraw speed. The X11-SHM support in the autoconf is totally broken for any real OS, so if you have a real OS that separates X11 includes from /usr/include, you'll need to chenge this line: for ac_hdr in sys/ipc.h shm.h sys/shm.h X11/extensions/XShm.h What I do is to change the next ac_try= line to: ac_try="$ac_cpp -I/usr/X11R6/include conftest.$ac_ext >/dev/null 2>conftest.out" However, I imagine it would work to just remove the X!1/extensions/XShm.h from the list, since that's a given on XFree86. > To build mozilla: gmake -f client.mk build gmake -f client.mk checkout seems to be quite broken. It doesn't actually check anything out, but if I perform exactly what it says it's doing, that works and updates mozilla. It used to work. > -- > Eric Hodel - drbrain@segment7.net - http://segment7.net > > Al Gore didn't invent the Internet, WE DID! > BSD Leading the Way! > -LinuxWorld2000 FreeBSD poster > -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message