On 02.03.2014 00:51, Himani Agrawal wrote:
  ./mozilla/mach build gives error https://pastebin.mozilla.org/4437776

mozconfig file:

ac_add_options --enable-calendar

Does mach and comm-central work together now?

I think you missed to specify what you want to build in your mozconfig file. To build e.g. Thunderbird use:
  ac_add_options --enable-application=mail
or Thunderbird + Lightning extension:
  ac_add_options --enable-application=mail
  ac_add_options --enable-calendar

But I don't know if this will fix your problem.

/Stefan
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to