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

wlavrijsen at lbl.gov wlavrijsen at lbl.gov
Fri Dec 2 00:17:59 EST 2016


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/pypyoption.py+36 (variable 'working_modules').

For most work you want to trim down that list anyway, as doing so makes
the translation go a lot faster.

Best regards,
            Wim
-- 
WLavrijsen at lbl.gov    --    +1 (510) 486 6411    --    www.lavrijsen.net


More information about the pypy-dev mailing list