Re: [Python-Dev] patch to add socket module project to vc8 solution

2006-08-18 Thread christopher baus
> This is a patch to add the socket module project to the vc8 solution. > Sorry the patch got munged by my mail client. I attached it instead. addsocket.patch Description: Binary data ___ Python-Dev mailing list Python-Dev@python.org http://mail.python

[Python-Dev] patch to add socket module project to vc8 solution

2006-08-18 Thread christopher baus
This is a patch to add the socket module project to the vc8 solution. Index: pcbuild.sln === --- pcbuild.sln (revision 1020) +++ pcbuild.sln (working copy) @@ -2,8 +2,8 @@ # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C

Re: [Python-Dev] Failed building 2.5rc1 pythoncore on VC8

2006-08-18 Thread christopher baus
> VC8 is not a supported compiler at this point. However, patches are > greatly accepted. > > The _types module was added late and probably VC6 and VC8 project > files did not get updated. You can search for the necessary mods to > the VC7 proj file(s) on python-checkins. > Index: pythoncore.vcp

[Python-Dev] Failed building 2.5rc1 pythoncore on VC8

2006-08-18 Thread christopher baus
Hi, I downloaded RC1 to give it a go. I failed to build pythoncore with VC8. The error is: Linking... Creating library .\./python25_d.lib and object .\./python25_d.exp config.obj : error LNK2001: unresolved external symbol _init_types ./python25_d.dll : fatal error LNK1120: 1 unresolved exte