[PyKDE] Re: PyQt4 on Windows Again

Phil Thompson phil at riverbankcomputing.co.uk
Wed Jan 11 12:23:07 GMT 2006


On Wednesday 11 January 2006 12:03 pm, m.gehling at gmx.de wrote:
> Hello Phil,
>
> the new sip-snapshot-20060111 failed with MinGW.
>
> C:\Qt\sip-snapshot-20060111>mingw32-make.exe
> makefile:29: warning: overriding commands for target `.c.o'
> makefile:26: warning: ignoring old commands for target `.c.o'
> mingw32-make.exe[1]: Entering directory
> `C:/Qt/sip-snapshot-20060111/sipgen' gcc -c -O2 -w -DUNICODE
> -DQT_LARGEFILE_SUPPORT -I. -o main.o main.c gcc -c -O2 -w -DUNICODE
> -DQT_LARGEFILE_SUPPORT -I. -o transform.o
> transform.c
> gcc -c -O2 -w -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -o gencode.o gencode.c
> gcc -c -O2 -w -DUNICODE -DQT_LARGEFILE_SUPPORT -I. -o heap.o heap.c
> yacc  parser.y
> process_begin: CreateProcess((null), yacc parser.y, ...) failed.
> make (e=2): Das System kann die angegebene Datei nicht finden.
> mingw32-make.exe[1]: *** [parser.c] Error 2
> mingw32-make.exe[1]: Leaving directory `C:/Qt/sip-snapshot-20060111/sipgen'
> mingw32-make.exe: *** [all] Error 2
>
> the sip-snapshot-20060109 is OK.

Did you run make clean? If so, don't. Otherwise I don't understand why make 
wants to rebuild parser.c from parser.y.

Phil




More information about the PyQt mailing list