Re: Compilation error in Xulrunner code

[email protected] Tue, 10 Dec 2013 04:17:18 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.xpfe
Message-ID <[email protected]>
Sorry forgot to add error.

make[6]: Entering directory `/home/mozilla-release/obj-xul-lin-dbg/layout/media'
Traceback (most recent call last):
  File "/home/mozilla-release/config/expandlibs_gen.py", line 43, in <module>
    print >>outfile, generate(args)
  File "/home/mozilla-release/config/expandlibs_gen.py", line 27, in generate
    raise Exception("File not found: %s" % arg)
Exception: File not found: ../../media/libogg/src/libogg.a
make[6]: *** [libgkmedias.a.desc] Error 1
make[6]: *** Deleting file `libgkmedias.a.desc'
make[6]: Leaving directory `/home/mozilla-release/obj-xul-lin-dbg/layout/media'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/home/mozilla-release/obj-xul-lin-dbg/layout'
make[4]: *** [libs_tier_platform] Error 2
make[4]: Leaving directory `/home/mozilla-release/obj-xul-lin-dbg'
make[3]: *** [tier_platform] Error 2
make[3]: Leaving directory `/home/mozilla-release/obj-xul-lin-dbg'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/home/mozilla-release/obj-xul-lin-dbg'
make[1]: *** [realbuild] Error 2
make[1]: Leaving directory `/home/mozilla-release'
make: *** [build] Error 2


On Thursday, December 5, 2013 11:17:53 PM UTC-8, [email protected] wrote:
> Hi All,
> 
> 
> 
> We have downloaded the code of mozilla xulrunner 1.9 and compiling the source code.
> 
> 
> 
> As we are getting the below error.
> 
> 
> 
> nsSVGStylableElement.cpp
> 
> nsSVGRect.cpp
> 
> nsSVGRectElement.cpp
> 
> nsSVGSVGElement.cpp
> 
> nsSVGStopElement.cpp
> 
> nsSVGStyleElement.cpp
> 
> nsSVGSwitchElement.cpp
> 
> nsSVGSymbolElement.cpp
> 
> nsSVGTSpanElement.cpp
> 
> nsSVGTextContentElement.cpp
> 
> nsSVGTextElement.cpp
> 
> nsSVGTextPathElement.cpp
> 
> nsSVGTitleElement.cpp
> 
> nsSVGTransform.cpp
> 
> nsSVGTransformList.cpp
> 
> nsSVGTransformListParser.cpp
> 
> nsSVGUseElement.cpp
> 
> nsSVGValue.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 ?
> 
> 
> 
> Thanks in Advance.