On Wednesday 11 January 2006 12:03 pm, [EMAIL PROTECTED] 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 _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
