問題タブ [qt5.8]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
1165 参照

build - Mingw-w64 での QT 5.8.0 ビルド

Mingw-w64QT 5.8.0を使用してソースをビルドしています。「x64 (x86_64) ターゲット用に MinGW を使用して Qt をビルドする」セクションで説明されている手順に従います。

http://download.qt.io/official_releases/qt/5.8/5.8.0/single/qt-everywhere-opensource-src-5.8.0.zipから QT 5.8.0 ソースをダウンロードし、フォルダー E:\QTMinGW64 に解凍します。 \qt-everywhere-opensource-src-5.8.0

https://sourceforge.net/projects/mingw-w64/files/latest/downloadから MinGW-w64-install.exe をダウンロードし、E:\QTMinGW64\mingw-w64-v6.3.0\x86_64-6.3.0 にインストールしました。 -posix-seh-rt_v5-rev1

また、Perl、jom、おならを E:\QTMinGW64\mingw-w64-v6.3.0\tools の下にインストールします

ビルド ディレクトリ E:\QTMinGW64\qt-5.8.0-x64-build を作成しました。

  1. 呼び出された cmd.exe
  2. 以下を実行します。

set PATH=E:\QTMinGW64\mingw-w64-v6.3.0\x86_64-6.3.0-posix-seh-rt_v5- rev1\mingw64\bin;E:\QTMinGW64\tools\perl\bin;E:\QTMinGW64\tools\jom;E:\QTMinGW64\tools\fart;C:\Windows\System32;

set LANG=en

cd E:\IMRI\QTMinGW64\qt-5.8.0-x64-build

  1. qt source の下で configure コマンドを実行します
    > E:\QTMinGW64\qt-everywhere-opensource-src-5.8.0\configure -platform win32-g++ -opensource -debug -debug-and-release -confirm-license -static -opengl desktop -openssl -plugin-sql-odbc -plugin-sql-sqlite -nomake examples -nomake tests

実行はconfigureしばらく進行し、その後 で停止しchecking for gold linker、エラーを示すウィンドウ ポップアップが表示されますld.gold.exe has stopped working

私は何を間違っていますか?助けてください。

私がこれまでに試したこと:

  1. 管理者として cmd.exe を実行します
  2. ウイルス対策ソフトを停止しました