Windows システムに PyQt をインストールできるように SIP をインストールしようとしています。「 https://riverbankcomputing.com/pipermail/pyqt/20 10-May/026642.html 」というガイドに従っていますが、@ ステップ 8
Then launch : C:\MinGW\bin\mingw32-make.exe
次のエラーが表示されます。C の経験がほとんどないため、何をすべきかわかりません。調査の結果、この同様のエラーCygwin - Makefile-error: ターゲット `main.o' のレシピが失敗しましたが、解決策がないため、明らかに原因は異なるはずです。私の場合に適用します。
C:\Users\timpi\Downloads\sip-4.18.1\sip-4.18.1>"C:\MinGW\bin\mingw32-make.exe"
mingw32-make[1]: Entering directory 'C:/Users/timpi/Downloads/sip-4.18.1/sip-4.18.1/sipgen'
gcc -c -O2 -Wall -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -o main.o main.c
process_begin: CreateProcess(NULL, gcc -c -O2 -Wall -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -o main.o main.c, ...) failed.
make (e=2): The system cannot find the file specified.
Makefile:29: recipe for target 'main.o' failed
mingw32-make[1]: *** [main.o] Error 2
mingw32-make[1]: Leaving directory 'C:/Users/timpi/Downloads/sip-4.18.1/sip-4.18.1/sipgen'
Makefile:3: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
何かご意見は?