This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix the vc8 solution files
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: kristjan.jonsson Nosy List: cbaus, kristjan.jonsson, loewis, nnorwitz
Priority: high Keywords: patch

Created on 2006-08-19 01:44 by cbaus, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
vc8fixes.patch cbaus, 2006-08-19 01:44 vc8 build fixes.
Messages (7)
msg50945 - (view) Author: baus (cbaus) Date: 2006-08-19 01:44
VC8 isn't linking out of the box.  Added typesmodule to
pythoncore project and added _socket module to the
python solution file.
msg50946 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-09-05 02:46
Logged In: YES 
user_id=33168

This patch doesn't apply to 2.5.  2.6 is probably the same.
msg50947 - (view) Author: baus (cbaus) Date: 2006-09-05 20:07
Logged In: YES 
user_id=1579156

The patch doesn't apply cleanly, or adding this module to
the project doesn't apply?
msg50948 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-09-05 20:14
Logged In: YES 
user_id=33168

The patch doesn't apply.  I don't have a windows box, so I
can't even test it.  All I can do is apply.
msg50949 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-09-16 17:40
Logged In: YES 
user_id=21627

typesmodule was already added. Can you please update the
subversion, and regenerate the patch adding _socket?
msg50950 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-13 23:04
Logged In: YES 
user_id=21627

Kristjan, is there anything else to do on this issue? If
not, please close as fixed.
msg50951 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2006-11-14 16:15
Logged In: YES 
user_id=1262199

This issue was fixed a while ago.  VC8 should link cleanly
in both 2.5 and 2.6 trees.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43857
2006-08-19 01:44:45cbauscreate