On 4/8/06, Phil Thompson <[EMAIL PROTECTED]> wrote: > > D:\sip-4.4.1>mingw32-make install > > makefile:29: warning: overriding commands for target `.c.o' > > makefile:26: warning: ignoring old commands for target `.c.o' > > mingw32-make[1]: Entering directory `D:/sip-4.4.1/sipgen' > > syntax error: got EOF, expecting then > > I've never seen anything like that before. >
I finally got passed that problem by changing the Makefiles a bit (not only for sip, but also for pyqt). First of all I removed lines such as: @if not exist C:\programs\Python24\Lib\site-packages mkdir C:\programs\Python24\Lib\site-packages and made the directories myself. But then there still seemed to be a problem with all the copy lines: "copy /y ..." I changed this in " cp ..." (I have mks installed which supports unix shell commando's). I don't know why it didn't work, but at least know it does... Thanks, Bert _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
