Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
* calendar/lightning/Makefile.in: include config.mk with the patch for {{bug|440017}} if it hasn't landed yet | * calendar/lightning/Makefile.in: include config.mk with the patch for {{bug|440017}} if it hasn't landed yet | ||
* calendar/lightning/Makefile.in: apply the patch for {{bug|440022}} (if it hasn't landed yet) so that the produced Lighting installs well | * calendar/lightning/Makefile.in: apply the patch for {{bug|440022}} (if it hasn't landed yet) so that the produced Lighting installs well | ||
== Common Mistakes == | |||
=== Build error when importing example mozconfig === | |||
If you get the following build error: | |||
/comm-central/src/mozilla/configure: /comm-central/src/mozilla/mail/config/mozconfig: No such file or directory | |||
Open your mozconfig and change the line: | |||
. $topsrcdir/mail/config/mozconfig | |||
To: | |||
. $topsrcdir/../mail/config/mozconfig | |||
This is a problem because when configuring in mozilla/ (mozilla-central) it reads mozilla/ as the topsrcdir and errors out in that it can't find the inclusion you want. | |||
Another solution is to simply copy the configure options you want into your own mozconfig. |
edits