[pywin32-bugs] [ pywin32-Bugs-1208551 ] pywin build 204 fails to build in --debug
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-05-25 17:02:22
|
Bugs item #1208551, was opened at 2005-05-25 11:47 Message generated for change (Comment added) made by piairjooles You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208551&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: installation Group: None Status: Open Resolution: None Priority: 5 Submitted By: PJ Tremblay (piairjooles) Assigned to: Nobody/Anonymous (nobody) Summary: pywin build 204 fails to build in --debug Initial Comment: Host information: - Windows XP Pro 2002 SP1 - MSVC7.1 (.NET 2003) - Windows Server 2003 SP1 Platform SDK (latest available on MSDN) - Python 2.4.1 official release installed. - Python 2.4.1 debug version, locally built, installed. running the following: unzip -U pywin32-204.zip cd pywin32-204 python setup.py -q build --debug I get the following error, then the build aborts. PyComHelpers.cpp c:\dev\pywin32-204\com\win32com\src\PyComHelpers.cpp(334) : error C2039: 'pwcsTemplateFile' : is not a member of 'tagSTGOPTIONS' C:\Program Files\Microsoft Platform SDK\Include\ObjBase.h(913) : see declaration of 'tagSTGOPTIONS' c:\dev\pywin32-204\com\win32com\src\PyComHelpers.cpp(340) : error C2039: 'pwcsTemplateFile' : is not a member of 'tagSTGOPTIONS' C:\Program Files\Microsoft Platform SDK\Include\ObjBase.h(913) : see declaration of 'tagSTGOPTIONS' error: command 'C:\Tools\MSVCNET.2003\Vc7\bin\cl.exe' failed with exit status 2 ---------------------------------------------------------------------- >Comment By: PJ Tremblay (piairjooles) Date: 2005-05-25 13:02 Message: Logged In: YES user_id=1285236 Note that cvs checkout as of today works fine in the case where the Platform SDK is not installed. This was probably the same problem as reported in bug #1203701. Originally submitted problem exists in cvs, though, when Plaform SDK is installed. ---------------------------------------------------------------------- Comment By: PJ Tremblay (piairjooles) Date: 2005-05-25 12:33 Message: Logged In: YES user_id=1285236 build also fails when Platform SDK is not installed (registry key removed): C:\Tools\MSVCNET.2003\Vc7\bin\cl.exe /c /nologo /Od /MDd /W3 /GX /Z7 /D_DEBUG -DDISTUTILS_BUILD -Icom/win32com/src/include -Iwin32/src -Ic:\Tools\Python\include -Ic:\Tools\Python\PC /Tpc:\dev\pywin32-204\com\win32comext\directsound\src\PyDS BCAPS.cpp /Fobuild\temp.win32-2.4\Debug\com\win32comext\directsound\src\PyDSBCAP S.obj /YXdirectsound_pch.h /Fpbuild\temp.win32-2.4\Debug\directsound.pch PyDSBCAPS.cpp c:\dev\pywin32-204\com\win32comext\directsound\src\PyDSBCAPS.cpp(7) : fatal error C1083: Cannot open include file: 'directsound_pch.h': No such file or directory The corresponding build log is attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1208551&group_id=78018 |