Hi, 2011/1/31 Tasos Vogiatzoglou <tvoglou@gmail.com>:
Hello All,
I am trying to translate and compile pypy using Visual Studio 2010 to Win64a
Wow, you are the first one! But I don't think it will work: sadly in PyPy there is the implicit assumption that a pointer can be stored in a C "long", which is wrong on win64.
and I am getting the following issue with ssl. [translation:WARNING] The module '_ssl' is disabled [translation:WARNING] because importing pypy.module._ssl.interp_ssl raised CompilationError [translation:WARNING] <CompilationError err='platcheck_42.obj : error LNK2019: unresolved external symbol _SSLeay_version referenced in function _dump_section_SSL ...\flatline\\appdata\\local\\temp\\usession-default-55\\platcheck_42.exe : fatal error LNK1120: 1 unresolved externals\n'>
After that the translation operation stops and the debugger kicks in.
But these are *warnings*. Which error do you get exactly? do you have a (red) traceback? -- Amaury Forgeot d'Arc