I had the same issue recently. It was because my qtdeclarative module (and maybe others) was not built on 'stable'. I corrected by ensuring all submodules were checked out to 'stable' where possible, or 'master' otherwise.
On Sat, Dec 7, 2013 at 11:15 AM, Nurmi J-P <[email protected]> wrote: > On 07 Dec 2013, at 16:26, Kurt Pattyn <[email protected]> wrote: > > > The latest stable branch (dbac1e77f79ff99945cea41522f535132cacc692), > fails to build. > > qtdeclarative/src/quick/items/qquicktextnode.cpp: smoothScalable is not > defined on font engine > > > > I'm not using the "stable sha1's" from the qt5 repo while I develop, but I > always pull the latest release/stable/dev branch from each qt5 submodule > I'm using. I just built the latest stable of qtbase, qtxmlpatterns & > qtdeclarative successfully a while ago. I'd suggest doing the same. If you > want to investigate it further, "git log -G smoothScalable" in qtbase is a > good start. :) > > -- > J-P Nurmi > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
