On Feb 15, 8:32 pm, Wes Garland <
w...@page.ca> wrote:
> On 15 February 2012 02:15, Masquerade <
msqwe...@yahoo.com> wrote:
>
> > Since the links look like the whole Firefox source release, is the
> > standalone Spidermonkey under the js\ directory? If yes, should I
> > build it the same way as described inhttps://
developer.mozilla.org
> > which is for v1.8.5? Also, is the JSAPI backward compatible with
> > v1.8.5?
>
> Yes, Yes, Mostly
>
> (The biggest task when doing a source release is documenting API changes)
>
> > Assuming the JSAPI isn't compatible, is it possible to apply the fix
> > manually into v1.8.5 source? Since bugzilla list out the diff output
> > for comparing the patch against the old source code.
>
> *IF* the patch applies cleanly and is the only bug causing you problems,
> then yes, this would work. Otherwise you are better off going with one of
> the versions Jason suggested.
>
> Wes
>
> --
> Wesley W. Garland
> Director, Product Development
> PageMail, Inc.
>
+1 613 542 2787 x 102
Seems that the build isn't that straight forward. I followed every
steps for building v1.8.5 except the src directory is the js\src
directory of the FF10 release. I am using WinXPSP3 VC2010. I got
this message when running make:
cl : Command line warning D9025 : overriding '/Fdgenerated.pdb' with '/
Fdhost_ns
install_win.pdb'
make[1]: *** No rule to make target `RangedPtr.h', needed by
`export'. Stop.
make: *** [default] Error 2