make[4]: Entering directory '/home/Tadahito/extlib/qt-creator-32bit/src/plugins/valgrind' compiling C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp: In member function 'void Valgrind::Internal::MemcheckTool::heobAction()': C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:736:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (kit = target->kit()) { ~~~~^~~~~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp: In constructor 'Valgrind::Internal::HeobDialog::HeobDialog(QWidget*)': C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1199:5: error: 'QVBoxLayout' was not declared in this scope QVBoxLayout *layout = new QVBoxLayout; ^~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1199:5: note: suggested alternative: 'QGridLayout' QVBoxLayout *layout = new QVBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1199:31: error: 'QVBoxLayout' does not name a type; did you mean 'QGridLayout'? QVBoxLayout *layout = new QVBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1201:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->setSizeConstraint(QLayout::SetFixedSize); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1201:11: error: base operand of '->' is not a pointer layout->setSizeConstraint(QLayout::SetFixedSize); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1201:40: error: incomplete type 'QLayout' used in nested name specifier layout->setSizeConstraint(QLayout::SetFixedSize); ^~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1203:5: error: 'QHBoxLayout' was not declared in this scope QHBoxLayout *xmlLayout = new QHBoxLayout; ^~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1203:5: note: suggested alternative: 'QGridLayout' QHBoxLayout *xmlLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1203:18: error: 'xmlLayout' was not declared in this scope QHBoxLayout *xmlLayout = new QHBoxLayout; ^~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1203:18: note: suggested alternative: 'layout' QHBoxLayout *xmlLayout = new QHBoxLayout; ^~~~~~~~~ layout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1203:34: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *xmlLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1209:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(xmlLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1209:11: error: base operand of '->' is not a pointer layout->addLayout(xmlLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1211:18: error: 'handleExceptionLayout' was not declared in this scope QHBoxLayout *handleExceptionLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1211:18: note: suggested alternative: 'handleException' QHBoxLayout *handleExceptionLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~~~~~~ handleException C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1211:46: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *handleExceptionLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1222:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(handleExceptionLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1222:11: error: base operand of '->' is not a pointer layout->addLayout(handleExceptionLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1224:18: error: 'pageProtectionLayout' was not declared in this scope QHBoxLayout *pageProtectionLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1224:18: note: suggested alternative: 'pageProtection' QHBoxLayout *pageProtectionLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~~~~~ pageProtection C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1224:45: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *pageProtectionLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1235:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(pageProtectionLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1235:11: error: base operand of '->' is not a pointer layout->addLayout(pageProtectionLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1239:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addWidget(m_freedProtectionCheck); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1239:11: error: base operand of '->' is not a pointer layout->addWidget(m_freedProtectionCheck); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1243:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addWidget(m_breakpointCheck); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1243:11: error: base operand of '->' is not a pointer layout->addWidget(m_breakpointCheck); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1245:18: error: 'leakDetailLayout' was not declared in this scope QHBoxLayout *leakDetailLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1245:18: note: suggested alternative: 'leakDetail' QHBoxLayout *leakDetailLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~ leakDetail C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1245:41: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *leakDetailLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1259:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(leakDetailLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1259:11: error: base operand of '->' is not a pointer layout->addLayout(leakDetailLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1261:18: error: 'leakSizeLayout' was not declared in this scope QHBoxLayout *leakSizeLayout = new QHBoxLayout; ^~~~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1261:18: note: suggested alternative: 'takeLayout' QHBoxLayout *leakSizeLayout = new QHBoxLayout; ^~~~~~~~~~~~~~ takeLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1261:39: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *leakSizeLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1270:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(leakSizeLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1270:11: error: base operand of '->' is not a pointer layout->addLayout(leakSizeLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1272:18: error: 'leakRecordingLayout' was not declared in this scope QHBoxLayout *leakRecordingLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1272:18: note: suggested alternative: 'leakRecording' QHBoxLayout *leakRecordingLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~~~~~ leakRecording C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1272:44: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *leakRecordingLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1281:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(leakRecordingLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1281:11: error: base operand of '->' is not a pointer layout->addLayout(leakRecordingLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1285:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addWidget(m_attachCheck); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1285:11: error: base operand of '->' is not a pointer layout->addWidget(m_attachCheck); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1287:18: error: 'extraArgsLayout' was not declared in this scope QHBoxLayout *extraArgsLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1287:18: note: suggested alternative: 'StorageLayout' QHBoxLayout *extraArgsLayout = new QHBoxLayout; ^~~~~~~~~~~~~~~ StorageLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1287:40: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *extraArgsLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1293:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(extraArgsLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1293:11: error: base operand of '->' is not a pointer layout->addLayout(extraArgsLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1295:18: error: 'pathLayout' was not declared in this scope QHBoxLayout *pathLayout = new QHBoxLayout; ^~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1295:18: note: suggested alternative: 'setLayout' QHBoxLayout *pathLayout = new QHBoxLayout; ^~~~~~~~~~ setLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1295:35: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *pathLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1302:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(pathLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1302:11: error: base operand of '->' is not a pointer layout->addLayout(pathLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1304:18: error: 'saveLayout' was not declared in this scope QHBoxLayout *saveLayout = new QHBoxLayout; ^~~~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1304:18: note: suggested alternative: 'takeLayout' QHBoxLayout *saveLayout = new QHBoxLayout; ^~~~~~~~~~ takeLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1304:35: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *saveLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1311:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(saveLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1311:11: error: base operand of '->' is not a pointer layout->addLayout(saveLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1313:18: error: 'okLayout' was not declared in this scope QHBoxLayout *okLayout = new QHBoxLayout; ^~~~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1313:18: note: suggested alternative: 'QLayout' QHBoxLayout *okLayout = new QHBoxLayout; ^~~~~~~~ QLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1313:33: error: 'QHBoxLayout' does not name a type; did you mean 'QGridLayout'? QHBoxLayout *okLayout = new QHBoxLayout; ^~~~~~~~~~~ QGridLayout C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1320:5: error: invalid use of member 'QLayout* QWidget::layout() const' (did you forget the '&' ?) layout->addLayout(okLayout); ^~~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1320:11: error: base operand of '->' is not a pointer layout->addLayout(okLayout); ^~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1322:21: error: no matching function for call to 'Valgrind::Internal::HeobDialog::setLayout()' setLayout(layout); ^ In file included from C:/msys64/mingw32/local/qt5-shared/include/QtWidgets/qframe.h:44:0, from C:/msys64/mingw32/local/qt5-shared/include/QtWidgets/qabstractscrollarea.h:44, from C:/msys64/mingw32/local/qt5-shared/include/QtWidgets/qabstractitemview.h:44, from C:/msys64/mingw32/local/qt5-shared/include/QtWidgets/qtreeview.h:44, from C:/msys64/mingw32/local/qt5-shared/include/QtWidgets/QTreeView:1, from C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/debugger/analyzer/detailederrorview.h:30, from C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memcheckerrorview.h:29, from C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:29: C:/msys64/mingw32/local/qt5-shared/include/QtWidgets/qwidget.h:531:10: note: candidate: void QWidget::setLayout(QLayout*) void setLayout(QLayout *); ^~~~~~~~~ C:/msys64/mingw32/local/qt5-shared/include/QtWidgets/qwidget.h:531:10: note: no known conversion for argument 1 from '' to 'QLayout*' C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp: In constructor 'Valgrind::Internal::HeobData::HeobData(Valgrind::Internal::MemcheckTool*, const QString&, ProjectExplorer::Kit*, bool)': C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:530:21: warning: 'Valgrind::Internal::HeobData::m_attach' will be initialized after [-Wreorder] bool m_attach = false; ^~~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:524:16: warning: 'OVERLAPPED Valgrind::Internal::HeobData::m_ov' [-Wreorder] OVERLAPPED m_ov; ^~~~ C:/msys64/home/Tadahito/extlib/qt-creator-opensource-src-4.6.0/src/plugins/valgrind/memchecktool.cpp:1426:1: warning: when initialized here [-Wreorder] HeobData::HeobData(MemcheckTool *mcTool, const QString &xmlPath, Kit *kit, bool attach) ^~~~~~~~ make[4]: *** [Makefile.Release:8432: release/memchecktool.o] Error 1 make[4]: Leaving directory '/home/Tadahito/extlib/qt-creator-32bit/src/plugins/valgrind' make[3]: *** [Makefile:36: release] Error 2 make[3]: Leaving directory '/home/Tadahito/extlib/qt-creator-32bit/src/plugins/valgrind' make[2]: *** [Makefile:1167: sub-valgrind-make_first] Error 2 make[2]: Leaving directory '/home/Tadahito/extlib/qt-creator-32bit/src/plugins' make[1]: *** [Makefile:396: sub-plugins-make_first-ordered] Error 2 make[1]: Leaving directory '/home/Tadahito/extlib/qt-creator-32bit/src' make: *** [Makefile:42: sub-src-make_first-ordered] Error 2