Skip to content

Instantly share code, notes, and snippets.

@yjacolin
Created March 21, 2017 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjacolin/c84beac6d4d62fd0be6036651cec5df4 to your computer and use it in GitHub Desktop.
Save yjacolin/c84beac6d4d62fd0be6036651cec5df4 to your computer and use it in GitHub Desktop.
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:500:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT((!is_signed<quint32>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:501:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT(( is_signed<qint32>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:503:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT(( is_unsigned<quint64>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:504:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT((!is_unsigned<qint64>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:506:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT((!is_signed<quint64>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:507:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT(( is_signed<qint64>::value));
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QMetaType:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:232:53: error: ‘Q_NULLPTR’ was not declared in this scope
explicit AbstractDebugStreamFunction(Stream s = Q_NULLPTR, Destroy d = Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:232:76: error: ‘Q_NULLPTR’ was not declared in this scope
explicit AbstractDebugStreamFunction(Stream s = Q_NULLPTR, Destroy d = Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:262:55: error: ‘Q_NULLPTR’ was not declared in this scope
explicit AbstractComparatorFunction(LessThan lt = Q_NULLPTR, Equals e = Q_NULLPTR, Destroy d = Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:262:77: error: ‘Q_NULLPTR’ was not declared in this scope
explicit AbstractComparatorFunction(LessThan lt = Q_NULLPTR, Equals e = Q_NULLPTR, Destroy d = Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:262:100: error: ‘Q_NULLPTR’ was not declared in this scope
explicit AbstractComparatorFunction(LessThan lt = Q_NULLPTR, Equals e = Q_NULLPTR, Destroy d = Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In constructor ‘QtPrivate::BuiltInEqualsComparatorFunction<T>::BuiltInEqualsComparatorFunction()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:299:38: error: ‘Q_NULLPTR’ was not declared in this scope
: AbstractComparatorFunction(Q_NULLPTR, equals, destroy) {}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:316:54: error: ‘Q_NULLPTR’ was not declared in this scope
explicit AbstractConverterFunction(Converter c = Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:513:54: error: ‘Q_NULLPTR’ was not declared in this scope
static void *create(int type, const void *copy = Q_NULLPTR);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:536:44: error: ‘Q_NULLPTR’ was not declared in this scope
inline void *create(const void *copy = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:538:60: error: ‘Q_NULLPTR’ was not declared in this scope
inline void *construct(void *where, const void *copy = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:677:45: error: ‘Q_NULLPTR’ was not declared in this scope
void *createExtended(const void *copy = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:679:61: error: ‘Q_NULLPTR’ was not declared in this scope
void *constructExtended(void *where, const void *copy = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static void* QtMetaTypePrivate::QMetaTypeFunctionHelper<T, false>::Construct(void*, const void*)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:779:59: error: ‘Q_NULLPTR’ was not declared in this scope
static void *Construct(void *, const void *) { return Q_NULLPTR; }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:807:47: error: expected ‘;’ at end of member declaration
VariantData &operator=(const VariantData &) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:807:49: error: ‘Q_DECL_EQ_DELETE’ does not name a type
VariantData &operator=(const VariantData &) Q_DECL_EQ_DELETE;
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QMetaType:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In constructor ‘QtMetaTypePrivate::QSequentialIterableImpl::QSequentialIterableImpl(const T*)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1017:19: error: ‘Q_NULLPTR’ was not declared in this scope
, _iterator(Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In constructor ‘QtMetaTypePrivate::QSequentialIterableImpl::QSequentialIterableImpl()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1034:19: error: ‘Q_NULLPTR’ was not declared in this scope
: _iterable(Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In constructor ‘QtMetaTypePrivate::QAssociativeIterableImpl::QAssociativeIterableImpl(const T*)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1186:19: error: ‘Q_NULLPTR’ was not declared in this scope
, _iterator(Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In constructor ‘QtMetaTypePrivate::QAssociativeIterableImpl::QAssociativeIterableImpl()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1205:19: error: ‘Q_NULLPTR’ was not declared in this scope
: _iterable(Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In constructor ‘QtMetaTypePrivate::QPairVariantInterfaceImpl::QPairVariantInterfaceImpl()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1289:15: error: ‘Q_NULLPTR’ was not declared in this scope
: _pair(Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1370:27: error: expected identifier before ‘sizeof’
Q_STATIC_ASSERT_X(sizeof(T), "Type argument of Q_DECLARE_METATYPE(T*) must be fully defined");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1370:27: error: expected ‘,’ or ‘...’ before ‘sizeof’
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1371:57: error: ‘Q_NULLPTR’ was not declared in this scope
enum { Value = sizeof(checkType(static_cast<T*>(Q_NULLPTR))) == sizeof(yes_type) };
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1387:1: error: ‘QT_WARNING_PUSH’ does not name a type
QT_WARNING_PUSH
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1403:1: error: ‘QT_WARNING_POP’ does not name a type
QT_WARNING_POP
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1411:12: error: ‘MetaObjectForType’ is not a class template
struct MetaObjectForType<void>
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1412:5: error: explicit specialization of non-template ‘QtPrivate::MetaObjectForType’
{
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static const QMetaObject* QtPrivate::MetaObjectForType::value()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1413:59: error: ‘Q_NULLPTR’ was not declared in this scope
static inline const QMetaObject *value() { return Q_NULLPTR; }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1416:12: error: ‘MetaObjectForType’ is not a class template
struct MetaObjectForType<T*, typename QEnableIf<IsPointerToTypeDerivedFromQObject<T*>::Value>::Type>
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1416:104: error: ‘QtPrivate::MetaObjectForType’ is not a template type
struct MetaObjectForType<T*, typename QEnableIf<IsPointerToTypeDerivedFromQObject<T*>::Value>::Type>
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1421:12: error: ‘MetaObjectForType’ is not a class template
struct MetaObjectForType<T, typename QEnableIf<IsGadgetHelper<T>::Value>::Type>
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1421:83: error: ‘QtPrivate::MetaObjectForType’ is not a template type
struct MetaObjectForType<T, typename QEnableIf<IsGadgetHelper<T>::Value>::Type>
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1426:12: error: ‘MetaObjectForType’ is not a class template
struct MetaObjectForType<T, typename QEnableIf<IsQEnumHelper<T>::Value>::Type >
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1426:83: error: ‘QtPrivate::MetaObjectForType’ is not a template type
struct MetaObjectForType<T, typename QEnableIf<IsQEnumHelper<T>::Value>::Type >
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1632:25: error: ‘QTypeInfoQuery’ was not declared in this scope
enum { Flags = (QTypeInfoQuery<T>::isRelocatable ? QMetaType::MovableType : 0)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1632:41: error: expected primary-expression before ‘>’ token
enum { Flags = (QTypeInfoQuery<T>::isRelocatable ? QMetaType::MovableType : 0)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1632:42: error: ‘::isRelocatable’ has not been declared
enum { Flags = (QTypeInfoQuery<T>::isRelocatable ? QMetaType::MovableType : 0)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In function ‘int qRegisterNormalizedMetaType(const QByteArray&, T*, typename QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (! QMetaTypeId2<T>::IsBuiltIn))>::DefinedType)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1694:47: error: ‘QtPrivate::MetaObjectForType’ is not a template
QtPrivate::MetaObjectForType<T>::value());
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1709:19: error: ‘Q_NULLPTR’ was not declared in this scope
, T * dummy = Q_NULLPTR
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1726:25: error: ‘Q_NULLPTR’ was not declared in this scope
, T * /* dummy */ = Q_NULLPTR
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeIdQObject<T*, 8>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1772:40: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
if (const int id = metatype_id.loadAcquire())
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1781:21: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
metatype_id.storeRelease(newId);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeIdQObject<T, 512>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1796:40: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
if (const int id = metatype_id.loadAcquire())
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1802:21: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
metatype_id.storeRelease(newId);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeIdQObject<T, 16>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1817:40: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
if (const int id = metatype_id.loadAcquire())
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1827:21: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
metatype_id.storeRelease(newId);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QList<T> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QVector<T> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QQueue<T> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QStack<T> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QSet<T> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QLinkedList<T> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2048:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<std::vector<_RealType> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2054:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE(std::vector)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2054:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE(std::vector)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<std::__cxx11::list<T> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2055:1: error: ‘class QBasicAtomicInt’ has no member named ‘load’
Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE(std::list)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2055:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE(std::list)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QHash<T, U> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2078:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE(QHash)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2078:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE(QHash)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QMap<T, U> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2079:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE(QMap)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2079:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE(QMap)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<std::map<T, U> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2080:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE(std::map)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2080:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE(std::map)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QPair<T, U> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2082:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_METATYPE_TEMPLATE_2ARG(QPair)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2082:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_METATYPE_TEMPLATE_2ARG(QPair)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<std::pair<_T1, _T2> >::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2083:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_METATYPE_TEMPLATE_2ARG(std::pair)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2083:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_METATYPE_TEMPLATE_2ARG(std::pair)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QtPrivate::SharedPointerMetaTypeIdHelper<QSharedPointer<T>, true>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2089:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_SMART_POINTER(Q_DECLARE_METATYPE_TEMPLATE_SMART_POINTER_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2089:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_SMART_POINTER(Q_DECLARE_METATYPE_TEMPLATE_SMART_POINTER_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QtPrivate::SharedPointerMetaTypeIdHelper<QWeakPointer<T>, true>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2089:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_SMART_POINTER(Q_DECLARE_METATYPE_TEMPLATE_SMART_POINTER_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2089:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_SMART_POINTER(Q_DECLARE_METATYPE_TEMPLATE_SMART_POINTER_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QtPrivate::SharedPointerMetaTypeIdHelper<QPointer<T>, true>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2089:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_SMART_POINTER(Q_DECLARE_METATYPE_TEMPLATE_SMART_POINTER_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2089:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
QT_FOR_EACH_AUTOMATIC_TEMPLATE_SMART_POINTER(Q_DECLARE_METATYPE_TEMPLATE_SMART_POINTER_ITER)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In constructor ‘QMetaType::QMetaType(QMetaType::ExtensionFlag, const QMetaTypeInterface*, QMetaType::Creator, QMetaType::Deleter, QMetaType::SaveOperator, QMetaType::LoadOperator, QMetaType::Constructor, QMetaType::Destructor, uint, uint, int, const QMetaObject*)’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2112:19: error: ‘Q_NULLPTR’ was not declared in this scope
, m_extension(Q_NULLPTR)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QtMetaTypePrivate::QSequentialIterableImpl>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2193:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_METATYPE(QtMetaTypePrivate::QSequentialIterableImpl)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2193:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_METATYPE(QtMetaTypePrivate::QSequentialIterableImpl)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QtMetaTypePrivate::QAssociativeIterableImpl>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2194:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_METATYPE(QtMetaTypePrivate::QAssociativeIterableImpl)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2194:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_METATYPE(QtMetaTypePrivate::QAssociativeIterableImpl)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In static member function ‘static int QMetaTypeId<QtMetaTypePrivate::QPairVariantInterfaceImpl>::qt_metatype_id()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2195:1: error: ‘class QBasicAtomicInt’ has no member named ‘loadAcquire’
Q_DECLARE_METATYPE(QtMetaTypePrivate::QPairVariantInterfaceImpl)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2195:1: error: ‘class QBasicAtomicInt’ has no member named ‘storeRelease’
Q_DECLARE_METATYPE(QtMetaTypePrivate::QPairVariantInterfaceImpl)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QtMetaTypePrivate::QPairVariantInterfaceImpl]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2202:80: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QtMetaTypePrivate::QPairVariantInterfaceImpl]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QtMetaTypePrivate::QSequentialIterableImpl]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2219:86: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QtMetaTypePrivate::QSequentialIterableImpl]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QtMetaTypePrivate::QAssociativeIterableImpl]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:2236:87: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QtMetaTypePrivate::QAssociativeIterableImpl]’ not a return-statement
}
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:47:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:25,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h:55:20: error: ‘QListSpecialMethods’ is not a class template
template <> struct QListSpecialMethods<QByteArray>
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h:57:1: error: explicit specialization of non-template ‘QListSpecialMethods’
{
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h: In member function ‘QByteArray QListSpecialMethods::join() const’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h:64:53: error: ‘Q_NULLPTR’ was not declared in this scope
{ return QtPrivate::QByteArrayList_join(self(), Q_NULLPTR, 0); }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h: In member function ‘QListSpecialMethods::Self* QListSpecialMethods::self()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h:72:51: error: invalid static_cast from type ‘QListSpecialMethods*’ to type ‘QListSpecialMethods::Self* {aka QList<QByteArray>*}’
Self *self() { return static_cast<Self *>(this); }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h: In member function ‘const Self* QListSpecialMethods::self() const’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h:73:69: error: invalid static_cast from type ‘const QListSpecialMethods*’ to type ‘const Self* {aka const QList<QByteArray>*}’
const Self *self() const { return static_cast<const Self *>(this); }
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:25,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:193:14: error: expected ‘;’ at end of member declaration
QVariant() Q_DECL_NOTHROW : d() {}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:193:16: error: ‘Q_DECL_NOTHROW’ does not name a type
QVariant() Q_DECL_NOTHROW : d() {}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:258:37: error: expected ‘;’ at end of member declaration
inline QVariant(QVariant &&other) Q_DECL_NOTHROW : d(other.d)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:258:39: error: ‘Q_DECL_NOTHROW’ does not name a type
inline QVariant(QVariant &&other) Q_DECL_NOTHROW : d(other.d)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:260:48: error: expected ‘;’ at end of member declaration
inline QVariant &operator=(QVariant &&other) Q_DECL_NOTHROW
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:260:50: error: ‘Q_DECL_NOTHROW’ does not name a type
inline QVariant &operator=(QVariant &&other) Q_DECL_NOTHROW
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:264:37: error: expected ‘;’ at end of member declaration
inline void swap(QVariant &other) Q_DECL_NOTHROW { qSwap(d, other.d); }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:264:39: error: ‘Q_DECL_NOTHROW’ does not name a type
inline void swap(QVariant &other) Q_DECL_NOTHROW { qSwap(d, other.d); }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:366:24: error: expected ‘;’ at end of member declaration
inline Private() Q_DECL_NOTHROW : type(Invalid), is_shared(false), is_null(true)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:366:26: error: ‘Q_DECL_NOTHROW’ does not name a type
inline Private() Q_DECL_NOTHROW : type(Invalid), is_shared(false), is_null(true)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:370:49: error: expected ‘;’ at end of member declaration
explicit inline Private(uint variantType) Q_DECL_NOTHROW
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:370:51: error: ‘Q_DECL_NOTHROW’ does not name a type
explicit inline Private(uint variantType) Q_DECL_NOTHROW
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:374:44: error: expected ‘;’ at end of member declaration
inline Private(const Private &other) Q_DECL_NOTHROW
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:374:46: error: ‘Q_DECL_NOTHROW’ does not name a type
inline Private(const Private &other) Q_DECL_NOTHROW
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:465:27: error: expected ‘;’ at end of member declaration
inline QVariant(void *) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:465:29: error: ‘Q_DECL_EQ_DELETE’ does not name a type
inline QVariant(void *) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:472:29: error: expected ‘;’ at end of member declaration
QVariant(QMetaType::Type) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:472:31: error: ‘Q_DECL_EQ_DELETE’ does not name a type
QVariant(QMetaType::Type) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:479:29: error: expected ‘;’ at end of member declaration
QVariant(Qt::GlobalColor) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:479:31: error: ‘Q_DECL_EQ_DELETE’ does not name a type
QVariant(Qt::GlobalColor) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:480:28: error: expected ‘;’ at end of member declaration
QVariant(Qt::BrushStyle) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:480:30: error: ‘Q_DECL_EQ_DELETE’ does not name a type
QVariant(Qt::BrushStyle) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:481:26: error: expected ‘;’ at end of member declaration
QVariant(Qt::PenStyle) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:481:28: error: ‘Q_DECL_EQ_DELETE’ does not name a type
QVariant(Qt::PenStyle) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:482:29: error: expected ‘;’ at end of member declaration
QVariant(Qt::CursorShape) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:482:31: error: ‘Q_DECL_EQ_DELETE’ does not name a type
QVariant(Qt::CursorShape) Q_DECL_EQ_DELETE;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:281:26: error: ‘Q_NULLPTR’ was not declared in this scope
int toInt(bool *ok = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:282:28: error: ‘Q_NULLPTR’ was not declared in this scope
uint toUInt(bool *ok = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:283:37: error: ‘Q_NULLPTR’ was not declared in this scope
qlonglong toLongLong(bool *ok = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:284:39: error: ‘Q_NULLPTR’ was not declared in this scope
qulonglong toULongLong(bool *ok = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:286:32: error: ‘Q_NULLPTR’ was not declared in this scope
double toDouble(bool *ok = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:287:30: error: ‘Q_NULLPTR’ was not declared in this scope
float toFloat(bool *ok = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:288:29: error: ‘Q_NULLPTR’ was not declared in this scope
qreal toReal(bool *ok = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h: In member function ‘bool QVariant::isDetached() const’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:540:45: error: ‘class QAtomicInt’ has no member named ‘load’
{ return !d.is_shared || d.data.shared->ref.load() == 1; }
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QMetaType:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QList<QVariant>]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:718:53: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QList<QVariant>]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QStringList]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:721:52: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QStringList]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QList<QByteArray>]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:725:55: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QList<QByteArray>]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QMap<QString, QVariant>]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:738:52: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QMap<QString, QVariant>]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QHash<QString, QVariant>]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:741:53: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QHash<QString, QVariant>]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QPair<QVariant, QVariant>]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:803:67: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QPair<QVariant, QVariant>]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QVariant]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:811:60: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QVariant]’ not a return-statement
}
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:26,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:77:35: error: ‘Q_NULLPTR’ was not declared in this scope
int weekNumber(int *yearNum = Q_NULLPTR) const;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:226:43: error: expected ‘;’ at end of member declaration
QDateTime &operator=(QDateTime &&other) Q_DECL_NOTHROW { swap(other); return *this; }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:226:45: error: ‘Q_DECL_NOTHROW’ does not name a type
QDateTime &operator=(QDateTime &&other) Q_DECL_NOTHROW { swap(other); return *this; }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:230:31: error: expected ‘;’ at end of member declaration
void swap(QDateTime &other) Q_DECL_NOTHROW { qSwap(d, other.d); }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:230:33: error: ‘Q_DECL_NOTHROW’ does not name a type
void swap(QDateTime &other) Q_DECL_NOTHROW { qSwap(d, other.d); }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:314:42: error: expected ‘;’ at end of member declaration
static qint64 currentMSecsSinceEpoch() Q_DECL_NOTHROW;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:314:44: error: ‘Q_DECL_NOTHROW’ does not name a type
static qint64 currentMSecsSinceEpoch() Q_DECL_NOTHROW;
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtXml/qtxmlglobal.h:37:0,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/qdom.h:37,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QDomDocument:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:23,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h: In function ‘bool qIsDetached(T&) [with T = QDateTime]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:342:1: error: ‘class QDateTime’ has no member named ‘isDetached’
Q_DECLARE_SHARED(QDateTime)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h: In function ‘void qSwap(T&, T&) [with T = QDateTime]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:342:1: error: ‘class QDateTime’ has no member named ‘data_ptr’
Q_DECLARE_SHARED(QDateTime)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:342:1: error: ‘class QDateTime’ has no member named ‘data_ptr’
Q_DECLARE_SHARED(QDateTime)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h: In function ‘void std::swap(_Tp&, _Tp&) [with _Tp = QDateTime]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:342:1: error: ‘class QDateTime’ has no member named ‘data_ptr’
Q_DECLARE_SHARED(QDateTime)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:342:1: error: ‘class QDateTime’ has no member named ‘data_ptr’
Q_DECLARE_SHARED(QDateTime)
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:26,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:362:59: error: expected initializer before ‘Q_DECL_NOTHROW’
Q_CORE_EXPORT uint qHash(const QDate &key, uint seed = 0) Q_DECL_NOTHROW;
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:363:59: error: expected initializer before ‘Q_DECL_NOTHROW’
Q_CORE_EXPORT uint qHash(const QTime &key, uint seed = 0) Q_DECL_NOTHROW;
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QPoint:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:28,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:52:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void setX(int x);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:53:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void setY(int y);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:57:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline int &rx();
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:58:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline int &ry();
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:60:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &operator+=(const QPoint &p);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:61:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &operator-=(const QPoint &p);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:63:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &operator*=(float factor);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:64:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &operator*=(double factor);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:65:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &operator*=(int factor);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:67:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &operator/=(qreal divisor);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:119:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void QPoint::setX(int xpos)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:122:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void QPoint::setY(int ypos)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:128:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline int &QPoint::rx()
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:131:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline int &QPoint::ry()
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:134:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &QPoint::operator+=(const QPoint &p)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:137:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &QPoint::operator-=(const QPoint &p)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:140:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &QPoint::operator*=(float factor)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:143:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &QPoint::operator*=(double factor)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:146:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &QPoint::operator*=(int factor)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:185:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPoint &QPoint::operator/=(qreal c)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:218:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void setX(qreal x);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:219:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void setY(qreal y);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:221:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline qreal &rx();
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:222:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline qreal &ry();
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:224:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &operator+=(const QPointF &p);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:225:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &operator-=(const QPointF &p);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:226:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &operator*=(qreal c);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:227:5: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &operator/=(qreal c);
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:292:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void QPointF::setX(qreal xpos)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:297:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline void QPointF::setY(qreal ypos)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:302:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline qreal &QPointF::rx()
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:307:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline qreal &QPointF::ry()
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:312:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &QPointF::operator+=(const QPointF &p)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:319:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &QPointF::operator-=(const QPointF &p)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:324:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &QPointF::operator*=(qreal c)
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:369:1: error: ‘Q_DECL_RELAXED_CONSTEXPR’ does not name a type
Q_DECL_RELAXED_CONSTEXPR inline QPointF &QPointF::operator/=(qreal divisor)
^
In file included from /usr/include/qt4/QtGui/qmatrix.h:48:0,
from /usr/include/qt4/QtGui/qbrush.h:50,
from /usr/include/qt4/QtGui/qpalette.h:47,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:41,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:23,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/qt4/QtCore/qline.h: In member function ‘void QLine::translate(const QPoint&)’:
/usr/include/qt4/QtCore/qline.h:154:9: error: no match for ‘operator+=’ (operand types are ‘QPoint’ and ‘const QPoint’)
pt1 += point;
^
/usr/include/qt4/QtCore/qline.h:155:9: error: no match for ‘operator+=’ (operand types are ‘QPoint’ and ‘const QPoint’)
pt2 += point;
^
/usr/include/qt4/QtCore/qline.h: In member function ‘void QLineF::translate(const QPointF&)’:
/usr/include/qt4/QtCore/qline.h:341:9: error: no match for ‘operator+=’ (operand types are ‘QPointF’ and ‘const QPointF’)
pt1 += point;
^
/usr/include/qt4/QtCore/qline.h:342:9: error: no match for ‘operator+=’ (operand types are ‘QPointF’ and ‘const QPointF’)
pt2 += point;
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45:0,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:23,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:45:1: error: ‘Q_DECL_CONST_FUNCTION’ does not name a type
Q_DECL_CONST_FUNCTION inline uint qHash(QSizePolicy key, uint seed = 0) Q_DECL_NOTHROW;
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:47:24: error: variable ‘Q_WIDGETS_EXPORT QSizePolicy’ has initializer but incomplete type
class Q_WIDGETS_EXPORT QSizePolicy
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreevent.h:39:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QEvent:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:49:5: error: expected primary-expression before ‘public’
Q_GADGET
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:49:5: error: expected ‘}’ before ‘public’
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:49:5: error: expected ‘,’ or ‘;’ before ‘public’
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:49:5: error: expected unqualified-id before ‘private’
Q_GADGET
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45:0,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:23,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:62:19: error: ‘GrowFlag’ was not declared in this scope
Minimum = GrowFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:63:19: error: ‘ShrinkFlag’ was not declared in this scope
Maximum = ShrinkFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:64:21: error: ‘GrowFlag’ was not declared in this scope
Preferred = GrowFlag | ShrinkFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:64:32: error: ‘ShrinkFlag’ was not declared in this scope
Preferred = GrowFlag | ShrinkFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:65:28: error: ‘GrowFlag’ was not declared in this scope
MinimumExpanding = GrowFlag | ExpandFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:65:39: error: ‘ExpandFlag’ was not declared in this scope
MinimumExpanding = GrowFlag | ExpandFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:66:21: error: ‘GrowFlag’ was not declared in this scope
Expanding = GrowFlag | ShrinkFlag | ExpandFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:66:32: error: ‘ShrinkFlag’ was not declared in this scope
Expanding = GrowFlag | ShrinkFlag | ExpandFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:66:45: error: ‘ExpandFlag’ was not declared in this scope
Expanding = GrowFlag | ShrinkFlag | ExpandFlag,
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:67:19: error: ‘ShrinkFlag’ was not declared in this scope
Ignored = ShrinkFlag | GrowFlag | IgnoreFlag
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:67:32: error: ‘GrowFlag’ was not declared in this scope
Ignored = ShrinkFlag | GrowFlag | IgnoreFlag
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:67:43: error: ‘IgnoreFlag’ was not declared in this scope
Ignored = ShrinkFlag | GrowFlag | IgnoreFlag
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:71:5: error: expected constructor, destructor, or type conversion before ‘enum’
enum ControlType {
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtXml/qtxmlglobal.h:37:0,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/qdom.h:37,
from /usr/include/x86_64-linux-gnu/qt5/QtXml/QDomDocument:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:23,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:88:5: error: ‘ControlType’ was not declared in this scope
Q_DECLARE_FLAGS(ControlTypes, ControlType)
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:88:5: error: template argument 1 is invalid
Q_DECLARE_FLAGS(ControlTypes, ControlType)
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45:0,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:23,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘int QSizePolicy()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:90:21: error: only constructors take member initializers
QSizePolicy() : data(0) { }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:92:53: error: ‘ControlType’ has not been declared
QSizePolicy(Policy horizontal, Policy vertical, ControlType type = DefaultType)
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:92:72: error: ‘DefaultType’ was not declared in this scope
QSizePolicy(Policy horizontal, Policy vertical, ControlType type = DefaultType)
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘int QSizePolicy(Policy, Policy, int)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:93:11: error: only constructors take member initializers
: data(0) {
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:94:9: error: ‘bits’ was not declared in this scope
bits.horPolicy = horizontal;
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:96:28: error: ‘setControlType’ was not declared in this scope
setControlType(type);
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:98:31: error: non-member function ‘Policy horizontalPolicy()’ cannot have cv-qualifier
Policy horizontalPolicy() const { return static_cast<Policy>(bits.horPolicy); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘Policy horizontalPolicy()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:98:66: error: ‘bits’ was not declared in this scope
Policy horizontalPolicy() const { return static_cast<Policy>(bits.horPolicy); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:99:29: error: non-member function ‘Policy verticalPolicy()’ cannot have cv-qualifier
Policy verticalPolicy() const { return static_cast<Policy>(bits.verPolicy); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘Policy verticalPolicy()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:99:64: error: ‘bits’ was not declared in this scope
Policy verticalPolicy() const { return static_cast<Policy>(bits.verPolicy); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:100:5: error: ‘ControlType’ does not name a type
ControlType controlType() const;
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘void setHorizontalPolicy(Policy)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:102:42: error: ‘bits’ was not declared in this scope
void setHorizontalPolicy(Policy d) { bits.horPolicy = d; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘void setVerticalPolicy(Policy)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:103:40: error: ‘bits’ was not declared in this scope
void setVerticalPolicy(Policy d) { bits.verPolicy = d; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:104:25: error: variable or field ‘setControlType’ declared void
void setControlType(ControlType type);
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:104:25: error: ‘ControlType’ was not declared in this scope
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:106:44: error: non-member function ‘Qt::Orientations expandingDirections()’ cannot have cv-qualifier
Qt::Orientations expandingDirections() const {
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘Qt::Orientations expandingDirections()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:107:40: error: ‘ExpandFlag’ was not declared in this scope
return ( (verticalPolicy() & ExpandFlag) ? Qt::Vertical : Qt::Orientations() )
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘void setHeightForWidth(bool)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:111:38: error: ‘bits’ was not declared in this scope
void setHeightForWidth(bool b) { bits.hfw = b; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:112:30: error: non-member function ‘bool hasHeightForWidth()’ cannot have cv-qualifier
bool hasHeightForWidth() const { return bits.hfw; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘bool hasHeightForWidth()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:112:45: error: ‘bits’ was not declared in this scope
bool hasHeightForWidth() const { return bits.hfw; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘void setWidthForHeight(bool)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:113:38: error: ‘bits’ was not declared in this scope
void setWidthForHeight(bool b) { bits.wfh = b; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:114:30: error: non-member function ‘bool hasWidthForHeight()’ cannot have cv-qualifier
bool hasWidthForHeight() const { return bits.wfh; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘bool hasWidthForHeight()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:114:45: error: ‘bits’ was not declared in this scope
bool hasWidthForHeight() const { return bits.wfh; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:116:27: error: ‘QSizePolicy’ does not name a type
bool operator==(const QSizePolicy& s) const { return data == s.data; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:116:43: error: non-member function ‘bool operator==(const int&)’ cannot have cv-qualifier
bool operator==(const QSizePolicy& s) const { return data == s.data; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:116:43: error: ‘bool operator==(const int&)’ must have an argument of class or enumerated type
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:117:27: error: ‘QSizePolicy’ does not name a type
bool operator!=(const QSizePolicy& s) const { return data != s.data; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:117:43: error: non-member function ‘bool operator!=(const int&)’ cannot have cv-qualifier
bool operator!=(const QSizePolicy& s) const { return data != s.data; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:117:43: error: ‘bool operator!=(const int&)’ must have an argument of class or enumerated type
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:119:5: error: ‘friend’ used outside of class
friend Q_DECL_CONST_FUNCTION uint qHash(QSizePolicy key, uint seed) Q_DECL_NOTHROW { return qHash(key.data, seed); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:119:12: error: ‘Q_DECL_CONST_FUNCTION’ does not name a type
friend Q_DECL_CONST_FUNCTION uint qHash(QSizePolicy key, uint seed) Q_DECL_NOTHROW { return qHash(key.data, seed); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:121:30: error: expected constructor, destructor, or type conversion before ‘;’ token
operator QVariant() const;
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:123:29: error: non-member function ‘int horizontalStretch()’ cannot have cv-qualifier
int horizontalStretch() const { return static_cast<int>(bits.horStretch); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘int horizontalStretch()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:123:61: error: ‘bits’ was not declared in this scope
int horizontalStretch() const { return static_cast<int>(bits.horStretch); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:124:27: error: non-member function ‘int verticalStretch()’ cannot have cv-qualifier
int verticalStretch() const { return static_cast<int>(bits.verStretch); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘int verticalStretch()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:124:59: error: ‘bits’ was not declared in this scope
int verticalStretch() const { return static_cast<int>(bits.verStretch); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘void setHorizontalStretch(int)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:125:52: error: ‘bits’ was not declared in this scope
void setHorizontalStretch(int stretchFactor) { bits.horStretch = static_cast<quint32>(qBound(0, stretchFactor, 255)); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘void setVerticalStretch(int)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:126:50: error: ‘bits’ was not declared in this scope
void setVerticalStretch(int stretchFactor) { bits.verStretch = static_cast<quint32>(qBound(0, stretchFactor, 255)); }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:128:33: error: non-member function ‘bool retainSizeWhenHidden()’ cannot have cv-qualifier
bool retainSizeWhenHidden() const { return bits.retainSizeWhenHidden; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘bool retainSizeWhenHidden()’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:128:48: error: ‘bits’ was not declared in this scope
bool retainSizeWhenHidden() const { return bits.retainSizeWhenHidden; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘void setRetainSizeWhenHidden(bool)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:129:53: error: ‘bits’ was not declared in this scope
void setRetainSizeWhenHidden(bool retainSize) { bits.retainSizeWhenHidden = retainSize; }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:134:1: error: expected unqualified-id before ‘private’
private:
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:137:5: error: ‘friend’ used outside of class
friend Q_WIDGETS_EXPORT QDataStream &operator>>(QDataStream &, QSizePolicy &);
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:137:41: error: expected initializer before ‘&’ token
friend Q_WIDGETS_EXPORT QDataStream &operator>>(QDataStream &, QSizePolicy &);
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: In function ‘int QSizePolicy(int)’:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:139:26: error: only constructors take member initializers
QSizePolicy(int i) : data(i) { }
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:154:5: error: namespace-scope anonymous aggregates must be static
};
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h:155:1: error: expected declaration before ‘}’ token
};
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QMetaType:1:0,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgis.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgspoint.h:24,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/core/qgsrectangle.h:27,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsrasterrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.h:21,
from /home/yjacolin/Documents/Developpement/Quantum-GIS/src/gui/raster/qgsmultibandcolorrendererwidget.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QString]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1018:57: required from ‘QtMetaTypePrivate::QSequentialIterableImpl::QSequentialIterableImpl(const T*) [with T = QStringList]’
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:722:138: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QString]’ not a return-statement
}
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of ‘constexpr int qMetaTypeId() [with T = QByteArray]’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1018:57: required from ‘QtMetaTypePrivate::QSequentialIterableImpl::QSequentialIterableImpl(const T*) [with T = QList<QByteArray>]’
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:726:141: required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1739:22: error: ‘Q_STATIC_ASSERT_X’ was not declared in this scope
Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1741:1: error: body of constexpr function ‘constexpr int qMetaTypeId() [with T = QByteArray]’ not a return-statement
}
^
src/gui/CMakeFiles/qgis_gui.dir/build.make:1146 : la recette pour la cible « src/gui/CMakeFiles/qgis_gui.dir/raster/qgsmultibandcolorrendererwidget.cpp.o » a échouée
make[2]: *** [src/gui/CMakeFiles/qgis_gui.dir/raster/qgsmultibandcolorrendererwidget.cpp.o] Erreur 1
CMakeFiles/Makefile2:374 : la recette pour la cible « src/gui/CMakeFiles/qgis_gui.dir/all » a échouée
make[1]: *** [src/gui/CMakeFiles/qgis_gui.dir/all] Erreur 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment