Re: Compilation error in Xulrunner code

[email protected] Tue, 10 Dec 2013 04:14:50 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.xpfe
Message-ID <[email protected]>
Hi,

Thanks Neil.

I have compiled the code for xulrunner 1.9 successfully.

Now I have started compiling the latest xulrunner 25.0

I have given the same argument but it is giving error in libogg.a file not found though i have given option --disable-ogg and --disable-wave.

mk_add_options MOZ_CO_PROJECT=xulrunner
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-xul-lin-dbg
mk_add_options MOZ_MAKE_FLAGS="-s -j4"

ac_add_options --disable-tests
ac_add_options --enable-logging
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --disable-crashreporter
ac_add_options --disable-installer
ac_add_options --disable-tests
ac_add_options --enable-application=xulrunner
ac_add_options --enable-jemalloc
ac_add_options --disable-gstreamer
#ac_add_options --disable-javaxpcom
ac_add_options --with-java-bin-path=/usr/lib/jvm/java-7-openjdk-i386/bin
ac_add_options --disable-ogg
ac_add_options --disable-wave


Can you please give me some idea so that i can check and compile the code.

Thanks in Advance


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.