1

我正在尝试安装 SIP,以便能够在我的 Windows 系统上安装 PyQt。我正在遵循指南“ https://riverbankcomputing.com/pipermail/pyqt/20 ​​10-May/026642.html ”但@第8步

Then launch : C:\MinGW\bin\mingw32-make.exe

我收到以下错误。由于对 C 的经验很少,我不知道该怎么做。经过研究,我发现了这个类似的错误Cygwin - Makefile-error: recipe for target `main.o' failed但显然原因应该不同,因为那里的解决方案没有适用于我的情况。

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

有什么想法吗?

4

0 回答 0