[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtwebkit#release

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Jun 4 13:03:09 CEST 2013


qtwebkit failed to compile :(

  plugins/mac/PluginViewMac.mm: In function ‘int32_t WebCore::getModifiers(WebCore::UIEventWithKeyState*)’:
  plugins/mac/PluginViewMac.mm:101: error: ‘NSAlphaShiftKeyMask’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:102: error: ‘NSShiftKeyMask’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:103: error: ‘NSControlKeyMask’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:104: error: ‘NSCommandKeyMask’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:105: error: ‘NSAlternateKeyMask’ was not declared in this scope
  plugins/mac/PluginViewMac.mm: In member function ‘bool WebCore::PluginView::popUpContextMenu(NPMenu*)’:
  plugins/mac/PluginViewMac.mm:397: warning: no ‘-contentView’ method found
  plugins/mac/PluginViewMac.mm:397: warning: (Messages without a matching method signature
  plugins/mac/PluginViewMac.mm:397: warning: will be assumed to return ‘id’ and accept
  plugins/mac/PluginViewMac.mm:397: warning: ‘...’ as arguments.)
  plugins/mac/PluginViewMac.mm: In member function ‘void WebCore::PluginView::handleWheelEvent(WebCore::WheelEvent*)’:
  plugins/mac/PluginViewMac.mm:440: warning: no ‘-deltaX’ method found
  plugins/mac/PluginViewMac.mm:440: error: cannot convert ‘objc_object*’ to ‘double’ in assignment
  plugins/mac/PluginViewMac.mm:441: warning: no ‘-deltaY’ method found
  plugins/mac/PluginViewMac.mm:441: error: cannot convert ‘objc_object*’ to ‘double’ in assignment
  plugins/mac/PluginViewMac.mm:442: warning: no ‘-deltaZ’ method found
  plugins/mac/PluginViewMac.mm:442: error: cannot convert ‘objc_object*’ to ‘double’ in assignment
  plugins/mac/PluginViewMac.mm: In member function ‘void WebCore::PluginView::handleMouseEvent(WebCore::MouseEvent*)’:
  plugins/mac/PluginViewMac.mm:462: error: ‘NSEventType’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:462: error: expected `;' before ‘type’
  plugins/mac/PluginViewMac.mm:464: error: ‘type’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:465: error: ‘NSLeftMouseDown’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:466: error: ‘NSRightMouseDown’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:467: error: ‘NSOtherMouseDown’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:468: warning: no ‘-buttonNumber’ method found
  plugins/mac/PluginViewMac.mm:468: error: invalid conversion from ‘objc_object*’ to ‘int32_t’
  plugins/mac/PluginViewMac.mm:469: warning: no ‘-clickCount’ method found
  plugins/mac/PluginViewMac.mm:469: error: invalid conversion from ‘objc_object*’ to ‘int32_t’
  plugins/mac/PluginViewMac.mm:477: error: ‘NSLeftMouseUp’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:478: error: ‘NSRightMouseUp’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:479: error: ‘NSOtherMouseUp’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:480: warning: no ‘-buttonNumber’ method found
  plugins/mac/PluginViewMac.mm:480: error: invalid conversion from ‘objc_object*’ to ‘int32_t’
  plugins/mac/PluginViewMac.mm:481: warning: no ‘-clickCount’ method found
  plugins/mac/PluginViewMac.mm:481: error: invalid conversion from ‘objc_object*’ to ‘int32_t’
  plugins/mac/PluginViewMac.mm:485: error: ‘NSMouseMoved’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:489: error: ‘NSLeftMouseDragged’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:490: error: ‘NSRightMouseDragged’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:491: error: ‘NSOtherMouseDragged’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:492: warning: no ‘-buttonNumber’ method found
  plugins/mac/PluginViewMac.mm:492: error: invalid conversion from ‘objc_object*’ to ‘int32_t’
  plugins/mac/PluginViewMac.mm:496: error: ‘NSMouseEntered’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:500: error: ‘NSMouseExited’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:517: warning: no ‘-deltaX’ method found
  plugins/mac/PluginViewMac.mm:517: error: cannot convert ‘objc_object*’ to ‘double’ in assignment
  plugins/mac/PluginViewMac.mm:518: warning: no ‘-deltaY’ method found
  plugins/mac/PluginViewMac.mm:518: error: cannot convert ‘objc_object*’ to ‘double’ in assignment
  plugins/mac/PluginViewMac.mm:519: warning: no ‘-deltaZ’ method found
  plugins/mac/PluginViewMac.mm:519: error: cannot convert ‘objc_object*’ to ‘double’ in assignment
  plugins/mac/PluginViewMac.mm: In member function ‘void WebCore::PluginView::handleKeyboardEvent(WebCore::KeyboardEvent*)’:
  plugins/mac/PluginViewMac.mm:544: error: ‘NSEventType’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:544: error: expected `;' before ‘type’
  plugins/mac/PluginViewMac.mm:546: error: ‘type’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:547: error: ‘NSKeyDown’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:551: error: ‘NSKeyUp’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:559: error: ‘NSFlagsChanged’ was not declared in this scope
  plugins/mac/PluginViewMac.mm:570: warning: no ‘-characters’ method found
  plugins/mac/PluginViewMac.mm:571: warning: no ‘-charactersIgnoringModifiers’ method found
  plugins/mac/PluginViewMac.mm:574: warning: no ‘-isARepeat’ method found
  plugins/mac/PluginViewMac.mm:574: error: invalid conversion from ‘objc_object*’ to ‘NPBool’
  plugins/mac/PluginViewMac.mm:575: warning: no ‘-keyCode’ method found
  plugins/mac/PluginViewMac.mm:575: error: invalid conversion from ‘objc_object*’ to ‘uint16_t’
  plugins/mac/PluginViewMac.mm:588: warning: no ‘-characters’ method found
  make[3]: *** [.obj/release-shared/PluginViewMac.o] Error 1
  make[2]: *** [sub-Target-pri-make_first-ordered] Error 2
  make[1]: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
  make: *** [module-qtwebkit] Error 2

  Build log: http://testresults.qt-project.org/ci/QtWebKit_release_Integration/build_00025/macx-g++_developer-build_OSX_10.6/log.txt.gz

  Tested changes (refs/builds/release_1370339985):
    http://codereview.qt-project.org/57833 [PS2] - [Qt] Re-enable plugins on Mac.
    http://codereview.qt-project.org/57832 [PS2] - [Qt][Mac] Allow drawing plugins with QWindow by always using an intermediate bitmap.
    http://codereview.qt-project.org/57831 [PS2] - [Qt][Mac] Remove Carbon and QuickDraw support for plugins.
    http://codereview.qt-project.org/57828 [PS3] - [Qt][Win] Input events aren't mapped properly with windowless plugins.



More information about the Ci-reports mailing list