Advertisement
Guest User

Untitled

a guest
Apr 12th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. 12:10:04: Running steps for project sendingyourowntypesbetweenthreads...
  2. 12:10:04: Configuration unchanged, skipping qmake step.
  3. 12:10:04: Starting: "/usr/bin/make"
  4. g++ -c -m32 -pipe -g -Wall -W -D_REENTRANT -fPIC -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../sendingyourowntypesbetweenthreads -I. -I../Qt5.5.1/5.5/gcc/include -I../Qt5.5.1/5.5/gcc/include/QtWidgets -I../Qt5.5.1/5.5/gcc/include/QtGui -I../Qt5.5.1/5.5/gcc/include/QtCore -I. -I. -I../Qt5.5.1/5.5/gcc/mkspecs/linux-g++-32 -o main.o ../sendingyourowntypesbetweenthreads/main.cpp
  5. In file included from ../Qt5.5.1/5.5/gcc/include/QtCore/QThread:1:0,
  6. from ../sendingyourowntypesbetweenthreads/textandnumber.h:4,
  7. from ../sendingyourowntypesbetweenthreads/textdevice.h:7,
  8. from ../sendingyourowntypesbetweenthreads/main.cpp:2:
  9. ../Qt5.5.1/5.5/gcc/include/QtCore/qobject.h: In copy constructor 'QThread::QThread(const QThread&)':
  10. ../Qt5.5.1/5.5/gcc/include/QtCore/qthread.h:49:21: instantiated from 'static void* QtMetaTypePrivate::QMetaTypeFunctionHelper<T, Accepted>::Construct(void*, const void*) [with T = TextAndNumber, bool Accepted = true]'
  11. ../Qt5.5.1/5.5/gcc/include/QtCore/qmetatype.h:1680:76: instantiated from 'int qRegisterNormalizedMetaType(const QByteArray&, T*, typename QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (! QMetaTypeId2<T>::IsBuiltIn))>::DefinedType) [with T = TextAndNumber, typename QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (! QMetaTypeId2<T>::IsBuiltIn))>::DefinedType = QtPrivate::MetaTypeDefinedHelper<TextAndNumber, true>::DefinedType]'
  12. ../Qt5.5.1/5.5/gcc/include/QtCore/qmetatype.h:1705:77: instantiated from 'int qRegisterMetaType(const char*, T*, typename QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (! QMetaTypeId2<T>::IsBuiltIn))>::DefinedType) [with T = TextAndNumber, typename QtPrivate::MetaTypeDefinedHelper<T, (QMetaTypeId2<T>::Defined && (! QMetaTypeId2<T>::IsBuiltIn))>::DefinedType = QtPrivate::MetaTypeDefinedHelper<TextAndNumber, true>::DefinedType]'
  13. ../sendingyourowntypesbetweenthreads/textandnumber.h:17:1: instantiated from here
  14. ../Qt5.5.1/5.5/gcc/include/QtCore/qobject.h:461:5: error: 'QObject::QObject(const QObject&)' is private
  15. ../Qt5.5.1/5.5/gcc/include/QtCore/qthread.h:49:21: error: within this context
  16. In file included from ../sendingyourowntypesbetweenthreads/textdevice.h:7:0,
  17. from ../sendingyourowntypesbetweenthreads/main.cpp:2:
  18. ../sendingyourowntypesbetweenthreads/textandnumber.h: In copy constructor 'TextAndNumber::TextAndNumber(const TextAndNumber&)':
  19. ../sendingyourowntypesbetweenthreads/textandnumber.h:7:7: note: synthesized method 'QThread::QThread(const QThread&)' first required here
  20. In file included from ../Qt5.5.1/5.5/gcc/include/QtCore/qobject.h:48:0,
  21. from ../Qt5.5.1/5.5/gcc/include/QtWidgets/qwidget.h:38,
  22. from ../Qt5.5.1/5.5/gcc/include/QtWidgets/qmainwindow.h:37,
  23. from ../Qt5.5.1/5.5/gcc/include/QtWidgets/QMainWindow:1,
  24. from ../sendingyourowntypesbetweenthreads/mainwindow.h:4,
  25. from ../sendingyourowntypesbetweenthreads/main.cpp:1:
  26. ../Qt5.5.1/5.5/gcc/include/QtCore/qmetatype.h: In static member function 'static void* QtMetaTypePrivate::QMetaTypeFunctionHelper<T, Accepted>::Construct(void*, const void*) [with T = TextAndNumber, bool Accepted = true]':
  27. ../Qt5.5.1/5.5/gcc/include/QtCore/qmetatype.h:755:59: note: synthesized method 'TextAndNumber::TextAndNumber(const TextAndNumber&)' first required here
  28. make: *** [main.o] Error 1
  29. 12:10:05: The process "/usr/bin/make" exited with code 2.
  30. Error while building/deploying project sendingyourowntypesbetweenthreads (kit: Desktop Qt 5.5.1 GCC 32bit)
  31. When executing step "Make"
  32. 12:10:05: Elapsed time: 00:01.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement