[pywin32-bugs] [ pywin32-Patches-1705634 ] VC8.0 build patch for AMD64 branch
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-04-24 03:51:01
|
Patches item #1705634, was opened at 2007-04-23 15:58 Message generated for change (Comment added) made by steveyin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steve Yin (steveyin) Assigned to: Nobody/Anonymous (nobody) Summary: VC8.0 build patch for AMD64 branch Initial Comment: Well, I managed to build amd64 branch with vs8.0. why vs8? it's better for amd64 build. of course, I also used vista updated sdk as platform sdk. also, something need to be done with Python25\Lib\distutils\msvccompiler.py, so this built can be build. here is the patch. ---------------------------------------------------------------------- >Comment By: Steve Yin (steveyin) Date: 2007-04-24 11:51 Message: Logged In: YES user_id=1613955 Originator: YES you said I comment out some function, the function I only commented out is ado support, you know, there is no ado under x64, also, there is no naked keyword under x64. ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-24 11:47 Message: Logged In: YES user_id=1613955 Originator: YES well, here we are. the updated patch. Note: I can not build axdebug extension. because I don't know where to find the corresponding activdbg.h file to vista sdk. But, I DID found these IID_ in uuid.lib under Lib\x64. but just no header. I have little knowledge about ATL & COM under windows. File Added: vc8-build.patch ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-04-24 07:59 Message: Logged In: YES user_id=14198 Originator: NO I'm afraid this patch still needs work - in some cases you have simply removed functionality which works today. While that might be acceptable for 64bit builds, its not acceptable for future 32 bit builds. Any chance you can make all the relevant changes conditional? Thanks ---------------------------------------------------------------------- Comment By: Steve Yin (steveyin) Date: 2007-04-23 15:59 Message: Logged In: YES user_id=1613955 Originator: YES this patch built on today's cvs revision. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=1705634&group_id=78018 |