Kenneth McDonald | 26 Jul 2006 00:01
Picon
Favicon

Re: Checking on some basic concepts...


> 3) In order to build a version of FF with both pyxpcom and nsdom 
> support, I need to download a current "trunk" release of Moz, do the 
> mozconfig file thing adding whatever flags are needed to include 
> pyxpcom/nsdom support into the build. The current trunk does not 
> appear to be available as a tarball, according to the Moz site, so 
> I'll need CVS to grab it. Can anyone direct me to a page giving CVS 
> instructions for DLing Moz? Also, should I download the absolute most 
> recent trunk, or is there a presumably more stable version I should DL 
> instead?
>
OK, I came across the following instructions for pulling via CVS:

cvs -d :pserver:anonymous <at> cvs-mirror.mozilla.org:/cvsroot login
# type the password /anonymous/
cvs -d :pserver:anonymous <at> cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk
cd mozilla
make -f client.mk checkout MOZ_CO_PROJECT=browser

The question as to whether or not a can pull a "more stable" release 
that still supports pyxpcom/nsdom still stands though.

Man, I wish compiles weren't (for us nonexpert people) such a chore...no 
matter what I try to 'make', there always seems to be some sort of 
problem :-) :-(

Thanks,
Ken

Gmane