This is the problem in the making progress:
make[1]: Entering directory L:/1_编程软件/3_Python/python_gui_programe/sip-4.8.
2/sipgen'
makefile:29: warning: overriding commands for target .c.o'
makefile:26: warning: ignoring old commands for target .c.o'
gcc -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -o main.o main.c
process_begin: CreateProcess(NULL, gcc -c -O2 -w -DNDEBUG -DUNICODE -DQT_LARGEFI
LE_SUPPORT -I. -o main.o main.c, ...) failed.
make (e=2): 系统找不到指定的文件。
make[1]: *** [main.o] Error 2
make[1]: Leaving directory L:/1_编程软件/3_Python/python_gui_programe/sip-4.8.2
/sipgen'
make: *** [all] Error 2
I run the command "make" in the sip-4.8.2 directory followed the install guid(http://www.riverbankcomputing.com/static/Docs/sip4/installation.html#configuring); My platform is Windows Xp! Could somebody help me?
