Releases/Thunderbird 41.1.0/BuildNotes
< Releases
Jump to navigation
Jump to search
build 1
(TB Drivers) Ship the l10n milestone(TB Drivers) Submit to Ship It- Push to mirrors
- Publish in Balrog
- Post-release tasks
build 2
(TB Drivers) Ship the l10n milestone(TB Drivers) Submit to Ship It- Push to mirrors
- Publish in Balrog
- Post-release tasks
- Issues
- build 1 compile error for macosx64
/builds/slave/tb-rel-c-esr45-m64_bld-0000000/build/mozilla/widget/cocoa/nsChildView.mm:987:11: error: no viable overloaded '='
mBounds = nsCocoaUtils::CocoaRectToGeckoRectDevPix(frame, newScale);
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../dist/include/mozilla/gfx/Rect.h:80:8: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'IntRectTyped<mozilla::LayoutDevicePixel>' to 'const IntRectTyped<mozilla::gfx::UnknownUnits>' for 1st argument
struct IntRectTyped :
^
../../dist/include/mozilla/gfx/Rect.h:80:8: note: candidate function (the implicit move assignment operator) not viable: no known conversion from 'IntRectTyped<mozilla::LayoutDevicePixel>' to 'IntRectTyped<mozilla::gfx::UnknownUnits>' for 1st argument
struct IntRectTyped :
^
/builds/slave/tb-rel-c-esr45-m64_bld-0000000/build/mozilla/widget/cocoa/nsChildView.mm:3598:10: warning: 'NSView' may not respond to 'viewDidChangeBackingProperties'
[super viewDidChangeBackingProperties];
~~~~~ ^
1 warning and 1 error generated.
make[6]: *** [nsChildView.o] Error 1
make[6]: *** Waiting for unfinished jobs....