[Releasing] [2012.03.31] New alpha package available, update for OSX

Stephen Chu stephen at ju-ju.com
Mon Apr 2 21:50:02 CEST 2012


On 4/2/12 11:23 AM, Thiago Macieira wrote:
> On domingo, 1 de abril de 2012 03.25.42, marius.storm-olsen at nokia.com wrote:
>> Hi,
>>
>> We have a new alpha package available. This package is identical the the
>> previous, with the exception of QtWebKit, which has several fixes to make
>> it compile on OSX.
>>
>> You can download it here
>>
>> http://releases.qt-project.org/alpha/20120331/qt-everywhere-opensource-src-
>> 5.0.0-alpha.tar.gz or
>>
>> http://releases.qt-project.org/alpha/20120331/qt-everywhere-opensource-src-
>> 5.0.0-alpha.zip
>>
>> Please test.
>>
>> I've already built the package successfullt on Ubuntu 11.10:
>>      $ ./configure -developer-build -opensource -confirm-license -nomake
>> tests $ /usr/bin/time ./build -j 18
>>      ...
>>      build done!
>
> build done! for me too
>
> Designer ran, qmlscene ran (and crashed on exit).
>
> I'd say ship it.
>

The main build script still tries to build webkit and fails. This is on 
OS X 10.6.8 + Xcode 4.2 with these commands:

$ ./configure -developer-build -opensource -confirm-license -nomake 
tests -nomake examples -nomake demos
$ make -j 4

Ends with these errors:
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm: 
In function ‘objc_object* -[WebVideoFullscreenHUDWindow 
initWithContentRect:styleMask:backing:defer:](WebVideoFullscreenHUDWindow*, 
objc_selector*, CGRect, NSUInteger, NSBackingStoreType, BOOL)’:
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:94: 
warning: no ‘+clearColor’ method found
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:94: 
warning: (Messages without a matching method signature
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:94: 
warning: will be assumed to return ‘id’ and accept
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:94: 
warning: ‘...’ as arguments.)
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm: 
In function ‘void -[WebVideoFullscreenHUDWindow 
center](WebVideoFullscreenHUDWindow*, objc_selector*)’:
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:117: 
warning: no ‘+mainScreen’ method found
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm: 
In function ‘BOOL -[WebVideoFullscreenHUDWindow 
performKeyEquivalent:](WebVideoFullscreenHUDWindow*, objc_selector*, 
NSEvent*)’:
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:136: 
error: ‘NSKeyDown’ was not declared in this scope
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:139: 
warning: no ‘-modifierFlags’ method found
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm:139: 
error: ‘NSCommandKeyMask’ was not declared in this scope
/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.mm: 
In function ‘void -[WebVideoFullscreenHUDWindowController 
keyDown:](WebVideoFullscreenHUDWindowController*, objc_selector*, 
NSEvent*)’:

and more.



More information about the Releasing mailing list