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: Sidnei da Silva (dreamcatcher)
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-27 16:04
Message:
Logged In: YES
user_id=1613955
Originator: YES
no, I don't have vista, just vista sdk. because vista sdk can be used on
XP. supportted platform, right :)
----------------------------------------------------------------------
Comment By: Sidnei da Silva (dreamcatcher)
Date: 2007-04-26 02:51
Message:
Logged In: YES
user_id=438768
Originator: NO
The branch was building last I tried, haven't touched it since. We
certainly need to merge the changes done on trunk.
Steve: Are you building on Vista, or just using the new Platform SDK?
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2007-04-24 12:29
Message:
Logged In: YES
user_id=14198
Originator: NO
sidnei - what is the status of your branch?
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2007-04-24 12:23
Message:
Logged In: YES
user_id=14198
Originator: NO
that's great - thanks! I'm actually getting a x64 box within the week, so
I might hang off until then to apply it.
It's worth noting that the trunk has also had some generic amd64 work
done, and that might get close to building too. I'm afraid I haven't been
paying much attention to the 64bit world.
----------------------------------------------------------------------
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
|