Am 08.09.2011 07:10, schrieb Wilhelm: > Hi, > > Am 07.09.2011 17:23, schrieb Andre Poenitz: >> On Wed, Sep 07, 2011 at 07:04:21AM +0200, Wilhelm wrote: >>> Hi, >>> >>> just tried latest snapshot (20110907 x86_64), but this feature seems not >>> to be present yet. What's the timeline to include it in the snapshots? >> >> The feature is present in the 'master' branch, you can get it right now >> when building that branch from git. It's straightforward: >> >> git clone git://gitorious.org/qt-creator/qt-creator.git >> cd qt-creator >> qmake -r >> make > > Ok, I tried exactly that one more time on ubunutu 11.10 and qt4.7.4: > every time I get: > > profileeditor.cpp: In Elementfunktion »virtual > TextEditor::BaseTextEditorWidget::Link > Qt4ProjectManager::Internal::ProFileEditorWidget::findLinkAt(const > QTextCursor&, bool)«: > profileeditor.cpp:175:29: Fehler: Elementfunktion »Core::IFile* > TextEditor::BaseTextEditorWidget::file()« kann nicht ohne Objekt > aufgerufen werden > > I don't know why I am getting this error (seems to be specific to my setup).
Ok, now I found what's wrong here: g++-4.7.0 seems to be broken, compiling with g++-4.6.1 is well!!! > > >> >> What goes into the nightly snapshot depends on what should get tested >> in the field. Between feature freeze and final release that's _usually_ >> the stabilizing branch, between a final and the next feature freeze it's >> _usually_ master. >> >> According to that rule, a switch of the nightlies to current 'master' >> should be imminent, but as so often, there are exceptions to the rule, >> and my current best guess is that we will see nightlies from the 2.3 >> branch for at least one or two more weeks. >> >> Andre' >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.qt.nokia.com/mailman/listinfo/qt-creator > > -- Wilhelm _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
