I've trouble compiling win32all. VC98 and latest SDK installed (otherwise with original SDK it won't even compile). It tells that uuid.lib(cguid_i.obj) : fatal error LNK1103: debug info is destroyed. This lib file is in the SDK file tree. What should I do?
( a cguid_i.* file is not in this SDK tree ) C:\usr\src\pywin32-210>python setup.py -q build Building pywin32 2.3.210.0 PyACL.cpp PyDEVMODE.cpp PyHANDLE.cpp PyIID.cpp PyLARGE_INTEGER.cpp PyOVERLAPPED.cpp PySECURITY_ATTRIBUTES.cpp PySECURITY_DESCRIPTOR.cpp PySID.cpp PyTime.cpp PyUnicode.cpp PyWAVEFORMATEX.cpp PyWinTypesmodule.cpp Bibliothek build\temp.win32-2.3\Release\win32\src\pywintypes23.lib und Objekt build\temp.win32-2.3\Release\win32\src\pywintypes23.exp wird erstellt uuid.lib(cguid_i.obj) : fatal error LNK1103: Debug-Informationen beschaedigt; Mo dul muss neu kompiliert werden. error: command '"C:\Programme\Microsoft Visual Studio\VC98\BIN\link.exe"' failed with exit status 1103 C:\usr\src\pywin32-210> robert -- http://mail.python.org/mailman/listinfo/python-list