On 9/4/14, 1:27 PM, [email protected] wrote:
The following is the content of my .mozconfig file:
ac_add_options --enable-application=mail
ac_add_options --enable-debug
Is this a non-clobber build in an objdir in which a previous build was
done with some other --enable-application value?
Because the line of IDL in question looks like this:
#ifdef HAVE_SIDEBAR
[Replaceable, Throws] readonly attribute External external;
#endif
and the moz.build file has:
if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']:
# This is needed for Window.webidl
DEFINES['HAVE_SIDEBAR'] = True
and your --enable-application value certainly doesn't match any of those....
-Boris
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds