[Development] Build errors with raspbian

Sorvig Morten Morten.Sorvig at digia.com
Fri Nov 15 09:32:18 CET 2013


On 14 Nov 2013, at 09:39, Stephen Kelly <stephen.kelly at kdab.com> wrote:

> 
> Hello, 
> 
> I get build errors when trying to build qtbase dev branch for raspbian.
> /home/stephen/dev/src/qtbase/src/tools/qdoc/qmlvisitor.cpp:51:0:
> /home/stephen/dev/src/qtbase/src/tools/qdoc/qmlvisitor.h:78:29: error: 
> ‘QQmlJS::AST::UiImportList’ has not been declared
>     bool visit(QQmlJS::AST::UiImportList *imports);
>                             ^

I believe there has been an API change. The new one is QQmlJS::AST::UiHeaderItemList, see change 200a86944 in QtDeclarative.

(and someone needs to port tools/qdoc/qmlparser)

Morten




More information about the Development mailing list