problems of making the sip with mingw32-make-3.81
Posted
by user160542
on Stack Overflow
See other posts from Stack Overflow
or by user160542
Published on 2009-09-11T02:58:18Z
Indexed on
2010/04/16
2:13 UTC
Read the original article
Hit count: 432
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?
© Stack Overflow or respective owner