-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build instructions do not work as stated in "getting started" #153
Comments
The definition of
has been changed recently. Can you try if |
Looking promising. Build is running. Thanks. This little detail cost me a full day of work. :/ |
What release are you building? comm-central or comm-beta? |
I have both checked out, since this was part of the troubleshooting process. ATM: |
Thanks for notifying us. I am very sorry for your hassle. |
My fault, I updated the docs prematurely.
It will work on comm-beta when 109 goes to beta next week. For comm-esr102, |
Side note.. the docs should probably state in big bold type that they are for building comm-central, and YMMV when building beta or stable. These are development docs. Development happens on comm-central. |
Hi. I am trying to get going with thunderbird development, but although following the getting started the build fails.
These are the instructions I am following:
https://developer.thunderbird.net/thunderbird-development/building-thunderbird
getting mercurial, source checkout and setting up prerequisites works fine.
Without a custom
mozconfig
I am also able to successfully build firefox, but as soon as I add mozconfig, it breaks.The error I get:
TypeError: 'NoneType' object is not subscriptable
More log: https://pastebin.com/ZPUv5PW0
This is the content of my mozconfig as recommended in the getting started:
When reading further links on your documentation I discovered several broken links:
https://developer.mozilla.org/en-US/Configuring_Build_Options
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/mach
Are these docs out of date. If so, where can I find up to date ones?
How do I get started with thunderbird development?
Thanks.
The text was updated successfully, but these errors were encountered: