Armin Rigo <[email protected]> added the comment:

I did the following on linux64:

    hg clone https://github.com/ltratt/converge
    cd converge
    PYPY_SRC=<location of PyPy trunk> ./configure
    make

and it seems to translate fine but then crashes with:

    ...
    converge: Warning: Can't find Stdlib.cvl.
    converge: Warning: Can't find Compiler.cvl.
    converge: Warning: Can't find Stdlib.cvl.
    converge: Warning: Can't find Stdlib.cvl.
    converge: Warning: Can't find Compiler.cvl.
    converge: Warning: Can't find Compiler.cvl.
    Error: Module 'tannit:/home/arigo/git/converge/compiler/Compiler/Core.cv'
    referenced in 'tannit:/home/arigo/git/converge/compiler/convergel.cv' not
    found.

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1583>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to