[pypy-dev] Visual Studio 2015 build strange behavior

Matti Picus matti.picus at gmail.com
Wed Apr 5 16:04:30 EDT 2017


On 05/04/17 22:54, Sergey Kurdakov wrote:

> Hi Armin,
>
> ok, I will prepare pull request,
>
> though there are other things to change.
>
> somehow openssl crashes on callback
>
> openssl is compiled by default with __cdecl, but export win32
> functions in pypy are defined as __stdcall so callback to openssl is
> sent as stdcall but it expects __cdecl ( maybe I could just change
> that callback declaration to __cdecl)
> but maybe I just miss something, but I will look into issue, and when
> I'm fine with it I  will make pull request then.
>
> Regards
> Sergey

How are you coping with third party packages?
Were these directions at all useful 
http://pypy.readthedocs.io/en/latest/windows.html#nonabrided-method-building-from-scratch
or are you using the cpython build scripts with your compiler?
Matti


More information about the pypy-dev mailing list