Christian Heimes wrote:
> Amaury Forgeot d'Arc wrote:
> > However, I am surprised by this comment:
> >> # Run build_ssl in this order:
> >> # python.exe build_ssl.py Release x64
> >> # python.exe build_ssl.py Release Win32
> > Why so? does the Win32 build rely on some file generated by x64?
>
> ope
Amaury Forgeot d'Arc wrote:
> However, I am surprised by this comment:
>> # Run build_ssl in this order:
>> # python.exe build_ssl.py Release x64
>> # python.exe build_ssl.py Release Win32
> Why so? does the Win32 build rely on some file generated by x64?
openssl doesn't support separate makefiles
Christian Heimes wrote:
> I've modified the build_ssl.py script and added pre-generated makefiles
> and assembly files to openssl today. From now on you can build Python
> w/o Perl. Perl is only required when somebody needs to update openssl.
Nice! I will try this this afternoon.
However, I am su
Amaury Forgeot d'Arc wrote:
> Now, is it really necessary to install perl in order to compile python?
> I managed to avoid it until today :-(
*snip*
I've modified the build_ssl.py script and added pre-generated makefiles
and assembly files to openssl today. From now on you can build Python
w/o Per
On 11/15/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
>
> > Now, is it really necessary to install perl in order to compile python?
>
> Yes, if you want OpenSSL support.
Yep. Sadly OpenSSL uses Perl to generate its asm files in one of two or
three different x86 asm syntaxes. Why is this sad
> Now, is it really necessary to install perl in order to compile python?
Yes, if you want OpenSSL support.
> Also note that the openssl distribution proposed in PCBuild8/readme.txt:
> svn export http://svn.python.org/projects/external/openssl-0.9.8a
> does not compile out of the box with vc2005.
> Now, is it really necessary to install perl in order to compile python?
This is a Windows thing? You don't need it on Unix systems, I believe.
Bill
___
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-300
Hello,
I just saw the addition of the _ssl module:
http://svn.python.org/view?rev=58989&view=rev
I modified PCBuild8/pcbuild.sln to add the project to the solution file
(by hand: my version of vc2005 also changes everything in the file)
Now, is it really necessary to install perl in order to com