Re: Package after compile

2015-05-02 Thread Ravi Inder Singh
I have taken example from following link :- https://developer.mozilla.org/en-US/docs/Configuring_Build_Options If you want to build only one project using this mozconfig, use the following command line: make -f client.mk build MOZ_CURRENT_PROJECT=browser This will build only browser. On Su

Package after compile

2015-05-02 Thread Ravi Inder Singh
My code is right now compiling with following command :- make -f client.mk build MOZ_CURRENT_PROJECT=mobile Now if i want to make Package do this command will work ? ./mach package OR this package command is not required in this case. Thanks, Ravi _

Re: Fennec Build failure on ubuntu12.04

2015-05-02 Thread Nicholas Alexander
On Sat, May 2, 2015 at 12:04 PM, Ravi Inder Singh wrote: > Sorry which command to take latest version of Fennec . > Initially i gave command > hg clone <...> > You probably want |hg pull -u|. Mercurial (hg) can take a little time to learn -- I recommend starting with http://hgbook.red-bean.c

Re: Fennec Build failure on ubuntu12.04

2015-05-02 Thread Ravi Inder Singh
Sorry which command to take latest version of Fennec . Initially i gave command hg clone <...> On Sat, May 2, 2015 at 12:02 PM, Ravi Inder Singh wrote: > Nick , >Which command to take latest code ? > > Thanks, > Ravi > > On Sat, May 2, 2015 at 11:55 AM, Nicholas Alexander < > nalexan...

Re: Fennec Build failure on ubuntu12.04

2015-05-02 Thread Ravi Inder Singh
Nick , Which command to take latest code ? Thanks, Ravi On Sat, May 2, 2015 at 11:55 AM, Nicholas Alexander wrote: > Hi Ravi, > > On Sat, May 2, 2015 at 11:43 AM, Ravi Inder Singh > wrote: > >> Hi Nick, >> Thanks below is output >> >> ravising@ubuntu:~/fennec_code/mozilla-central$ hg

Re: Fennec Build failure on ubuntu12.04

2015-05-02 Thread Nicholas Alexander
Hi Ravi, On Sat, May 2, 2015 at 11:43 AM, Ravi Inder Singh wrote: > Hi Nick, > Thanks below is output > > ravising@ubuntu:~/fennec_code/mozilla-central$ hg parent > changeset: 239818:a32e3b93c8d8 > tag: tip > parent: 239809:a120cb5aeee9 > parent: 239817:0c3f0143bed5 > u

Re: Fennec Build failure on ubuntu12.04

2015-05-02 Thread Ravi Inder Singh
Hi Nick, Thanks below is output ravising@ubuntu:~/fennec_code/mozilla-central$ hg parent changeset: 239818:a32e3b93c8d8 tag: tip parent: 239809:a120cb5aeee9 parent: 239817:0c3f0143bed5 user:Phil Ringnalda date:Sat Apr 18 16:46:44 2015 -0700 summary: M

Re: Fennec Build failure on ubuntu12.04

2015-05-02 Thread Nicholas Alexander
Hi Ravi, On Sat, May 2, 2015 at 11:31 AM, Ravi Inder Singh wrote: > Compliaton failed for Fennec with following compilation error > > Machine enviourmet :- > ubuntu 120.04 > > > Here is my mozbuild file > > ac_add_options --enable-application=mobile/android > ac_add_options --target=arm-linux-a

Fennec Build failure on ubuntu12.04

2015-05-02 Thread Ravi Inder Singh
Compliaton failed for Fennec with following compilation error Machine enviourmet :- ubuntu 120.04 Here is my mozbuild file ac_add_options --enable-application=mobile/android ac_add_options --target=arm-linux-androideabi # With the following Android SDK and NDK: ac_add_options --with-android-s