Re: [PyQt] makefile/build problem with Windows and PyQt

2012-08-31 Thread Cihangir Aktürk
> Generating Code... > link /NOLOGO /DYNAMICBASE /NXCOMPAT /DLL /MANIFEST > /MANIFESTFILE:QAxContainer.pyd.manifest /SUBSYSTEM:WINDOWS > /INCREMENTAL:NO /OUT:QAxContainer.pyd > @C:\Users\skippy\AppData\Local\Temp\nmC2A2.tmp > LINK : fatal error LNK1149: output filename matches input filenam

[PyQt] makefile/build problem with Windows and PyQt

2012-08-30 Thread Skippy VonDrake
Using Python2.7.3 x86 on Windows 7 to configure the build for Visual Studio's nmake. python configure.py nmake It looks like name doesn't like the target "QAxContainer.pyd" dependent upon the lib "QAxContainer.lib" Makefile from QAxContainer: TARGET = QAxContainer.pyd OFILES = sipQAxContaine