Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -minimal -module QtCore -module QtXml -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
In file included from ../../../include/QtCore/qlist.h:1,
from $ROOT/src/qt5/qtbase/src/corelib/io/qurl.h:47,
from $ROOT/src/qt5/qtbase/src/corelib/io/qurl.cpp:409:
In member function ‘void QList::append(const T&) [with T = QUrl]’,
inlined from ‘void QList::append(const T&) [with T = QUrl]’ at ../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h:620:27,
inlined from ‘static QList QUrl::fromStringList(const QStringList&, QUrl::ParsingMode)’ at $ROOT/src/qt5/qtbase/src/corelib/io/qurl.cpp:4179:19:
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h:648:13: warning: ‘copy’ may be used uninitialized [-Wmaybe-uninitialized]
648 | *n = copy;
| ^
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h: In static member function ‘static QList QUrl::fromStringList(const QStringList&, QUrl::ParsingMode)’:
../../../include/QtCore/../../../../../src/qt5/qtbase/src/corelib/tools/qlist.h:640:22: note: ‘copy’ declared here
640 | Node *n, copy;
| ^~~~
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtCore -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
WARNING: Failure to find: $ROOT/build/properties/qtbase/src/corelib/qt5core_metatypes.json
$ROOT/src/qt5/qtbase/src/corelib/kernel/qobjectdefs.h:0: Note: No relevant classes found. No output generated.
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtXml -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtSql -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtNetwork -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtDBus -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
$ROOT/src/qt5/qtbase/src/dbus/qdbusintegrator.cpp: In member function ‘bool QDBusConnectionPrivate::activateCall(QObject*, int, const QDBusMessage&)’:
$ROOT/src/qt5/qtbase/src/dbus/qdbusintegrator.cpp:861:47: error: ‘class QObject’ has no member named ‘property’
861 | qvariant_cast(object->property(cachePropertyName));
| ^~~~~~~~
$ROOT/src/qt5/qtbase/src/dbus/qdbusintegrator.cpp:894:25: error: ‘class QObject’ has no member named ‘setProperty’
894 | object->setProperty(cachePropertyName, QVariant::fromValue(slotCache));
| ^~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/dbus/qdbusintegrator.cpp:901:17: error: ‘class QObject’ has no member named ‘setProperty’
901 | object->setProperty(cachePropertyName, QVariant::fromValue(slotCache));
| ^~~~~~~~~~~
make[3]: *** [Makefile:3019: .obj/qdbusintegrator.o] Error 1
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtConcurrent -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
Project MESSAGE: perl -w $ROOT/src/qt5/qtbase/bin/syncqt.pl -module QtGui -version 5.15.15 -outdir $ROOT/build/properties/qtbase -builddir $ROOT/build/properties/qtbase $ROOT/src/qt5/qtbase
$ROOT/src/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp: In function ‘QDBusMessage qDBusPropertyGet(const QDBusConnectionPrivate::ObjectTreeNode&, const QDBusMessage&)’:
$ROOT/src/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp:256:38: error: ‘class QDBusAbstractAdaptor’ has no member named ‘property’
256 | value = it->adaptor->property(property_name);
| ^~~~~~~~
make[3]: *** [Makefile:4554: .obj/qdbusinternalfilters.o] Error 1
WARNING: Failure to find: $ROOT/build/properties/qtbase/src/gui/qt5gui_metatypes.json
Failed to open $ROOT/src/qt5/qtbase/header.LGPL
Failed to open $ROOT/src/qt5/qtbase/header.LGPL
Failed to open $ROOT/src/qt5/qtbase/header.LGPL
$ROOT/src/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp: In member function ‘QVariant QDBusAbstractInterface::internalPropGet(const char*) const’:
$ROOT/src/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp:681:12: error: ‘property’ was not declared in this scope
681 | return property(propname);
| ^~~~~~~~
$ROOT/src/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp: In member function ‘void QDBusAbstractInterface::internalPropSet(const char*, const QVariant&)’:
$ROOT/src/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp:690:5: error: ‘setProperty’ was not declared in this scope; did you mean ‘QMetaProperty’?
690 | setProperty(propname, value);
| ^~~~~~~~~~~
| QMetaProperty
make[3]: *** [Makefile:3555: .obj/qdbusabstractinterface.o] Error 1
make[3]: Target 'first' not remade because of errors.
make[2]: *** [Makefile:323: sub-dbus-make_first] Error 2
$ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp: In member function ‘void QNetworkReplyHttpImplPrivate::postRequest(const QNetworkRequest&)’:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
700 | else if (newHttpRequest.attribute(QNetworkRequest::FollowRedirectsAttribute).toBool())
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl_p.h:55,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:42:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
700 | else if (newHttpRequest.attribute(QNetworkRequest::FollowRedirectsAttribute).toBool())
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl_p.h:55,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp:42:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/network/bearer/qnetworksession.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/network/bearer/qnetworkconfigmanager.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/network/bearer/qbearerengine_p.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/gui/text/qfontengine.cpp: In member function ‘bool QFontEngine::supportsScript(QChar::Script) const’:
$ROOT/src/qt5/qtbase/src/gui/text/qfontengine.cpp:377:35: warning: ‘void hb_ot_tags_from_script(hb_script_t, hb_tag_t*, hb_tag_t*)’ is deprecated: Use 'hb_ot_tags_from_script_and_language' instead [-Wdeprecated-declarations]
377 | hb_ot_tags_from_script(hb_qt_script_to_script(script), &script_tag_1, &script_tag_2);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/harfbuzz/hb-ot.h:34,
from $ROOT/src/qt5/qtbase/src/gui/text/qfontengine.cpp:58:
/usr/include/harfbuzz/hb-ot-deprecated.h:63:1: note: declared here
63 | hb_ot_tags_from_script (hb_script_t script,
| ^~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp: In constructor ‘_hb_unicode_funcs_t::_hb_unicode_funcs_t()’:
$ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:432:50: warning: ‘void hb_unicode_funcs_set_eastasian_width_func(hb_unicode_funcs_t*, hb_unicode_eastasian_width_func_t, void*, hb_destroy_func_t)’ is deprecated [-Wdeprecated-declarations]
432 | hb_unicode_funcs_set_eastasian_width_func(funcs, _hb_qt_unicode_eastasian_width, NULL, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/harfbuzz/hb.h:34,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng_p.h:61,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:41:
/usr/include/harfbuzz/hb-deprecated.h:96:1: note: declared here
96 | hb_unicode_funcs_set_eastasian_width_func (hb_unicode_funcs_t *ufuncs,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:438:58: warning: ‘void hb_unicode_funcs_set_decompose_compatibility_func(hb_unicode_funcs_t*, hb_unicode_decompose_compatibility_func_t, void*, hb_destroy_func_t)’ is deprecated [-Wdeprecated-declarations]
438 | hb_unicode_funcs_set_decompose_compatibility_func(funcs, _hb_qt_unicode_decompose_compatibility, NULL, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/harfbuzz/hb.h:34,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng_p.h:61,
from $ROOT/src/qt5/qtbase/src/gui/text/qharfbuzzng.cpp:41:
/usr/include/harfbuzz/hb-deprecated.h:158:1: note: declared here
158 | hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_merge_lines’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:890:73: warning: unused parameter ‘n_lines’ [-Wunused-parameter]
890 | md_merge_lines(MD_CTX* ctx, OFF beg, OFF end, const MD_LINE* lines, int n_lines,
| ~~~~^~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_is_hex_entity_contents’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:1235:35: warning: unused parameter ‘ctx’ [-Wunused-parameter]
1235 | md_is_hex_entity_contents(MD_CTX* ctx, const CHAR* text, OFF beg, OFF max_end, OFF* p_end)
| ~~~~~~~~^~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_is_dec_entity_contents’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:1251:35: warning: unused parameter ‘ctx’ [-Wunused-parameter]
1251 | md_is_dec_entity_contents(MD_CTX* ctx, const CHAR* text, OFF beg, OFF max_end, OFF* p_end)
| ~~~~~~~~^~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_is_named_entity_contents’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:1267:37: warning: unused parameter ‘ctx’ [-Wunused-parameter]
1267 | md_is_named_entity_contents(MD_CTX* ctx, const CHAR* text, OFF beg, OFF max_end, OFF* p_end)
| ~~~~~~~~^~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_free_attribute’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:1373:27: warning: unused parameter ‘ctx’ [-Wunused-parameter]
1373 | md_free_attribute(MD_CTX* ctx, MD_ATTRIBUTE_BUILD* build)
| ~~~~~~~~^~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_link_label_cmp’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:1590:21: warning: comparison of integer expressions of different signedness: ‘MD_OFFSET’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
1590 | if(a_fi_off >= a_fi.n_codepoints) {
| ^~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:1595:21: warning: comparison of integer expressions of different signedness: ‘MD_OFFSET’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
1595 | if(b_fi_off >= b_fi.n_codepoints) {
| ^~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_analyze_marks’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:3945:46: warning: unused parameter ‘lines’ [-Wunused-parameter]
3945 | md_analyze_marks(MD_CTX* ctx, const MD_LINE* lines, int n_lines,
| ~~~~~~~~~~~~~~~^~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:3945:57: warning: unused parameter ‘n_lines’ [-Wunused-parameter]
3945 | md_analyze_marks(MD_CTX* ctx, const MD_LINE* lines, int n_lines,
| ~~~~^~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: At top level:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:5686:1: warning: missing initializer for field ‘beg’ of ‘MD_LINE_ANALYSIS’ {aka ‘const struct MD_LINE_ANALYSIS_tag’} [-Wmissing-field-initializers]
5686 | static const MD_LINE_ANALYSIS md_dummy_blank_line = { MD_LINE_BLANK, 0 };
| ^~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:214:9: note: ‘beg’ declared here
214 | OFF beg;
| ^~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_enter_child_containers’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:5534:33: warning: this statement may fall through [-Wimplicit-fallthrough=]
5534 | is_ordered_list = TRUE;
| ^
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:5537:13: note: here
5537 | case _T('-'):
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_leave_child_containers’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:5580:33: warning: this statement may fall through [-Wimplicit-fallthrough=]
5580 | is_ordered_list = TRUE;
| ^
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:5583:13: note: here
5583 | case _T('-'):
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_rollback’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:2668:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
2668 | if((mark_flags & MD_MARK_CLOSER) && mark->prev > opener_index) {
| ^
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:2675:13: note: here
2675 | default:
| ^~~~~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c: In function ‘md_process_inlines’:
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:4153:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
4153 | if(ctx->parser.flags & MD_FLAG_UNDERLINE) {
| ^
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:4169:17: note: here
4169 | case '*': /* Emphasis, strong emphasis. */
| ^~~~
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:4257:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
4257 | if(!(mark->flags & MD_MARK_AUTOLINK)) {
| ^
$ROOT/src/qt5/qtbase/src/3rdparty/md4c/md4c.c:4267:17: note: here
4267 | case '@': /* Permissive e-mail autolink. */
| ^~~~
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend_p.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/network/bearer/qnetworksession_p.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/network/bearer/qbearerplugin_p.h:0: Note: No relevant classes found. No output generated.
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp: In member function ‘virtual QNetworkReply* QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation, const QNetworkRequest&, QIODevice*)’:
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
1397 | && req.attribute(QNetworkRequest::FollowRedirectsAttribute).isNull()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/QtNetwork/qnetworkrequest.h:1,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.h:44,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:42:
../../include/QtNetwork/../../../../../src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations]
1397 | && req.attribute(QNetworkRequest::FollowRedirectsAttribute).isNull()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../include/QtNetwork/qnetworkrequest.h:1,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.h:44,
from $ROOT/src/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp:42:
../../include/QtNetwork/../../../../../src/qt5/qtbase/src/network/access/qnetworkrequest.h:97:9: note: declared here
97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"),
| ^~~~~~~~~~~~~~~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp: In static member function ‘static void QHighDpiScaling::setScreenFactor(QScreen*, qreal)’:
$ROOT/src/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp:579:17: error: ‘class QScreen’ has no member named ‘setProperty’
579 | screen->setProperty(scaleFactorProperty, QVariant(factor));
| ^~~~~~~~~~~
$ROOT/src/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp: In static member function ‘static qreal QHighDpiScaling::screenSubfactor(const QPlatformScreen*)’:
$ROOT/src/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp:662:42: error: ‘class QScreen’ has no member named ‘property’
662 | auto screenFactor = qScreen->property(scaleFactorProperty).toReal(&screenPropertyUsed);
| ^~~~~~~~
make[3]: *** [Makefile:38183: .obj/qhighdpiscaling.o] Error 1
$ROOT/src/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp: In constructor ‘QSyntaxHighlighter::QSyntaxHighlighter(QObject*)’:
$ROOT/src/qt5/qtbase/src/gui/text/qsyntaxhighlighter.cpp:302:69: error: ‘class QObject’ has no member named ‘property’
302 | QTextDocument *doc = qvariant_cast(parent->property("document"));
| ^~~~~~~~
make[3]: *** [Makefile:54576: .obj/qsyntaxhighlighter.o] Error 1
make[3]: Target 'first' not remade because of errors.
make[2]: *** [Makefile:450: sub-gui-make_first] Error 2
make[2]: Target 'first' not remade because of errors.
make[1]: *** [Makefile:51: sub-src-make_first] Error 2
make[1]: Target 'first' not remade because of errors.
make: *** [Makefile:51: module-qtbase-make_first] Error 2
make: Target 'first' not remade because of errors.