Skip to content

Qt 5.10 build error with XCode 9.3 (latest) #18

@tkemmer

Description

@tkemmer

Multiple build errors occurring with Qt 5.10 on macOS:

.../qfontengine_coretext.mm:827:20: error: qualified reference to
      'QFixed' is a constructor name rather than a type in this context
    return QFixed::QFixed(int(CTFontGetUnitsPerEm(ctfont)));

https://bugreports.qt.io/browse/QTBUG-67545
https://codereview.qt-project.org/#/c/225936/

Fixed versions: Qt 5.9.6, 5.11-rc1

deps/boost/1.62.0/include/boost/smart_ptr/scoped_ptr.hpp:74:31: error: 
      no template named 'auto_ptr' in namespace 'std'
    explicit scoped_ptr( std::auto_ptr<T> p ) BOOST_NOEXCEPT : px( p.release() )
                         ~~~~~^
7 errors generated.

https://bugreports.qt.io/browse/QTBUG-67810
https://codereview.qt-project.org/#/c/223953/

Fixed versions: Qt 5.11-rc1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions