我嘗試從源代碼構建更多Qt版本(5.20。和5.3.0 alpha),並且我遵循了their website的說明。我打開Visual Studio 2013 x64本地工具命令行。嘗試從源代碼構建Qt會導致錯誤
我的命令行看起來是這樣的:
configure -debug -nomake examples -opensource -platform win32-msvc2013
的configure
進程運行顯然很好。 (我的意思是不要有任何錯誤)。不過,當我開始建設它,用下面這行:
jom
它的工作原理,約5〜10分鐘,然後我的命令行報告以下錯誤:
c:\qt\qt5.3.0\qt-source\qtdeclarative\src\3rdparty\masm\assembler\MacroAssemblerX86Common.h(913) : see eference to class template instantiation 'JSC::AbstractMacroAssembler<JSC::X86Assembler>::JumpList' being compiled
jom: C:\Qt\Qt5.3.0\QT-SOURCE\qtdeclarative\src\qml\Makefile.Debug [RegExpJitTables.h] Error 1
jom: C:\Qt\Qt5.3.0\QT-SOURCE\qtdeclarative\src\qml\Makefile [debug] Error 2
jom: C:\Qt\Qt5.3.0\QT-SOURCE\qtdeclarative\src\Makefile [sub-qml-make_first-ordered] Error 2
jom: C:\Qt\Qt5.3.0\QT-SOURCE\qtdeclarative\Makefile [sub-src-make_first] Error 2
jom: C:\Qt\Qt5.3.0\QT-SOURCE\Makefile [module-qtdeclarative-make_first] Error 2
我在哪裏錯了?我該如何解決這個問題?
您的屏幕截圖不顯示錯誤。日誌文件比控制檯鏡頭更有用。此外,我認爲這是一個情況下,在Qt郵件列表或某些 –
問哪裏可以找到Qt日誌更明智? – Victor
我的意思是make的輸出。你的shell可能有某種輸出重定向 –