Re: Compilation error in Xulrunner code
Neil <[email protected]> Fri, 06 Dec 2013 09:36:15 +0000
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >We have downloaded the code of mozilla xulrunner 1.9 and compiling the source code. > >As we are getting the below error. > >nsSVGStylableElement.cpp >[...] >nsSVGViewBox.cpp >make[3]: *** [libs_tier_gecko] Error 2 >make[2]: *** [tier_gecko] Error 2 >make[1]: *** [default] Error 2 >make: *** [build] Error 2 > > > >Can anyone tell me where is the error ? Because we are not able to figure out where is the error ? > > If you are using the -j option then you may find that the error is somewhat earlier in the build log. Restart the build without -j and it will stop at the first error. A possible source of errors is compiling the code with an unsupported compiler, such as a newer version of gcc than was available at the time. -- Warning: May contain traces of nuts.