On Tue, Feb 1, 2011 at 10:11 AM, Amaury Forgeot d'Arc <[email protected]> wrote: > Hi, > > 2011/2/1 Tasos Vogiatzoglou <[email protected]>: >> Amaury, >> >> It seems that there is a general issue with the compiler/link . >> >> I did the translations without the _hashlib and ssl and after a while >> I got the following errors. > [...] >> [platform:ERROR] implement_52.obj : error LNK2019: unresolved external >> symbol _inflateEnd referenced in function >> _pypy_g_ccall_inflateEnd__z_streamPtr > > We have never tried the win64 platform, and I don't have access to a > Windows 64bit machine. > But I suspect that even if you removed all external dependencies, the > result would not work; > pypy's compilation tools implicitly assume that sizeof(long)==sizeof(void*) > > Before running a translation, could you run the tests in pypy/translator/c ? > in the pypy directory, run: > python test_all.py translator/c > I'd like at least the files "test_genc" and "test_newgc" to pass without > errors.
Surprisingly enough, I have > > -- > Amaury Forgeot d'Arc > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
