Josh, Yes, I am trying to build a desktop FxOS build.
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build In this link they have given it for emulator. I guess, I can use that. Please correct if I am wrong.. Gabriele, I am now building it on Mac system referring the same link. But now the problem is, when I am running this command--> ./config.sh emulator it is stopping in between at -> Get git://github.com/mozilla-b2g/b2g-manifest and giving the error-> fatal: unable to connect to github.com: github.com[0: 192.30.252.130]: errno=Operation timed out It is because there should be 'https' instead of 'git' (I got this here -> http://stackoverflow.com/questions/16298986/unable-to-connect-to-github-com-for-cloning) But it is included in that command only. Do any one of you know how can I change it to https or any other idea to make it work? Thanks! On Sunday, September 15, 2013 9:39:24 PM UTC+5:30, Josh Matthews wrote: > That being said, if you are trying to build a desktop Firefox OS build > > you can ignore the links Gabriele included. Those are for device builds. > > > > Cheers, > > Josh > > > > On 09/14/2013 02:35 PM, Gabriele Svelto wrote: > > > On 14/09/2013 19:37, SPorwal wrote: > > >> I'm trying to build Firefox OS on Fedora 19 - 32 bit, used command > > >> prompt. > > > > > > If you're trying to build Firefox OS you'll need the full B2G sources, > > > you can find instructions on how to fetch them and how to configure your > > > Fedora installation here: > > > > > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites > > > > > > > > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build > > > > > > > > > 32-bit system are generally not supported because the compiler will run > > > out of address space when compiling certain files and crash. I suggest > > > to install the 64-bit version of Fedora (or other supported > > > distributions) before trying to build FxOS but if you can't you might > > > try your luck with a PAE-enabled kernel though I wouldn't recommend that. > > > > > >> $ hg clone http://hg.mozilla.org/mozilla-central > > >> destination directory: mozilla-central > > >> abort: destination 'mozilla-central' is not empty > > >> > > >> Is there any way to remove this directory from my system and build it > > >> again or any other way to achieve this? > > > > > > rm -rf mozilla-central > > > > > > Gabriele On Sunday, September 15, 2013 9:39:24 PM UTC+5:30, Josh Matthews wrote: > That being said, if you are trying to build a desktop Firefox OS build > > you can ignore the links Gabriele included. Those are for device builds. > > > > Cheers, > > Josh > > > > On 09/14/2013 02:35 PM, Gabriele Svelto wrote: > > > On 14/09/2013 19:37, SPorwal wrote: > > >> I'm trying to build Firefox OS on Fedora 19 - 32 bit, used command > > >> prompt. > > > > > > If you're trying to build Firefox OS you'll need the full B2G sources, > > > you can find instructions on how to fetch them and how to configure your > > > Fedora installation here: > > > > > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites > > > > > > > > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build > > > > > > > > > 32-bit system are generally not supported because the compiler will run > > > out of address space when compiling certain files and crash. I suggest > > > to install the 64-bit version of Fedora (or other supported > > > distributions) before trying to build FxOS but if you can't you might > > > try your luck with a PAE-enabled kernel though I wouldn't recommend that. > > > > > >> $ hg clone http://hg.mozilla.org/mozilla-central > > >> destination directory: mozilla-central > > >> abort: destination 'mozilla-central' is not empty > > >> > > >> Is there any way to remove this directory from my system and build it > > >> again or any other way to achieve this? > > > > > > rm -rf mozilla-central > > > > > > Gabriele On Sunday, September 15, 2013 9:39:24 PM UTC+5:30, Josh Matthews wrote: > That being said, if you are trying to build a desktop Firefox OS build > > you can ignore the links Gabriele included. Those are for device builds. > > > > Cheers, > > Josh > > > > On 09/14/2013 02:35 PM, Gabriele Svelto wrote: > > > On 14/09/2013 19:37, SPorwal wrote: > > >> I'm trying to build Firefox OS on Fedora 19 - 32 bit, used command > > >> prompt. > > > > > > If you're trying to build Firefox OS you'll need the full B2G sources, > > > you can find instructions on how to fetch them and how to configure your > > > Fedora installation here: > > > > > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites > > > > > > > > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build > > > > > > > > > 32-bit system are generally not supported because the compiler will run > > > out of address space when compiling certain files and crash. I suggest > > > to install the 64-bit version of Fedora (or other supported > > > distributions) before trying to build FxOS but if you can't you might > > > try your luck with a PAE-enabled kernel though I wouldn't recommend that. > > > > > >> $ hg clone http://hg.mozilla.org/mozilla-central > > >> destination directory: mozilla-central > > >> abort: destination 'mozilla-central' is not empty > > >> > > >> Is there any way to remove this directory from my system and build it > > >> again or any other way to achieve this? > > > > > > rm -rf mozilla-central > > > > > > Gabriele _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
