Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from ../harbour-uber/src/harbour-uber.cpp:40:0:
- ../harbour-uber/src/models/google-geocoding-search-model.h:27:9: warning: unused parameter 'parent' [-Wunused-parameter]
- int rowCount(const QModelIndex &parent = QModelIndex()) const {
- ^
- g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi -std=gnu++0x -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../harbour-uber -I. -I../harbour-uber/o2/src -isystem /usr/include/sailfishapp -isystem /usr/include/mdeclarativecache5 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtPositioning -isystem /usr/include/qt5/QtQml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtCore -I. -I/usr/share/qt5/mkspecs/linux-g++ -o uber-product-requestor.o ../harbour-uber/src/network/uber-product-requestor.cpp
- In file included from /usr/include/qt5/QtCore/qobject.h:43:0,
- from /usr/include/qt5/QtCore/QObject:1,
- from ../harbour-uber/src/network/uber-product-requestor.h:4,
- from ../harbour-uber/src/network/uber-product-requestor.cpp:1:
- /usr/include/qt5/QtCore/qlist.h: In instantiation of 'void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = Product]':
- /usr/include/qt5/QtCore/qlist.h:574:32: required from 'void QList<T>::append(const T&) [with T = Product]'
- ../harbour-uber/src/network/uber-product-requestor.cpp:30:70: required from here
- /usr/include/qt5/QtCore/qlist.h:425:63: error: use of deleted function 'Product::Product(const Product&)'
- if (QTypeInfo<T>::isLarge || QTypeInfo<T>::isStatic) n->v = new T(t);
- ^
- In file included from ../harbour-uber/src/network/uber-product-requestor.h:13:0,
- from ../harbour-uber/src/network/uber-product-requestor.cpp:1:
- ../harbour-uber/src/objects/product.h:7:7: note: 'Product::Product(const Product&)' is implicitly deleted because the default definition would be ill-formed:
- class Product : public QObject
- ^
- In file included from /usr/include/qt5/QtCore/qnamespace.h:37:0,
- from /usr/include/qt5/QtCore/qobjectdefs.h:41,
- from /usr/include/qt5/QtCore/qobject.h:40,
- from /usr/include/qt5/QtCore/QObject:1,
- from ../harbour-uber/src/network/uber-product-requestor.h:4,
- from ../harbour-uber/src/network/uber-product-requestor.cpp:1:
- /usr/include/qt5/QtCore/qobject.h:460:5: error: 'QObject::QObject(const QObject&)' is private
- Q_DISABLE_COPY(QObject)
- ^
- In file included from ../harbour-uber/src/network/uber-product-requestor.h:13:0,
- from ../harbour-uber/src/network/uber-product-requestor.cpp:1:
- ../harbour-uber/src/objects/product.h:7:7: error: within this context
- class Product : public QObject
- ^
- ../harbour-uber/src/objects/product.h:7:7: error: use of deleted function 'QObject::QObject(const QObject&)'
- In file included from /usr/include/qt5/QtCore/qnamespace.h:37:0,
- from /usr/include/qt5/QtCore/qobjectdefs.h:41,
- from /usr/include/qt5/QtCore/qobject.h:40,
- from /usr/include/qt5/QtCore/QObject:1,
- from ../harbour-uber/src/network/uber-product-requestor.h:4,
- from ../harbour-uber/src/network/uber-product-requestor.cpp:1:
- /usr/include/qt5/QtCore/qobject.h:460:5: error: declared here
- Q_DISABLE_COPY(QObject)
- ^
- In file included from /usr/include/qt5/QtCore/qobject.h:43:0,
- from /usr/include/qt5/QtCore/QObject:1,
- from ../harbour-uber/src/network/uber-product-requestor.h:4,
- from ../harbour-uber/src/network/uber-product-requestor.cpp:1:
- /usr/include/qt5/QtCore/qlist.h:426:39: error: use of deleted function 'Product::Product(const Product&)'
- else if (QTypeInfo<T>::isComplex) new (n) T(t);
- ^
- /usr/include/qt5/QtCore/qlist.h: In instantiation of 'void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = Product]':
- /usr/include/qt5/QtCore/qlist.h:805:58: required from 'QList<T>::QList(const QList<T>&) [with T = Product]'
- ../harbour-uber/src/network/uber-product-requestor.cpp:33:40: required from here
- /usr/include/qt5/QtCore/qlist.h:452:28: error: use of deleted function 'Product::Product(const Product&)'
- current->v = new T(*reinterpret_cast<T*>(src->v));
- ^
- /usr/include/qt5/QtCore/qlist.h:465:17: error: use of deleted function 'Product::Product(const Product&)'
- new (current) T(*reinterpret_cast<T*>(src));
- ^
- make: *** [uber-product-requestor.o] Error 1
- error: Bad exit status from /var/tmp/rpm-tmp.T0dY7m (%build)
- Bad exit status from /var/tmp/rpm-tmp.T0dY7m (%build)
- RPM build errors:
- 22:28:15: The process "/home/mgh01/.config/SailfishOS-SDK/mer-sdk-tools/Sailfish OS Build Engine/SailfishOS-2.1.3.7-armv7hl/make" exited with code 1.
- Error while building/deploying project harbour-uber (kit: SailfishOS-2.1.3.7-armv7hl (in Sailfish OS Build Engine))
- When executing step "Make"
- 22:28:15: Elapsed time: 00:11.
Advertisement
Add Comment
Please, Sign In to add comment