[pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Shubha Ramani via pypy-dev
The documentation doesn't say much about compiling from source using Visual Studio and NO Cygwin.  Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-de

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread wlavrijsen
Shubha, The documentation doesn't say much about compiling from source using Visual Studio and NO Cygwin. probably mostly due to lack of access to Windows boxes. But 'compiling' is an ambiguous term in building PyPy. I'll presume that you're talking about the final step after translation here

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Yury V. Zaytsev
On Thu, 1 Dec 2016, Shubha Ramani via pypy-dev wrote: The documentation doesn't say much about compiling from source using Visual Studio and NO Cygwin. What piece of documentation you are looking at more specifically? My Windows builder is set up according to these instructions: http://doc.p

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Shubha Ramani via pypy-dev
Thank you for pointing me to the instructions. Does anyone know how to overcome this error ? [translation:ERROR] CompilationError: CompilationError(err="""        platcheck_60.c        C:\Program Files (x86)\GnuWin32\include\openssl/ossl_typ.h(176) : error C2059: syntax error : 'type'        ""

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Shubha Ramani via pypy-dev
OK QED. Stack Overflow came to the rescue:Openssl in windows issue | | | | || | | | | | Openssl in windows issue While I try to create lib files for windows.The following error came. Please help on this issue. CODE Explanati... | | | |  Shubha D. ramanis

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Shubha Ramani via pypy-dev
I've nor been able to build OpenSSL 32-bit which is required for pypy windows build from source. Any suggestions? Sent from Shubha Ramani's iPhone 7 > On Dec 1, 2016, at 1:16 PM, Shubha Ramani wrote: > > OK QED. Stack Overflow came to the rescue: > Openssl in windows issue > > Openssl in win

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread wlavrijsen
Shubha, On Thursday 2016-12-01 18:33, Shubha Ramani via pypy-dev wrote: I've nor been able to build OpenSSL 32-bit which is required for pypy windows build from source. Any suggestions? you should be able to get away with removing _ssl from the list of modules to use. See: pypy/config/pypyopti

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Yury V. Zaytsev
On Thu, 1 Dec 2016, Shubha Ramani wrote: I've nor been able to build OpenSSL 32-bit which is required for pypy windows build from source. Any suggestions? ... as the instructions suggest, start by using pre-compiled libraries and only then try to rebuild everything from scratch as you gain mo