Guest User

Untitled

a guest
Oct 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. make[1]: Entering directory `/mnt/work/other/qt-build/src/gui'
  2. g++ -c -include .pch/release-shared/QtGui -m64 -pipe -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DQT_SHARED -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -I/usr/include/freetype2 -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/mnt/work/other/qt-everywhere-opensource-src-4.7.4/mkspecs/linux-g++-64 -I/mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/release-shared -I/mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/3rdparty/xorg -I/mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/image -I/usr/include/freetype2 -I/mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/3rdparty/harfbuzz/src -I/mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/dialogs -I.moc/release-shared -I/usr/X11R6/include -I.uic/release-shared -I. -o .obj/release-shared/qwidget.o /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp
  3. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp: In constructor 'QWidgetPrivate::QWidgetPrivate(int)':
  4. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:295:9: error: class 'QWidgetPrivate' does not have any field named 'inSetParent'
  5. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp: At global scope:
  6. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:400:55: error: no 'QInputContext* QWidgetPrivate::assignedInputContext() const' member function declared in class 'QWidgetPrivate'
  7. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp: In member function 'QInputContext* QWidgetPrivate::inputContext() const':
  8. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:416:51: error: 'assignedInputContext' was not declared in this scope
  9. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp: In member function 'WId QWidget::effectiveWinId() const':
  10. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:2567:34: error: 'const class QWidgetPrivate' has no member named 'inSetParent'
  11. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp: In member function 'void QWidget::setParent(QWidget*, Qt::WindowFlags)':
  12. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:10061:8: error: 'class QWidgetPrivate' has no member named 'inSetParent'
  13. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:10217:8: error: 'class QWidgetPrivate' has no member named 'inSetParent'
  14. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp: In member function 'void QWidget::setAttribute(Qt::WidgetAttribute, bool)':
  15. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:10763:52: error: 'class QWidgetPrivate' has no member named 'assignedInputContext'
  16. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp: In member function 'void QWidget::updateMicroFocus()':
  17. /mnt/work/other/qt-everywhere-opensource-src-4.7.4/src/gui/kernel/qwidget.cpp:11253:12: error: 'class QWidgetPrivate' has no member named 'assignedInputContext'
  18. make[1]: *** [.obj/release-shared/qwidget.o] Error 1
  19. make[1]: Leaving directory `/mnt/work/other/qt-build/src/gui'
Add Comment
Please, Sign In to add comment