Thanks martin.
I did as you suggested, and by installing nasm (creating nasmw.exe as a copy of 
nasm.exe) and without installing perl, was able to build the 32 bit debug 
version.
The 64 bit version didn't want to build, probably because of some strangeness 
in the .vcprops files.
amd64.vcprops defines PythonExe to $(HOST_PYTHON) which isn't defined.
Removing this macro definition makes everything build, right up to the final 
link:
2>Linking...
2>   Creating library D:\pydev\python\trunk\PCbuild\\amd64\\_ssl_d.lib and 
object D:\pydev\python\trunk\PCbuild\\amd64\\_ssl_d.exp
2>Creating manifest...
2>.\x64-temp-Debug\_ssl\_ssl.exe.intermediate.manifest : general error 
c1010070: Failed to load and parse the manifest. El sistema no puede encontrar 
el archivo especificado.
2>Build log was saved at 
"file://D:\pydev\python\trunk\PCbuild\x64-temp-Debug\_ssl\BuildLog.htm"
2>_ssl - 1 error(s), 246 warning(s)

The above is using the "trunk", but I got the same result with brances/py3k.

Please don't tell me that I need to install Perl :)
K


> -----Original Message-----
> From: "Martin v. Löwis" [mailto:mar...@v.loewis.de]
> Sent: 5. júní 2010 23:52
> To: Kristján Valur Jónsson
> Cc: python-dev@python.org
> Subject: Re: [Python-Dev] ssl
> 
> > In general, gettin all those "external" projects seem to be complex
> to
> > build.  Is there a fast way?
> 
> Run Tools\buildbot\external.bat.
> 
> Regards,
> Martin

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to