Re: [Python-Dev] ssl

2010-06-07 Thread Kristján Valur Jónsson
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:[email protected]]
> Sent: 5. júní 2010 23:52
> To: Kristján Valur Jónsson
> Cc: [email protected]
> 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
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] ssl

2010-06-07 Thread Martin v. Löwis

Am 07.06.2010 12:44, schrieb Kristján Valur Jónsson:

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.


See PCbuild/readme.txt.


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


You don't need to install Perl; see PCbuild/readme.txt.

Regards,
Martin
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com