|
|
|
David Bolton-2
|
I am getting the following error when building r.1826 on Windows.
(r.1825 builds successfully). David [ 89%] Building CXX object mscore/CMakeFiles/mscore.dir/chord.cpp.obj C:\mscoreSVN\mscore\mscore\chord.cpp: In member function `void Chord::addLedgerL ines(double, int)': C:\mscoreSVN\mscore\mscore\chord.cpp:586: error: no match for 'operator!=' in 'i n != std::multimap<_Key, _Tp, _Compare, _Alloc>::rend() [with _Key = const int, _Tp = Note*, _Compare = std::less<const int>, _Alloc = std::allocator<std::pair< const int, Note*> >]()' C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/global/qglobal.h:1688: note: c andidates are: bool operator!=(QBool, bool) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/global/qglobal.h:1689: note: bool operator!=(bool, QBool) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/global/qglobal.h:1690: note: bool operator!=(QBool, QBool) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qchar.h:382: note: bool operator!=(QChar, QChar) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qbytearray.h:508: note: bool operator!=(const QByteArray&, const QByteArray&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qbytearray.h:510: note: bool operator!=(const QByteArray&, const char*) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qbytearray.h:512: note: bool operator!=(const char*, const QByteArray&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:895: note: bool operator!=(QString::Null, QString::Null) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:896: note: bool operator!=(QString::Null, const QString&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:897: note: bool operator!=(const QString&, QString::Null) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:923: note: bool operator!=(const char*, const QString&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:936: note: bool operator!=(const char*, const QLatin1String&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:949: note: bool operator!=(const QLatin1String&, const QLatin1String&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1158: note: bool operator!=(const QStringRef&, const QStringRef&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1161: note: bool operator!=(const QString&, const QStringRef&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1165: note: bool operator!=(const QStringRef&, const QString&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1168: note: bool operator!=(const QLatin1String&, const QStringRef&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1172: note: bool operator!=(const QStringRef&, const QLatin1String&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1195: note: bool operator!=(const char*, const QStringRef&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1197: note: bool operator!=(const QStringRef&, const char*) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/kernel/qvariant.h:532: note: bool operator!=(const QVariant&, const QVariantComparisonHelper&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qsize.h:158: note: bool operator!=(const QSize&, const QSize&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qsize.h:314: note: bool operator!=(const QSizeF&, const QSizeF&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qpoint.h:151: note: bool operator!=(const QPoint&, const QPoint&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qpoint.h:307: note: bool operator!=(const QPointF&, const QPointF&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qrect.h:502: note: bool operator!=(const QRect&, const QRect&) C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qrect.h:840: note: bool operator!=(const QRectF&, const QRectF&) mingw32-make[3]: *** [mscore/CMakeFiles/mscore.dir/chord.cpp.obj] Error 1 mingw32-make[3]: Leaving directory `C:/mscoreSVN/win32build' mingw32-make[2]: *** [mscore/CMakeFiles/mscore.dir/all] Error 2 mingw32-make[2]: Leaving directory `C:/mscoreSVN/win32build' mingw32-make[1]: *** [all] Error 2 mingw32-make[1]: Leaving directory `C:/mscoreSVN/win32build' mingw32-make: *** [win32] Error 2 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
||||||||||||||||
|
wschweer
|
I changed this in rev. 1827. Looks like a qt4.5.0 issue, 4.5.1 compiles (thats
the 2009.2 package). On Friday 15 May 2009 02:13:14 David Bolton wrote: > I am getting the following error when building r.1826 on Windows. > (r.1825 builds successfully). > > David > > > [ 89%] Building CXX object mscore/CMakeFiles/mscore.dir/chord.cpp.obj > C:\mscoreSVN\mscore\mscore\chord.cpp: In member function `void > Chord::addLedgerL > ines(double, int)': > C:\mscoreSVN\mscore\mscore\chord.cpp:586: error: no match for > 'operator!=' in 'i > n != std::multimap<_Key, _Tp, _Compare, _Alloc>::rend() [with _Key = > const int, > _Tp = Note*, _Compare = std::less<const int>, _Alloc = > std::allocator<std::pair< > const int, Note*> >]()' > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/global/qglobal.h:1688: > note: c > andidates are: bool operator!=(QBool, bool) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/global/qglobal.h:1689: > note: > bool operator!=(bool, QBool) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/global/qglobal.h:1690: > note: > bool operator!=(QBool, QBool) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qchar.h:382: note: > bool operator!=(QChar, QChar) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qbytearray.h:508: > note: > bool operator!=(const QByteArray&, const QByteArray&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qbytearray.h:510: > note: > bool operator!=(const QByteArray&, const char*) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qbytearray.h:512: > note: > bool operator!=(const char*, const QByteArray&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:895: > note: bool operator!=(QString::Null, QString::Null) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:896: > note: bool operator!=(QString::Null, const QString&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:897: > note: bool operator!=(const QString&, QString::Null) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:923: > note: bool operator!=(const char*, const QString&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:936: > note: bool operator!=(const char*, const QLatin1String&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:949: > note: bool operator!=(const QLatin1String&, const QLatin1String&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1158: > note: > bool operator!=(const QStringRef&, const QStringRef&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1161: > note: > bool operator!=(const QString&, const QStringRef&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1165: > note: > bool operator!=(const QStringRef&, const QString&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1168: > note: > bool operator!=(const QLatin1String&, const QStringRef&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1172: > note: > bool operator!=(const QStringRef&, const QLatin1String&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1195: > note: > bool operator!=(const char*, const QStringRef&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qstring.h:1197: > note: > bool operator!=(const QStringRef&, const char*) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/kernel/qvariant.h:532: > note: > bool operator!=(const QVariant&, const > QVariantComparisonHelper&) > > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qsize.h:158: note: > bool operator!=(const QSize&, const QSize&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qsize.h:314: note: > bool operator!=(const QSizeF&, const QSizeF&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qpoint.h:151: note: > bool operator!=(const QPoint&, const QPoint&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qpoint.h:307: note: > bool operator!=(const QPointF&, const QPointF&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qrect.h:502: note: > bool operator!=(const QRect&, const QRect&) > C:/Qt/2009.01/qt/include/QtCore/../../src/corelib/tools/qrect.h:840: note: > bool operator!=(const QRectF&, const QRectF&) > mingw32-make[3]: *** [mscore/CMakeFiles/mscore.dir/chord.cpp.obj] Error 1 > mingw32-make[3]: Leaving directory `C:/mscoreSVN/win32build' > mingw32-make[2]: *** [mscore/CMakeFiles/mscore.dir/all] Error 2 > mingw32-make[2]: Leaving directory `C:/mscoreSVN/win32build' > mingw32-make[1]: *** [all] Error 2 > mingw32-make[1]: Leaving directory `C:/mscoreSVN/win32build' > mingw32-make: *** [win32] Error 2 > > > --------------------------------------------------------------------------- >--- Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Mscore-developer mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/mscore-developer ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |