Releases/Thunderbird 41.1.0/BuildNotes

From MozillaWiki
< Releases
Revision as of 19:54, 6 May 2016 by Kmoir (talk | contribs)
Jump to navigation Jump to search

build 1

build 2

  • 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....