Re: [Development] Error running qt5_tool

2012-07-07 Thread Leandro Melo de Sales
So, is there an error in the qt5_tool? Em 07/07/2012 19:51, escreveu: > It seems like the port number is wrong. Note that the gerrit service is > not listening to port 22. I don't remember the actual port number, but it > should be on the wiki page about gerrit I believe. > > 07.07.12 21:52 sk

Re: [Development] Error running qt5_tool

2012-07-07 Thread jan-arve.saether
It seems like the port number is wrong. Note that the gerrit service is not listening to port 22. I don't remember the actual port number, but it should be on the wiki page about gerrit I believe. 07.07.12 21:52 skrev ext Leandro Melo de Sales: Hi, I'm running qtrepotools/bin/qt5_tool -p -c

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-07 Thread Thiago Macieira
On sábado, 7 de julho de 2012 11.17.58, Stephen Chu wrote: > /Qt/5.0/qtbase/include/QtCore/../../src/corelib/global/qflags.h:51:7: > note: 'QFlag' is not literal because it is not an aggregate and has no > constexpr constructors other than copy or move constructors > class QFlag >^ > > Addi

Re: [Development] "no qmlviewer found" in Qt Creator

2012-07-07 Thread Konstantin Ritt
That's a libICU dependency. Is libICU properly installed? Konstantin 2012/7/7 Leandro Melo de Sales : > Thiago, >I have just noticed that no. Please, see this: > > $ clang++ --version > Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) > Target: x86_64-apple-darwin11

[Development] Error running qt5_tool

2012-07-07 Thread Leandro Melo de Sales
Hi, I'm running *qtrepotools/bin/qt5_tool -p -c –b* but it stops with the following error: (...) Examining: qtactiveqt url: git://gitorious.org/qt/qtactiveqt.git ### [qtactiveqt] /usr/bin/git fetch --all Fetching origin Fetching gerrit ssh: connect to host codereview.qt-project.org port 22: Oper

Re: [Development] "no qmlviewer found" in Qt Creator

2012-07-07 Thread Leandro Melo de Sales
Thiago, I have just noticed that no. Please, see this: *$ clang++ --version* Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) Target: x86_64-apple-darwin11.4.0 Thread model: posi *$ make module-qtquick1* (...) clang++ -c -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -f

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-07 Thread Stephen Chu
On 7/7/12 4:57 AM, Thiago Macieira wrote: > On sábado, 7 de julho de 2012 09.36.55, Olivier Goffart wrote: >> On Saturday 07 July 2012 07:33:56 Thiago Macieira wrote: >>> On sábado, 7 de julho de 2012 02.12.42, Olivier Goffart wrote: Anyway, if we want to support that version of clang, this st

Re: [Development] "no qmlviewer found" in Qt Creator

2012-07-07 Thread aurindam.jana
Hi Leandro, The feature is currently broken due to some recent qmake changes in Qt5. In Projects->Run Tab-> Run Configuration, Add "Custom Executable". Select "qmlscene" (or "qmlscene.exe") from the file system (Usually its in $QTDIR/qt5/qtbase/bin or $QTDIR/qt5/qtdeclarative/bin). Regards, Au

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-07 Thread Thiago Macieira
On sábado, 7 de julho de 2012 10.57.01, Thiago Macieira wrote: > On sábado, 7 de julho de 2012 09.36.55, Olivier Goffart wrote: > > On Saturday 07 July 2012 07:33:56 Thiago Macieira wrote: > > > On sábado, 7 de julho de 2012 02.12.42, Olivier Goffart wrote: > > > > Anyway, if we want to support tha

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-07 Thread Thiago Macieira
On sábado, 7 de julho de 2012 09.36.55, Olivier Goffart wrote: > On Saturday 07 July 2012 07:33:56 Thiago Macieira wrote: > > On sábado, 7 de julho de 2012 02.12.42, Olivier Goffart wrote: > > > Anyway, if we want to support that version of clang, this still need to > > > be > > > worked around, so

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-07 Thread Olivier Goffart
On Saturday 07 July 2012 07:33:56 Thiago Macieira wrote: > On sábado, 7 de julho de 2012 02.12.42, Olivier Goffart wrote: > > Anyway, if we want to support that version of clang, this still need to be > > worked around, so I suggest that the problematic code should be #ifdef'd > > out for the 'bro