[PyQt] makefile/build problem with Windows and PyQt

Cihangir Aktürk cakturk at gmail.com
Fri Aug 31 10:46:09 BST 2012


> 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 filename
> 'D:\QT\PyQt\PyQt-win-gpl-4.9.4\QAxContainer\QAxContainer.lib'

Hi,

It seems that there is a name clash between linker's OUT and [1]
IMPLIB options. Try to change your OUT option to something else
in the Makefile and see what happens.

[1] http://msdn.microsoft.com/en-us/library/094ay1h9(v=vs.71).aspx


More information about the PyQt mailing list