PDA

View Full Version : Qt 5.7 build failed



r2com
31st July 2016, 07:17
I am building the Qt 5.7 with MingW64, I have the following errors:

ar -M < object_script.libQt5PlatformSupport.Release
mingw32-make[4]: Leaving directory 'C:/Qt/Qt57_build/qtbase/src/platformsupport'
ar -M < object_script.libQt5PlatformSupportd.Debug
mingw32-make[4]: Leaving directory 'C:/Qt/Qt57_build/qtbase/src/platformsupport'
mingw32-make[3]: Leaving directory 'C:/Qt/Qt57_build/qtbase/src/platformsupport'
mingw32-make[2]: Leaving directory 'C:/Qt/Qt57_build/qtbase/src'
Makefile:41: recipe for target 'sub-src-make_first' failed
mingw32-make[1]: *** [sub-src-make_first] Error 2
mingw32-make[1]: Leaving directory 'C:/Qt/Qt57_build/qtbase'
Makefile:73: recipe for target 'module-qtbase-make_first' failed
mingw32-make: *** [module-qtbase-make_first] Error 2


Any ideas what could be the reason?

anda_skoa
31st July 2016, 10:17
I
Any ideas what could be the reason?

It would help for guessing if you had included the errors.

Cheers,
_

r2com
31st July 2016, 15:12
I thought that those are the errors in bold text? Where else should I get additional error info from?

anda_skoa
31st July 2016, 15:56
No, these lines are the end of the make output, after it encountered one or more errors and has pulled out of the directory where it encountered them.

You basically posted the most useless bits of the output.

Cheers,
_

r2com
31st July 2016, 16:16
You basically posted the most useless bits of the output.

_

Well, that is why I was asking, Where else should I get additional error info from?
I skimmed through folders, is there supposed to be some sort of log file where i can search for errors?

anda_skoa
31st July 2016, 17:10
The error happens somewhere before, you need to follow the output upwards.

Cheers.
_